#778921
a dark, vivid green · cool · closest name: olivedrab
RGB
119, 137, 33
HSL
70°, 61%, 33%
CMYK
13, 0, 76, 46
Luminance
0.2192
Every format
| HEX | #778921 |
| RGB | rgb(119, 137, 33) |
| HSL | hsl(70, 61%, 33%) |
| CMYK | cmyk(13%, 0%, 76%, 46%) |
| LAB | lab(54.0 -20.7 50.0) |
| LCH | lch(54.0 54.1 112.5) |
| OKLCH | oklch(0.596 0.127 119.1) |
Copy-ready code
/* CSS */
color: #778921;
background-color: #778921;
/* Tailwind (arbitrary) */
class="text-[#778921] bg-[#778921]"
/* SCSS */
$brand: #778921;
/* SwiftUI */
Color(red: 0.467, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#778921")Accessibility — WCAG contrast
Aa
#778921 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#778921 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green53.7%
Blue12.9%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#778921 text on a black background
contrast 5.38:1
Card sample
#778921 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #778921;
Background color
Panel with #778921 background
background-color: #778921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #778921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #778921; background: linear-gradient(135deg, #778921, #328921);