#6f9100
a dark, electric green · cool · closest name: olivedrab
RGB
111, 145, 0
HSL
74°, 100%, 28%
CMYK
23, 0, 100, 43
Luminance
0.2363
Every format
| HEX | #6f9100 |
| RGB | rgb(111, 145, 0) |
| HSL | hsl(74, 100%, 28%) |
| CMYK | cmyk(23%, 0%, 100%, 43%) |
| LAB | lab(55.7 -29.2 59.0) |
| LCH | lch(55.7 65.8 116.3) |
| OKLCH | oklch(0.608 0.152 124.5) |
Copy-ready code
/* CSS */
color: #6f9100;
background-color: #6f9100;
/* Tailwind (arbitrary) */
class="text-[#6f9100] bg-[#6f9100]"
/* SCSS */
$brand: #6f9100;
/* SwiftUI */
Color(red: 0.435, green: 0.569, blue: 0.000)
/* Android */
Color.parseColor("#6f9100")Accessibility — WCAG contrast
Aa
#6f9100 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f9100 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green56.9%
Blue0.0%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow100.0%
Key (black)43.1%
Color previews
#6f9100 text on a black background
contrast 5.73:1
Card sample
#6f9100 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f9100;
Background color
Panel with #6f9100 background
background-color: #6f9100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f9100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 145, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 145, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f9100; background: linear-gradient(135deg, #6f9100, #0E9100);