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