Negishi Green
#938b4b
Looking for the precise values behind Negishi Green (#938b4b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #938b4b | |
|---|---|---|
| RGB | rgb(147, 139, 75) | |
| HSL | hsl(53, 32%, 44%) | |
| CMYK | cmyk(0%, 5%, 49%, 42%) | |
| LAB | lab(57, -4, 35) | |
| OKLCH | oklch(0.63 0.086 102) |
Color harmonies
Tints & shades
Code snippets
color: #938b4b;
background-color: #938b4b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF938B4B)
/* Swift / UIKit */
UIColor(red: 0.58, green: 0.55, blue: 0.29, alpha: 1.0)