#60880c
a dark, electric green · cool · closest name: olivedrab
RGB
96, 136, 12
HSL
79°, 84%, 29%
CMYK
29, 0, 91, 47
Luminance
0.2012
Every format
| HEX | #60880c |
| RGB | rgb(96, 136, 12) |
| HSL | hsl(79, 84%, 29%) |
| CMYK | cmyk(29%, 0%, 91%, 47%) |
| LAB | lab(52.0 -30.9 53.5) |
| LCH | lch(52.0 61.8 120.0) |
| OKLCH | oklch(0.576 0.146 127.7) |
Copy-ready code
/* CSS */
color: #60880c;
background-color: #60880c;
/* Tailwind (arbitrary) */
class="text-[#60880c] bg-[#60880c]"
/* SCSS */
$brand: #60880c;
/* SwiftUI */
Color(red: 0.376, green: 0.533, blue: 0.047)
/* Android */
Color.parseColor("#60880c")Accessibility — WCAG contrast
Aa
#60880c on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#60880c on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green53.3%
Blue4.7%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow91.2%
Key (black)46.7%
Color previews
#60880c text on a black background
contrast 5.02:1
Card sample
#60880c text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60880c;
Background color
Panel with #60880c background
background-color: #60880c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60880c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 136, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 136, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60880c; background: linear-gradient(135deg, #60880c, #0D880C);