#79a331
a dark, vivid green · cool · closest name: olivedrab
RGB
121, 163, 49
HSL
82°, 54%, 42%
CMYK
26, 0, 70, 36
Luminance
0.3048
Every format
| HEX | #79a331 |
| RGB | rgb(121, 163, 49) |
| HSL | hsl(82, 54%, 42%) |
| CMYK | cmyk(26%, 0%, 70%, 36%) |
| LAB | lab(62.1 -31.7 52.1) |
| LCH | lch(62.1 60.9 121.3) |
| OKLCH | oklch(0.662 0.148 127.6) |
Copy-ready code
/* CSS */
color: #79a331;
background-color: #79a331;
/* Tailwind (arbitrary) */
class="text-[#79a331] bg-[#79a331]"
/* SCSS */
$brand: #79a331;
/* SwiftUI */
Color(red: 0.475, green: 0.639, blue: 0.192)
/* Android */
Color.parseColor("#79a331")Accessibility — WCAG contrast
Aa
#79a331 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79a331 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green63.9%
Blue19.2%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow69.9%
Key (black)36.1%
Color previews
#79a331 text on a black background
contrast 7.10:1
Card sample
#79a331 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79a331;
Background color
Panel with #79a331 background
background-color: #79a331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79a331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 163, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 163, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79a331; background: linear-gradient(135deg, #79a331, #31A335);