#779921
a dark, vivid green · cool · closest name: olivedrab
RGB
119, 153, 33
HSL
77°, 65%, 37%
CMYK
22, 0, 78, 40
Luminance
0.2681
Every format
| HEX | #779921 |
| RGB | rgb(119, 153, 33) |
| HSL | hsl(77, 65%, 37%) |
| CMYK | cmyk(22%, 0%, 78%, 40%) |
| LAB | lab(58.8 -28.7 54.6) |
| LCH | lch(58.8 61.7 117.7) |
| OKLCH | oklch(0.635 0.146 124.7) |
Copy-ready code
/* CSS */
color: #779921;
background-color: #779921;
/* Tailwind (arbitrary) */
class="text-[#779921] bg-[#779921]"
/* SCSS */
$brand: #779921;
/* SwiftUI */
Color(red: 0.467, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#779921")Accessibility — WCAG contrast
Aa
#779921 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#779921 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green60.0%
Blue12.9%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow78.4%
Key (black)40.0%
Color previews
#779921 text on a black background
contrast 6.36:1
Card sample
#779921 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779921;
Background color
Panel with #779921 background
background-color: #779921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779921; background: linear-gradient(135deg, #779921, #279921);