#107607
a deep, electric green · cool · closest name: green
RGB
16, 118, 7
HSL
115°, 89%, 25%
CMYK
86, 0, 94, 54
Luminance
0.1308
Every format
| HEX | #107607 |
| RGB | rgb(16, 118, 7) |
| HSL | hsl(115, 89%, 25%) |
| CMYK | cmyk(86%, 0%, 94%, 54%) |
| LAB | lab(42.9 -47.0 45.7) |
| LCH | lch(42.9 65.5 135.8) |
| OKLCH | oklch(0.492 0.162 142.1) |
Copy-ready code
/* CSS */
color: #107607;
background-color: #107607;
/* Tailwind (arbitrary) */
class="text-[#107607] bg-[#107607]"
/* SCSS */
$brand: #107607;
/* SwiftUI */
Color(red: 0.063, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#107607")Accessibility — WCAG contrast
Aa
#107607 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#107607 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green46.3%
Blue2.7%
CMYK percentages
Cyan86.4%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#107607 text on a black background
contrast 3.62:1
Card sample
#107607 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #107607;
Background color
Panel with #107607 background
background-color: #107607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #107607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #107607; background: linear-gradient(135deg, #107607, #077648);