#7aaa22
a dark, vivid green · cool · closest name: olivedrab
RGB
122, 170, 34
HSL
81°, 67%, 40%
CMYK
28, 0, 80, 33
Luminance
0.3300
Every format
| HEX | #7aaa22 |
| RGB | rgb(122, 170, 34) |
| HSL | hsl(81, 67%, 40%) |
| CMYK | cmyk(28%, 0%, 80%, 33%) |
| LAB | lab(64.2 -35.4 59.3) |
| LCH | lch(64.2 69.0 120.8) |
| OKLCH | oklch(0.679 0.165 128.0) |
Copy-ready code
/* CSS */
color: #7aaa22;
background-color: #7aaa22;
/* Tailwind (arbitrary) */
class="text-[#7aaa22] bg-[#7aaa22]"
/* SCSS */
$brand: #7aaa22;
/* SwiftUI */
Color(red: 0.478, green: 0.667, blue: 0.133)
/* Android */
Color.parseColor("#7aaa22")Accessibility — WCAG contrast
Aa
#7aaa22 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aaa22 on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green66.7%
Blue13.3%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow80.0%
Key (black)33.3%
Color previews
#7aaa22 text on a black background
contrast 7.60:1
Card sample
#7aaa22 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aaa22;
Background color
Panel with #7aaa22 background
background-color: #7aaa22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aaa22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 170, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 170, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aaa22; background: linear-gradient(135deg, #7aaa22, #22AA25);