#6f8800
a dark, electric green · cool · closest name: olivedrab
RGB
111, 136, 0
HSL
71°, 100%, 27%
CMYK
18, 0, 100, 47
Luminance
0.2099
Every format
| HEX | #6f8800 |
| RGB | rgb(111, 136, 0) |
| HSL | hsl(71, 100%, 27%) |
| CMYK | cmyk(18%, 0%, 100%, 47%) |
| LAB | lab(52.9 -24.8 56.9) |
| LCH | lch(52.9 62.0 113.6) |
| OKLCH | oklch(0.586 0.142 121.7) |
Copy-ready code
/* CSS */
color: #6f8800;
background-color: #6f8800;
/* Tailwind (arbitrary) */
class="text-[#6f8800] bg-[#6f8800]"
/* SCSS */
$brand: #6f8800;
/* SwiftUI */
Color(red: 0.435, green: 0.533, blue: 0.000)
/* Android */
Color.parseColor("#6f8800")Accessibility — WCAG contrast
Aa
#6f8800 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f8800 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green53.3%
Blue0.0%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow100.0%
Key (black)46.7%
Color previews
#6f8800 text on a black background
contrast 5.20:1
Card sample
#6f8800 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f8800;
Background color
Panel with #6f8800 background
background-color: #6f8800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f8800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 136, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 136, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f8800; background: linear-gradient(135deg, #6f8800, #148800);