#104700
a deep, electric green · cool · closest name: seagreen
RGB
16, 71, 0
HSL
107°, 100%, 14%
CMYK
78, 0, 100, 72
Luminance
0.0462
Every format
| HEX | #104700 |
| RGB | rgb(16, 71, 0) |
| HSL | hsl(107, 100%, 14%) |
| CMYK | cmyk(78%, 0%, 100%, 72%) |
| LAB | lab(25.6 -31.3 33.3) |
| LCH | lch(25.6 45.7 133.3) |
| OKLCH | oklch(0.348 0.112 140.0) |
Copy-ready code
/* CSS */
color: #104700;
background-color: #104700;
/* Tailwind (arbitrary) */
class="text-[#104700] bg-[#104700]"
/* SCSS */
$brand: #104700;
/* SwiftUI */
Color(red: 0.063, green: 0.278, blue: 0.000)
/* Android */
Color.parseColor("#104700")Accessibility — WCAG contrast
Aa
#104700 on white: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#104700 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green27.8%
Blue0.0%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow100.0%
Key (black)72.2%
Color previews
#104700 text on a black background
contrast 1.92:1
Card sample
#104700 text on a white background
contrast 10.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #104700;
Background color
Panel with #104700 background
background-color: #104700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #104700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 71, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 71, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #104700; background: linear-gradient(135deg, #104700, #00471F);