#77aa22
a dark, vivid green · cool · closest name: olivedrab
RGB
119, 170, 34
HSL
83°, 67%, 40%
CMYK
30, 0, 80, 33
Luminance
0.3279
Every format
| HEX | #77aa22 |
| RGB | rgb(119, 170, 34) |
| HSL | hsl(83, 67%, 40%) |
| CMYK | cmyk(30%, 0%, 80%, 33%) |
| LAB | lab(64.0 -36.5 59.1) |
| LCH | lch(64.0 69.5 121.7) |
| OKLCH | oklch(0.677 0.167 128.9) |
Copy-ready code
/* CSS */
color: #77aa22;
background-color: #77aa22;
/* Tailwind (arbitrary) */
class="text-[#77aa22] bg-[#77aa22]"
/* SCSS */
$brand: #77aa22;
/* SwiftUI */
Color(red: 0.467, green: 0.667, blue: 0.133)
/* Android */
Color.parseColor("#77aa22")Accessibility — WCAG contrast
Aa
#77aa22 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77aa22 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green66.7%
Blue13.3%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow80.0%
Key (black)33.3%
Color previews
#77aa22 text on a black background
contrast 7.56:1
Card sample
#77aa22 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77aa22;
Background color
Panel with #77aa22 background
background-color: #77aa22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77aa22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 170, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 170, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77aa22; background: linear-gradient(135deg, #77aa22, #22AA28);