#456607
a deep, electric green · cool · closest name: olivedrab
RGB
69, 102, 7
HSL
81°, 87%, 21%
CMYK
32, 0, 93, 60
Luminance
0.1078
Every format
| HEX | #456607 |
| RGB | rgb(69, 102, 7) |
| HSL | hsl(81, 87%, 21%) |
| CMYK | cmyk(32%, 0%, 93%, 60%) |
| LAB | lab(39.2 -26.0 43.3) |
| LCH | lch(39.2 50.5 121.0) |
| OKLCH | oklch(0.467 0.120 128.7) |
Copy-ready code
/* CSS */
color: #456607;
background-color: #456607;
/* Tailwind (arbitrary) */
class="text-[#456607] bg-[#456607]"
/* SCSS */
$brand: #456607;
/* SwiftUI */
Color(red: 0.271, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#456607")Accessibility — WCAG contrast
Aa
#456607 on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#456607 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green40.0%
Blue2.7%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow93.1%
Key (black)60.0%
Color previews
#456607 text on a black background
contrast 3.16:1
Card sample
#456607 text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #456607;
Background color
Panel with #456607 background
background-color: #456607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #456607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #456607; background: linear-gradient(135deg, #456607, #076608);