#647705
a deep, electric green · cool · closest name: olivedrab
RGB
100, 119, 5
HSL
70°, 92%, 24%
CMYK
16, 0, 96, 53
Luminance
0.1591
Every format
| HEX | #647705 |
| RGB | rgb(100, 119, 5) |
| HSL | hsl(70, 92%, 24%) |
| CMYK | cmyk(16%, 0%, 96%, 53%) |
| LAB | lab(46.9 -21.0 50.9) |
| LCH | lch(46.9 55.0 112.4) |
| OKLCH | oklch(0.535 0.126 120.2) |
Copy-ready code
/* CSS */
color: #647705;
background-color: #647705;
/* Tailwind (arbitrary) */
class="text-[#647705] bg-[#647705]"
/* SCSS */
$brand: #647705;
/* SwiftUI */
Color(red: 0.392, green: 0.467, blue: 0.020)
/* Android */
Color.parseColor("#647705")Accessibility — WCAG contrast
Aa
#647705 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#647705 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green46.7%
Blue2.0%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow95.8%
Key (black)53.3%
Color previews
#647705 text on a black background
contrast 4.18:1
Card sample
#647705 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #647705;
Background color
Panel with #647705 background
background-color: #647705;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #647705;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 119, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 119, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #647705; background: linear-gradient(135deg, #647705, #187705);