#77aa00
a dark, electric green · cool · closest name: olivedrab
RGB
119, 170, 0
HSL
78°, 100%, 33%
CMYK
30, 0, 100, 33
Luminance
0.3267
Every format
| HEX | #77aa00 |
| RGB | rgb(119, 170, 0) |
| HSL | hsl(78, 100%, 33%) |
| CMYK | cmyk(30%, 0%, 100%, 33%) |
| LAB | lab(63.9 -37.5 65.4) |
| LCH | lch(63.9 75.4 119.8) |
| OKLCH | oklch(0.676 0.177 128.0) |
Copy-ready code
/* CSS */
color: #77aa00;
background-color: #77aa00;
/* Tailwind (arbitrary) */
class="text-[#77aa00] bg-[#77aa00]"
/* SCSS */
$brand: #77aa00;
/* SwiftUI */
Color(red: 0.467, green: 0.667, blue: 0.000)
/* Android */
Color.parseColor("#77aa00")Accessibility — WCAG contrast
Aa
#77aa00 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77aa00 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green66.7%
Blue0.0%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow100.0%
Key (black)33.3%
Color previews
#77aa00 text on a black background
contrast 7.53:1
Card sample
#77aa00 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77aa00;
Background color
Panel with #77aa00 background
background-color: #77aa00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77aa00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 170, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 170, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77aa00; background: linear-gradient(135deg, #77aa00, #06AA00);