#668607
a dark, electric green · cool · closest name: olivedrab
RGB
102, 134, 7
HSL
75°, 90%, 28%
CMYK
24, 0, 95, 48
Luminance
0.1989
Every format
| HEX | #668607 |
| RGB | rgb(102, 134, 7) |
| HSL | hsl(75, 90%, 28%) |
| CMYK | cmyk(24%, 0%, 95%, 48%) |
| LAB | lab(51.7 -27.5 54.4) |
| LCH | lch(51.7 61.0 116.9) |
| OKLCH | oklch(0.574 0.142 124.8) |
Copy-ready code
/* CSS */
color: #668607;
background-color: #668607;
/* Tailwind (arbitrary) */
class="text-[#668607] bg-[#668607]"
/* SCSS */
$brand: #668607;
/* SwiftUI */
Color(red: 0.400, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#668607")Accessibility — WCAG contrast
Aa
#668607 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#668607 on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green52.5%
Blue2.7%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#668607 text on a black background
contrast 4.98:1
Card sample
#668607 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #668607;
Background color
Panel with #668607 background
background-color: #668607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #668607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #668607; background: linear-gradient(135deg, #668607, #118607);