#699310
a dark, electric green · cool · closest name: olivedrab
RGB
105, 147, 16
HSL
79°, 80%, 32%
CMYK
29, 0, 89, 42
Luminance
0.2391
Every format
| HEX | #699310 |
| RGB | rgb(105, 147, 16) |
| HSL | hsl(79, 80%, 32%) |
| CMYK | cmyk(29%, 0%, 89%, 42%) |
| LAB | lab(56.0 -32.2 56.3) |
| LCH | lch(56.0 64.9 119.8) |
| OKLCH | oklch(0.610 0.153 127.5) |
Copy-ready code
/* CSS */
color: #699310;
background-color: #699310;
/* Tailwind (arbitrary) */
class="text-[#699310] bg-[#699310]"
/* SCSS */
$brand: #699310;
/* SwiftUI */
Color(red: 0.412, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#699310")Accessibility — WCAG contrast
Aa
#699310 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#699310 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green57.6%
Blue6.3%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#699310 text on a black background
contrast 5.78:1
Card sample
#699310 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #699310;
Background color
Panel with #699310 background
background-color: #699310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #699310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #699310; background: linear-gradient(135deg, #699310, #129310);