#679607
a dark, electric green · cool · closest name: olivedrab
RGB
103, 150, 7
HSL
80°, 91%, 31%
CMYK
31, 0, 95, 41
Luminance
0.2471
Every format
| HEX | #679607 |
| RGB | rgb(103, 150, 7) |
| HSL | hsl(80, 91%, 31%) |
| CMYK | cmyk(31%, 0%, 95%, 41%) |
| LAB | lab(56.8 -34.6 58.5) |
| LCH | lch(56.8 68.0 120.6) |
| OKLCH | oklch(0.616 0.160 128.6) |
Copy-ready code
/* CSS */
color: #679607;
background-color: #679607;
/* Tailwind (arbitrary) */
class="text-[#679607] bg-[#679607]"
/* SCSS */
$brand: #679607;
/* SwiftUI */
Color(red: 0.404, green: 0.588, blue: 0.027)
/* Android */
Color.parseColor("#679607")Accessibility — WCAG contrast
Aa
#679607 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#679607 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green58.8%
Blue2.7%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow95.3%
Key (black)41.2%
Color previews
#679607 text on a black background
contrast 5.94:1
Card sample
#679607 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #679607;
Background color
Panel with #679607 background
background-color: #679607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #679607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 150, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 150, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #679607; background: linear-gradient(135deg, #679607, #089607);