#647718
a dark, vivid green · cool · closest name: olivedrab
RGB
100, 119, 24
HSL
72°, 66%, 28%
CMYK
16, 0, 80, 53
Luminance
0.1597
Every format
| HEX | #647718 |
| RGB | rgb(100, 119, 24) |
| HSL | hsl(72, 66%, 28%) |
| CMYK | cmyk(16%, 0%, 80%, 53%) |
| LAB | lab(46.9 -20.3 46.1) |
| LCH | lch(46.9 50.4 113.8) |
| OKLCH | oklch(0.536 0.118 120.7) |
Copy-ready code
/* CSS */
color: #647718;
background-color: #647718;
/* Tailwind (arbitrary) */
class="text-[#647718] bg-[#647718]"
/* SCSS */
$brand: #647718;
/* SwiftUI */
Color(red: 0.392, green: 0.467, blue: 0.094)
/* Android */
Color.parseColor("#647718")Accessibility — WCAG contrast
Aa
#647718 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#647718 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green46.7%
Blue9.4%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow79.8%
Key (black)53.3%
Color previews
#647718 text on a black background
contrast 4.19:1
Card sample
#647718 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #647718;
Background color
Panel with #647718 background
background-color: #647718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #647718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 119, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 119, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #647718; background: linear-gradient(135deg, #647718, #257718);