Shades of Sage #89956E
Tints of Sage #89956E
RGB
CMYK
RGB Variations
Color information
#89956E (or 0x89956E) is known color: Sage. HEX triplet: 89, 95 and 6E. RGB value is (137,149,110). Sum of RGB (Red+Green+Blue) = 137+149+110=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #89956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89956E is #766A91. Grayscale: #8D8D8D. Windows color (decimal): -7760530 or 7247241. OLE color: 7247241.
HSL color Cylindrical-coordinate representation of color #89956E: hue angle of 78.46º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89956E is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 110 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.42 |
| HSL | 78.46º | 0.16% | 0.51% | - |
| HSV(B) | 78.46º | 0.26% | 0.58% | - |
| XYZ | 23.88 | 27.94 | 18.89 | - |
| YUV | 140.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 110 | 0.08 | 0 | 0.26 | 0.42 | 78.46 | 0.16 | 0.51 |
| Hex | 89 | 95 | 6E | 8 | 0 | 1A | 2A | 4E | 10 | 33 |
| Octal | 211 | 225 | 156 | 10 | 0 | 32 | 52 | 116 | 20 | 63 |
| Binary | 10001001 | 10010101 | 1101110 | 1000 | 0 | 11010 | 101010 | 1001110 | 10000 | 110011 |
Color Harmonies of #89956E
Complementary color
Monochromatic Colors of #89956E
Black with #89956E
Text Example
Text Example
White with #89956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89956E; }
p { color: rgb(137,149,110); }
H1.HeaderClassName
{
color: #89956E;
}
.AnyTagClassName
{
color: #89956E;
}
</style>
background-color css
<style>
a { background-color: #89956E; }
a { background-color: rgb(137,149,110); }
div.DivClassName
{
background-color: #89956E;
}
.BgClassName
{
background-color: #89956E;
}
</style>
border-color css
<style>
span { border-color: #89956E; }
span { border-color: rgb(137,149,110); }
td.TdClassName
{
border-color: #89956E;
}
.TagClassName
{
border-color: #89956E;
}
</style>