Bud Green
#79b465
Bud Green, represented by the hex value #79b465, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #79b465 | |
|---|---|---|
| RGB | rgb(121, 180, 101) | |
| HSL | hsl(105, 34%, 55%) | |
| CMYK | cmyk(33%, 0%, 44%, 29%) | |
| LAB | lab(68, -31, 34) | |
| OKLCH | oklch(0.71 0.126 138) |
Color harmonies
Tints & shades
Code snippets
color: #79b465;
background-color: #79b465;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF79B465)
/* Swift / UIKit */
UIColor(red: 0.47, green: 0.71, blue: 0.40, alpha: 1.0)