#667721
a dark, vivid green · cool · closest name: olivedrab
RGB
102, 119, 33
HSL
72°, 57%, 30%
CMYK
14, 0, 72, 53
Luminance
0.1613
Every format
| HEX | #667721 |
| RGB | rgb(102, 119, 33) |
| HSL | hsl(72, 57%, 30%) |
| CMYK | cmyk(14%, 0%, 72%, 53%) |
| LAB | lab(47.1 -18.9 42.9) |
| LCH | lch(47.1 46.9 113.8) |
| OKLCH | oklch(0.538 0.111 120.0) |
Copy-ready code
/* CSS */
color: #667721;
background-color: #667721;
/* Tailwind (arbitrary) */
class="text-[#667721] bg-[#667721]"
/* SCSS */
$brand: #667721;
/* SwiftUI */
Color(red: 0.400, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#667721")Accessibility — WCAG contrast
Aa
#667721 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#667721 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green46.7%
Blue12.9%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow72.3%
Key (black)53.3%
Color previews
#667721 text on a black background
contrast 4.23:1
Card sample
#667721 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #667721;
Background color
Panel with #667721 background
background-color: #667721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #667721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #667721; background: linear-gradient(135deg, #667721, #2D7721);