#779421
a dark, vivid green · cool · closest name: olivedrab
RGB
119, 148, 33
HSL
75°, 64%, 36%
CMYK
20, 0, 78, 42
Luminance
0.2521
Every format
| HEX | #779421 |
| RGB | rgb(119, 148, 33) |
| HSL | hsl(75, 64%, 36%) |
| CMYK | cmyk(20%, 0%, 78%, 42%) |
| LAB | lab(57.3 -26.2 53.2) |
| LCH | lch(57.3 59.3 116.3) |
| OKLCH | oklch(0.623 0.140 123.2) |
Copy-ready code
/* CSS */
color: #779421;
background-color: #779421;
/* Tailwind (arbitrary) */
class="text-[#779421] bg-[#779421]"
/* SCSS */
$brand: #779421;
/* SwiftUI */
Color(red: 0.467, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#779421")Accessibility — WCAG contrast
Aa
#779421 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#779421 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green58.0%
Blue12.9%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow77.7%
Key (black)42.0%
Color previews
#779421 text on a black background
contrast 6.04:1
Card sample
#779421 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779421;
Background color
Panel with #779421 background
background-color: #779421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779421; background: linear-gradient(135deg, #779421, #2A9421);