#799921
a dark, vivid green · cool · closest name: olivedrab
RGB
121, 153, 33
HSL
76°, 65%, 37%
CMYK
21, 0, 78, 40
Luminance
0.2696
Every format
| HEX | #799921 |
| RGB | rgb(121, 153, 33) |
| HSL | hsl(76, 65%, 37%) |
| CMYK | cmyk(21%, 0%, 78%, 40%) |
| LAB | lab(58.9 -27.8 54.8) |
| LCH | lch(58.9 61.4 116.9) |
| OKLCH | oklch(0.636 0.145 124.0) |
Copy-ready code
/* CSS */
color: #799921;
background-color: #799921;
/* Tailwind (arbitrary) */
class="text-[#799921] bg-[#799921]"
/* SCSS */
$brand: #799921;
/* SwiftUI */
Color(red: 0.475, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#799921")Accessibility — WCAG contrast
Aa
#799921 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#799921 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green60.0%
Blue12.9%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow78.4%
Key (black)40.0%
Color previews
#799921 text on a black background
contrast 6.39:1
Card sample
#799921 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #799921;
Background color
Panel with #799921 background
background-color: #799921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #799921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #799921; background: linear-gradient(135deg, #799921, #299921);