#617607
a deep, electric green · cool · closest name: olivedrab
RGB
97, 118, 7
HSL
71°, 89%, 25%
CMYK
18, 0, 94, 54
Luminance
0.1551
Every format
| HEX | #617607 |
| RGB | rgb(97, 118, 7) |
| HSL | hsl(71, 89%, 25%) |
| CMYK | cmyk(18%, 0%, 94%, 54%) |
| LAB | lab(46.3 -21.8 49.9) |
| LCH | lch(46.3 54.5 113.5) |
| OKLCH | oklch(0.530 0.125 121.3) |
Copy-ready code
/* CSS */
color: #617607;
background-color: #617607;
/* Tailwind (arbitrary) */
class="text-[#617607] bg-[#617607]"
/* SCSS */
$brand: #617607;
/* SwiftUI */
Color(red: 0.380, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#617607")Accessibility — WCAG contrast
Aa
#617607 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#617607 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green46.3%
Blue2.7%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#617607 text on a black background
contrast 4.10:1
Card sample
#617607 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #617607;
Background color
Panel with #617607 background
background-color: #617607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #617607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #617607; background: linear-gradient(135deg, #617607, #177607);