Over the Hills
#4d6d08
Looking for the precise values behind Over the Hills (#4d6d08)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4d6d08 | |
|---|---|---|
| RGB | rgb(77, 109, 8) | |
| HSL | hsl(79, 86%, 23%) | |
| CMYK | cmyk(29%, 0%, 93%, 57%) | |
| LAB | lab(42, -23, 45) | |
| OKLCH | oklch(0.49 0.124 127) |
Color harmonies
Tints & shades
Code snippets
color: #4d6d08;
background-color: #4d6d08;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF4D6D08)
/* Swift / UIKit */
UIColor(red: 0.30, green: 0.43, blue: 0.03, alpha: 1.0)