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