#77832e
a dark, vivid yellow · cool · closest name: olivedrab
RGB
119, 131, 46
HSL
69°, 48%, 35%
CMYK
9, 0, 65, 49
Luminance
0.2035
Every format
| HEX | #77832e |
| RGB | rgb(119, 131, 46) |
| HSL | hsl(69, 48%, 35%) |
| CMYK | cmyk(9%, 0%, 65%, 49%) |
| LAB | lab(52.2 -16.8 43.0) |
| LCH | lch(52.2 46.2 111.3) |
| OKLCH | oklch(0.582 0.110 116.8) |
Copy-ready code
/* CSS */
color: #77832e;
background-color: #77832e;
/* Tailwind (arbitrary) */
class="text-[#77832e] bg-[#77832e]"
/* SCSS */
$brand: #77832e;
/* SwiftUI */
Color(red: 0.467, green: 0.514, blue: 0.180)
/* Android */
Color.parseColor("#77832e")Accessibility — WCAG contrast
Aa
#77832e on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#77832e on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green51.4%
Blue18.0%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow64.9%
Key (black)48.6%
Color previews
#77832e text on a black background
contrast 5.07:1
Card sample
#77832e text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77832e;
Background color
Panel with #77832e background
background-color: #77832e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77832e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 131, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 131, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77832e; background: linear-gradient(135deg, #77832e, #3E832E);