#779f0f
a dark, electric green · cool · closest name: olivedrab
RGB
119, 159, 15
HSL
77°, 83%, 34%
CMYK
25, 0, 91, 38
Luminance
0.2875
Every format
| HEX | #779f0f |
| RGB | rgb(119, 159, 15) |
| HSL | hsl(77, 83%, 34%) |
| CMYK | cmyk(25%, 0%, 91%, 38%) |
| LAB | lab(60.6 -32.2 60.7) |
| LCH | lch(60.6 68.7 117.9) |
| OKLCH | oklch(0.649 0.161 125.8) |
Copy-ready code
/* CSS */
color: #779f0f;
background-color: #779f0f;
/* Tailwind (arbitrary) */
class="text-[#779f0f] bg-[#779f0f]"
/* SCSS */
$brand: #779f0f;
/* SwiftUI */
Color(red: 0.467, green: 0.624, blue: 0.059)
/* Android */
Color.parseColor("#779f0f")Accessibility — WCAG contrast
Aa
#779f0f on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#779f0f on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green62.4%
Blue5.9%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow90.6%
Key (black)37.6%
Color previews
#779f0f text on a black background
contrast 6.75:1
Card sample
#779f0f text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779f0f;
Background color
Panel with #779f0f background
background-color: #779f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 159, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 159, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779f0f; background: linear-gradient(135deg, #779f0f, #179F0F);