#416607
a deep, electric green · cool · closest name: olivedrab
RGB
65, 102, 7
HSL
83°, 87%, 21%
CMYK
36, 0, 93, 60
Luminance
0.1064
Every format
| HEX | #416607 |
| RGB | rgb(65, 102, 7) |
| HSL | hsl(83, 87%, 21%) |
| CMYK | cmyk(36%, 0%, 93%, 60%) |
| LAB | lab(39.0 -27.7 43.0) |
| LCH | lch(39.0 51.1 122.7) |
| OKLCH | oklch(0.465 0.122 130.4) |
Copy-ready code
/* CSS */
color: #416607;
background-color: #416607;
/* Tailwind (arbitrary) */
class="text-[#416607] bg-[#416607]"
/* SCSS */
$brand: #416607;
/* SwiftUI */
Color(red: 0.255, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#416607")Accessibility — WCAG contrast
Aa
#416607 on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#416607 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green40.0%
Blue2.7%
CMYK percentages
Cyan36.3%
Magenta0.0%
Yellow93.1%
Key (black)60.0%
Color previews
#416607 text on a black background
contrast 3.13:1
Card sample
#416607 text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #416607;
Background color
Panel with #416607 background
background-color: #416607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #416607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #416607; background: linear-gradient(135deg, #416607, #07660C);