Shades of Sage #8E9573
Tints of Sage #8E9573
RGB
CMYK
RGB Variations
Color information
#8E9573 (or 0x8E9573) is known color: Sage. HEX triplet: 8E, 95 and 73. RGB value is (142,149,115). Sum of RGB (Red+Green+Blue) = 142+149+115=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9573 is #716A8C. Grayscale: #8F8F8F. Windows color (decimal): -7432845 or 7574926. OLE color: 7574926.
HSL color Cylindrical-coordinate representation of color #8E9573: hue angle of 72.35º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E9573 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 149 | 115 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.42 |
| HSL | 72.35º | 0.14% | 0.52% | - |
| HSV(B) | 72.35º | 0.23% | 0.58% | - |
| XYZ | 25 | 28.48 | 20.4 | - |
| YUV | 143.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 149 | 115 | 0.05 | 0 | 0.23 | 0.42 | 72.35 | 0.14 | 0.52 |
| Hex | 8E | 95 | 73 | 5 | 0 | 17 | 2A | 48 | E | 34 |
| Octal | 216 | 225 | 163 | 5 | 0 | 27 | 52 | 110 | 16 | 64 |
| Binary | 10001110 | 10010101 | 1110011 | 101 | 0 | 10111 | 101010 | 1001000 | 1110 | 110100 |
Color Harmonies of #8E9573
Complementary color
Monochromatic Colors of #8E9573
Black with #8E9573
Text Example
Text Example
White with #8E9573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9573; }
p { color: rgb(142,149,115); }
H1.HeaderClassName
{
color: #8E9573;
}
.AnyTagClassName
{
color: #8E9573;
}
</style>
background-color css
<style>
a { background-color: #8E9573; }
a { background-color: rgb(142,149,115); }
div.DivClassName
{
background-color: #8E9573;
}
.BgClassName
{
background-color: #8E9573;
}
</style>
border-color css
<style>
span { border-color: #8E9573; }
span { border-color: rgb(142,149,115); }
td.TdClassName
{
border-color: #8E9573;
}
.TagClassName
{
border-color: #8E9573;
}
</style>