#067006
a deep, electric green · cool · closest name: green
RGB
6, 112, 6
HSL
120°, 90%, 23%
CMYK
95, 0, 95, 56
Luminance
0.1164
Every format
| HEX | #067006 |
| RGB | rgb(6, 112, 6) |
| HSL | hsl(120, 90%, 23%) |
| CMYK | cmyk(95%, 0%, 95%, 56%) |
| LAB | lab(40.6 -46.1 44.0) |
| LCH | lch(40.6 63.7 136.4) |
| OKLCH | oklch(0.473 0.158 142.6) |
Copy-ready code
/* CSS */
color: #067006;
background-color: #067006;
/* Tailwind (arbitrary) */
class="text-[#067006] bg-[#067006]"
/* SCSS */
$brand: #067006;
/* SwiftUI */
Color(red: 0.024, green: 0.439, blue: 0.024)
/* Android */
Color.parseColor("#067006")Accessibility — WCAG contrast
Aa
#067006 on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#067006 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green43.9%
Blue2.4%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow94.6%
Key (black)56.1%
Color previews
#067006 text on a black background
contrast 3.33:1
Card sample
#067006 text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #067006;
Background color
Panel with #067006 background
background-color: #067006;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #067006;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 112, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 112, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #067006; background: linear-gradient(135deg, #067006, #06704D);