#667700
a deep, electric yellow · cool · closest name: olive
RGB
102, 119, 0
HSL
69°, 100%, 23%
CMYK
14, 0, 100, 53
Luminance
0.1602
Every format
| HEX | #667700 |
| RGB | rgb(102, 119, 0) |
| HSL | hsl(69, 100%, 23%) |
| CMYK | cmyk(14%, 0%, 100%, 53%) |
| LAB | lab(47.0 -20.2 52.1) |
| LCH | lch(47.0 55.9 111.2) |
| OKLCH | oklch(0.536 0.126 119.1) |
Copy-ready code
/* CSS */
color: #667700;
background-color: #667700;
/* Tailwind (arbitrary) */
class="text-[#667700] bg-[#667700]"
/* SCSS */
$brand: #667700;
/* SwiftUI */
Color(red: 0.400, green: 0.467, blue: 0.000)
/* Android */
Color.parseColor("#667700")Accessibility — WCAG contrast
Aa
#667700 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#667700 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green46.7%
Blue0.0%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow100.0%
Key (black)53.3%
Color previews
#667700 text on a black background
contrast 4.20:1
Card sample
#667700 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #667700;
Background color
Panel with #667700 background
background-color: #667700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #667700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 119, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 119, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #667700; background: linear-gradient(135deg, #667700, #177700);