Shades of Sage #8E9772
Tints of Sage #8E9772
RGB
CMYK
RGB Variations
Color information
#8E9772 (or 0x8E9772) is known color: Sage. HEX triplet: 8E, 97 and 72. RGB value is (142,151,114). Sum of RGB (Red+Green+Blue) = 142+151+114=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9772 is #71688D. Grayscale: #909090. Windows color (decimal): -7432334 or 7509902. OLE color: 7509902.
HSL color Cylindrical-coordinate representation of color #8E9772: hue angle of 74.59º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E9772 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 151 | 114 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.41 |
| HSL | 74.59º | 0.15% | 0.52% | - |
| HSV(B) | 74.59º | 0.25% | 0.59% | - |
| XYZ | 25.26 | 29.1 | 20.2 | - |
| YUV | 144.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 114 | 0.06 | 0 | 0.25 | 0.41 | 74.59 | 0.15 | 0.52 |
| Hex | 8E | 97 | 72 | 6 | 0 | 19 | 29 | 4B | F | 34 |
| Octal | 216 | 227 | 162 | 6 | 0 | 31 | 51 | 113 | 17 | 64 |
| Binary | 10001110 | 10010111 | 1110010 | 110 | 0 | 11001 | 101001 | 1001011 | 1111 | 110100 |
Color Harmonies of #8E9772
Complementary color
Monochromatic Colors of #8E9772
Black with #8E9772
Text Example
Text Example
White with #8E9772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9772; }
p { color: rgb(142,151,114); }
H1.HeaderClassName
{
color: #8E9772;
}
.AnyTagClassName
{
color: #8E9772;
}
</style>
background-color css
<style>
a { background-color: #8E9772; }
a { background-color: rgb(142,151,114); }
div.DivClassName
{
background-color: #8E9772;
}
.BgClassName
{
background-color: #8E9772;
}
</style>
border-color css
<style>
span { border-color: #8E9772; }
span { border-color: rgb(142,151,114); }
td.TdClassName
{
border-color: #8E9772;
}
.TagClassName
{
border-color: #8E9772;
}
</style>