#77a720
a dark, vivid green · cool · closest name: olivedrab
RGB
119, 167, 32
HSL
81°, 68%, 39%
CMYK
29, 0, 81, 35
Luminance
0.3166
Every format
| HEX | #77a720 |
| RGB | rgb(119, 167, 32) |
| HSL | hsl(81, 68%, 39%) |
| CMYK | cmyk(29%, 0%, 81%, 35%) |
| LAB | lab(63.1 -35.3 58.8) |
| LCH | lch(63.1 68.6 120.9) |
| OKLCH | oklch(0.670 0.164 128.2) |
Copy-ready code
/* CSS */
color: #77a720;
background-color: #77a720;
/* Tailwind (arbitrary) */
class="text-[#77a720] bg-[#77a720]"
/* SCSS */
$brand: #77a720;
/* SwiftUI */
Color(red: 0.467, green: 0.655, blue: 0.125)
/* Android */
Color.parseColor("#77a720")Accessibility — WCAG contrast
Aa
#77a720 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77a720 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green65.5%
Blue12.5%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow80.8%
Key (black)34.5%
Color previews
#77a720 text on a black background
contrast 7.33:1
Card sample
#77a720 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77a720;
Background color
Panel with #77a720 background
background-color: #77a720;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77a720;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 167, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 167, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77a720; background: linear-gradient(135deg, #77a720, #20A723);