Beyond the Pines
#688049
Beyond the Pines, represented by the hex value #688049, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #688049 | |
|---|---|---|
| RGB | rgb(104, 128, 73) | |
| HSL | hsl(86, 27%, 39%) | |
| CMYK | cmyk(19%, 0%, 43%, 50%) | |
| LAB | lab(51, -17, 27) | |
| OKLCH | oklch(0.57 0.084 128) |
Color harmonies
Tints & shades
Code snippets
color: #688049;
background-color: #688049;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF688049)
/* Swift / UIKit */
UIColor(red: 0.41, green: 0.50, blue: 0.29, alpha: 1.0)