#779911
a dark, electric green · cool · closest name: olivedrab
RGB
119, 153, 17
HSL
75°, 80%, 33%
CMYK
22, 0, 89, 40
Luminance
0.2674
Every format
| HEX | #779911 |
| RGB | rgb(119, 153, 17) |
| HSL | hsl(75, 80%, 33%) |
| CMYK | cmyk(22%, 0%, 89%, 40%) |
| LAB | lab(58.7 -29.3 58.8) |
| LCH | lch(58.7 65.7 116.5) |
| OKLCH | oklch(0.634 0.153 124.2) |
Copy-ready code
/* CSS */
color: #779911;
background-color: #779911;
/* Tailwind (arbitrary) */
class="text-[#779911] bg-[#779911]"
/* SCSS */
$brand: #779911;
/* SwiftUI */
Color(red: 0.467, green: 0.600, blue: 0.067)
/* Android */
Color.parseColor("#779911")Accessibility — WCAG contrast
Aa
#779911 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#779911 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green60.0%
Blue6.7%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow88.9%
Key (black)40.0%
Color previews
#779911 text on a black background
contrast 6.35:1
Card sample
#779911 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779911;
Background color
Panel with #779911 background
background-color: #779911;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779911;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 153, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 153, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779911; background: linear-gradient(135deg, #779911, #1C9911);