#7aa511
a dark, electric green · cool · closest name: olivedrab
RGB
122, 165, 17
HSL
77°, 81%, 36%
CMYK
26, 0, 90, 35
Luminance
0.3109
Every format
| HEX | #7aa511 |
| RGB | rgb(122, 165, 17) |
| HSL | hsl(77, 81%, 36%) |
| CMYK | cmyk(26%, 0%, 90%, 35%) |
| LAB | lab(62.6 -33.7 62.0) |
| LCH | lch(62.6 70.6 118.5) |
| OKLCH | oklch(0.666 0.166 126.3) |
Copy-ready code
/* CSS */
color: #7aa511;
background-color: #7aa511;
/* Tailwind (arbitrary) */
class="text-[#7aa511] bg-[#7aa511]"
/* SCSS */
$brand: #7aa511;
/* SwiftUI */
Color(red: 0.478, green: 0.647, blue: 0.067)
/* Android */
Color.parseColor("#7aa511")Accessibility — WCAG contrast
Aa
#7aa511 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aa511 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green64.7%
Blue6.7%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow89.7%
Key (black)35.3%
Color previews
#7aa511 text on a black background
contrast 7.22:1
Card sample
#7aa511 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aa511;
Background color
Panel with #7aa511 background
background-color: #7aa511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aa511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 165, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 165, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aa511; background: linear-gradient(135deg, #7aa511, #17A511);