#778833
a dark, vivid green · cool · closest name: olivedrab
RGB
119, 136, 51
HSL
72°, 46%, 37%
CMYK
13, 0, 63, 47
Luminance
0.2177
Every format
| HEX | #778833 |
| RGB | rgb(119, 136, 51) |
| HSL | hsl(72, 46%, 37%) |
| CMYK | cmyk(13%, 0%, 63%, 47%) |
| LAB | lab(53.8 -19.0 42.4) |
| LCH | lch(53.8 46.5 114.2) |
| OKLCH | oklch(0.595 0.112 119.5) |
Copy-ready code
/* CSS */
color: #778833;
background-color: #778833;
/* Tailwind (arbitrary) */
class="text-[#778833] bg-[#778833]"
/* SCSS */
$brand: #778833;
/* SwiftUI */
Color(red: 0.467, green: 0.533, blue: 0.200)
/* Android */
Color.parseColor("#778833")Accessibility — WCAG contrast
Aa
#778833 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#778833 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green53.3%
Blue20.0%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow62.5%
Key (black)46.7%
Color previews
#778833 text on a black background
contrast 5.35:1
Card sample
#778833 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #778833;
Background color
Panel with #778833 background
background-color: #778833;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #778833;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 136, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 136, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #778833; background: linear-gradient(135deg, #778833, #3E8833);