#67a310
a dark, electric green · cool · closest name: olivedrab
RGB
103, 163, 16
HSL
85°, 82%, 35%
CMYK
37, 0, 90, 36
Luminance
0.2912
Every format
| HEX | #67a310 |
| RGB | rgb(103, 163, 16) |
| HSL | hsl(85, 82%, 35%) |
| CMYK | cmyk(37%, 0%, 90%, 36%) |
| LAB | lab(60.9 -40.1 60.4) |
| LCH | lch(60.9 72.5 123.6) |
| OKLCH | oklch(0.649 0.174 131.3) |
Copy-ready code
/* CSS */
color: #67a310;
background-color: #67a310;
/* Tailwind (arbitrary) */
class="text-[#67a310] bg-[#67a310]"
/* SCSS */
$brand: #67a310;
/* SwiftUI */
Color(red: 0.404, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#67a310")Accessibility — WCAG contrast
Aa
#67a310 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#67a310 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green63.9%
Blue6.3%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#67a310 text on a black background
contrast 6.82:1
Card sample
#67a310 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67a310;
Background color
Panel with #67a310 background
background-color: #67a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67a310; background: linear-gradient(135deg, #67a310, #10A31B);