Bonsai
#787b54
Bonsai, represented by the hex value #787b54, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #787b54 | |
|---|---|---|
| RGB | rgb(120, 123, 84) | |
| HSL | hsl(65, 19%, 41%) | |
| CMYK | cmyk(2%, 0%, 32%, 52%) | |
| LAB | lab(51, -6, 21) | |
| OKLCH | oklch(0.57 0.056 112) |
Color harmonies
Tints & shades
Code snippets
color: #787b54;
background-color: #787b54;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF787B54)
/* Swift / UIKit */
UIColor(red: 0.47, green: 0.48, blue: 0.33, alpha: 1.0)