Shades of Sage #89956F
Tints of Sage #89956F
RGB
CMYK
RGB Variations
Color information
#89956F (or 0x89956F) is known color: Sage. HEX triplet: 89, 95 and 6F. RGB value is (137,149,111). Sum of RGB (Red+Green+Blue) = 137+149+111=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #89956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89956F is #766A90. Grayscale: #8D8D8D. Windows color (decimal): -7760529 or 7312777. OLE color: 7312777.
HSL color Cylindrical-coordinate representation of color #89956F: hue angle of 78.95º degrees, saturation: 0.15, 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 #89956F is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 111 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.42 |
| HSL | 78.95º | 0.15% | 0.51% | - |
| HSV(B) | 78.95º | 0.26% | 0.58% | - |
| XYZ | 23.93 | 27.96 | 19.17 | - |
| YUV | 141.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 111 | 0.08 | 0 | 0.26 | 0.42 | 78.95 | 0.15 | 0.51 |
| Hex | 89 | 95 | 6F | 8 | 0 | 1A | 2A | 4F | F | 33 |
| Octal | 211 | 225 | 157 | 10 | 0 | 32 | 52 | 117 | 17 | 63 |
| Binary | 10001001 | 10010101 | 1101111 | 1000 | 0 | 11010 | 101010 | 1001111 | 1111 | 110011 |
Color Harmonies of #89956F
Complementary color
Monochromatic Colors of #89956F
Black with #89956F
Text Example
Text Example
White with #89956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89956F; }
p { color: rgb(137,149,111); }
H1.HeaderClassName
{
color: #89956F;
}
.AnyTagClassName
{
color: #89956F;
}
</style>
background-color css
<style>
a { background-color: #89956F; }
a { background-color: rgb(137,149,111); }
div.DivClassName
{
background-color: #89956F;
}
.BgClassName
{
background-color: #89956F;
}
</style>
border-color css
<style>
span { border-color: #89956F; }
span { border-color: rgb(137,149,111); }
td.TdClassName
{
border-color: #89956F;
}
.TagClassName
{
border-color: #89956F;
}
</style>