#607607
a deep, electric green · cool · closest name: olivedrab
RGB
96, 118, 7
HSL
72°, 89%, 25%
CMYK
19, 0, 94, 54
Luminance
0.1546
Every format
| HEX | #607607 |
| RGB | rgb(96, 118, 7) |
| HSL | hsl(72, 89%, 25%) |
| CMYK | cmyk(19%, 0%, 94%, 54%) |
| LAB | lab(46.3 -22.2 49.8) |
| LCH | lch(46.3 54.6 114.0) |
| OKLCH | oklch(0.529 0.126 121.8) |
Copy-ready code
/* CSS */
color: #607607;
background-color: #607607;
/* Tailwind (arbitrary) */
class="text-[#607607] bg-[#607607]"
/* SCSS */
$brand: #607607;
/* SwiftUI */
Color(red: 0.376, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#607607")Accessibility — WCAG contrast
Aa
#607607 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#607607 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green46.3%
Blue2.7%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#607607 text on a black background
contrast 4.09:1
Card sample
#607607 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #607607;
Background color
Panel with #607607 background
background-color: #607607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #607607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #607607; background: linear-gradient(135deg, #607607, #167607);