#779933
a dark, vivid green · cool · closest name: olivedrab
RGB
119, 153, 51
HSL
80°, 50%, 40%
CMYK
22, 0, 67, 40
Luminance
0.2694
Every format
| HEX | #779933 |
| RGB | rgb(119, 153, 51) |
| HSL | hsl(80, 50%, 40%) |
| CMYK | cmyk(22%, 0%, 67%, 40%) |
| LAB | lab(58.9 -27.6 47.9) |
| LCH | lch(58.9 55.3 119.9) |
| OKLCH | oklch(0.636 0.135 125.8) |
Copy-ready code
/* CSS */
color: #779933;
background-color: #779933;
/* Tailwind (arbitrary) */
class="text-[#779933] bg-[#779933]"
/* SCSS */
$brand: #779933;
/* SwiftUI */
Color(red: 0.467, green: 0.600, blue: 0.200)
/* Android */
Color.parseColor("#779933")Accessibility — WCAG contrast
Aa
#779933 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#779933 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green60.0%
Blue20.0%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow66.7%
Key (black)40.0%
Color previews
#779933 text on a black background
contrast 6.39:1
Card sample
#779933 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779933;
Background color
Panel with #779933 background
background-color: #779933;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779933;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 153, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 153, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779933; background: linear-gradient(135deg, #779933, #339933);