#607721
a dark, vivid green · cool · closest name: olivedrab
RGB
96, 119, 33
HSL
76°, 57%, 30%
CMYK
19, 0, 72, 53
Luminance
0.1579
Every format
| HEX | #607721 |
| RGB | rgb(96, 119, 33) |
| HSL | hsl(76, 57%, 30%) |
| CMYK | cmyk(19%, 0%, 72%, 53%) |
| LAB | lab(46.7 -21.6 42.3) |
| LCH | lch(46.7 47.5 117.0) |
| OKLCH | oklch(0.533 0.114 123.3) |
Copy-ready code
/* CSS */
color: #607721;
background-color: #607721;
/* Tailwind (arbitrary) */
class="text-[#607721] bg-[#607721]"
/* SCSS */
$brand: #607721;
/* SwiftUI */
Color(red: 0.376, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#607721")Accessibility — WCAG contrast
Aa
#607721 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#607721 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green46.7%
Blue12.9%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow72.3%
Key (black)53.3%
Color previews
#607721 text on a black background
contrast 4.16:1
Card sample
#607721 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #607721;
Background color
Panel with #607721 background
background-color: #607721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #607721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #607721; background: linear-gradient(135deg, #607721, #277721);