#7aa033
a dark, vivid green · cool · closest name: olivedrab
RGB
122, 160, 51
HSL
81°, 52%, 41%
CMYK
24, 0, 68, 37
Luminance
0.2952
Every format
| HEX | #7aa033 |
| RGB | rgb(122, 160, 51) |
| HSL | hsl(81, 52%, 41%) |
| CMYK | cmyk(24%, 0%, 68%, 37%) |
| LAB | lab(61.2 -29.7 50.4) |
| LCH | lch(61.2 58.5 120.5) |
| OKLCH | oklch(0.656 0.142 126.6) |
Copy-ready code
/* CSS */
color: #7aa033;
background-color: #7aa033;
/* Tailwind (arbitrary) */
class="text-[#7aa033] bg-[#7aa033]"
/* SCSS */
$brand: #7aa033;
/* SwiftUI */
Color(red: 0.478, green: 0.627, blue: 0.200)
/* Android */
Color.parseColor("#7aa033")Accessibility — WCAG contrast
Aa
#7aa033 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7aa033 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green62.7%
Blue20.0%
CMYK percentages
Cyan23.7%
Magenta0.0%
Yellow68.1%
Key (black)37.3%
Color previews
#7aa033 text on a black background
contrast 6.90:1
Card sample
#7aa033 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aa033;
Background color
Panel with #7aa033 background
background-color: #7aa033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aa033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 160, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 160, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aa033; background: linear-gradient(135deg, #7aa033, #33A035);