#77a607
a dark, electric green · cool · closest name: olivedrab
RGB
119, 166, 7
HSL
78°, 92%, 34%
CMYK
28, 0, 96, 35
Luminance
0.3121
Every format
| HEX | #77a607 |
| RGB | rgb(119, 166, 7) |
| HSL | hsl(78, 92%, 34%) |
| CMYK | cmyk(28%, 0%, 96%, 35%) |
| LAB | lab(62.7 -35.5 63.5) |
| LCH | lch(62.7 72.8 119.2) |
| OKLCH | oklch(0.666 0.171 127.3) |
Copy-ready code
/* CSS */
color: #77a607;
background-color: #77a607;
/* Tailwind (arbitrary) */
class="text-[#77a607] bg-[#77a607]"
/* SCSS */
$brand: #77a607;
/* SwiftUI */
Color(red: 0.467, green: 0.651, blue: 0.027)
/* Android */
Color.parseColor("#77a607")Accessibility — WCAG contrast
Aa
#77a607 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77a607 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green65.1%
Blue2.7%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow95.8%
Key (black)34.9%
Color previews
#77a607 text on a black background
contrast 7.24:1
Card sample
#77a607 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77a607;
Background color
Panel with #77a607 background
background-color: #77a607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77a607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 166, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 166, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77a607; background: linear-gradient(135deg, #77a607, #0DA607);