#667014
a dark, vivid yellow · cool · closest name: olive
RGB
102, 112, 20
HSL
67°, 70%, 26%
CMYK
9, 0, 82, 56
Luminance
0.1446
Every format
| HEX | #667014 |
| RGB | rgb(102, 112, 20) |
| HSL | hsl(67, 70%, 26%) |
| CMYK | cmyk(9%, 0%, 82%, 56%) |
| LAB | lab(44.9 -15.9 45.6) |
| LCH | lch(44.9 48.3 109.2) |
| OKLCH | oklch(0.519 0.111 116.0) |
Copy-ready code
/* CSS */
color: #667014;
background-color: #667014;
/* Tailwind (arbitrary) */
class="text-[#667014] bg-[#667014]"
/* SCSS */
$brand: #667014;
/* SwiftUI */
Color(red: 0.400, green: 0.439, blue: 0.078)
/* Android */
Color.parseColor("#667014")Accessibility — WCAG contrast
Aa
#667014 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#667014 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green43.9%
Blue7.8%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow82.1%
Key (black)56.1%
Color previews
#667014 text on a black background
contrast 3.89:1
Card sample
#667014 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #667014;
Background color
Panel with #667014 background
background-color: #667014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #667014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 112, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 112, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #667014; background: linear-gradient(135deg, #667014, #297014);