Shades of Sage #8EA073
Tints of Sage #8EA073
RGB
CMYK
RGB Variations
Color information
#8EA073 (or 0x8EA073) is known color: Sage. HEX triplet: 8E, A0 and 73. RGB value is (142,160,115). Sum of RGB (Red+Green+Blue) = 142+160+115=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA073 is #715F8C. Grayscale: #959595. Windows color (decimal): -7430029 or 7577742. OLE color: 7577742.
HSL color Cylindrical-coordinate representation of color #8EA073: hue angle of 84º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EA073 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 115 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.37 |
| HSL | 84º | 0.19% | 0.54% | - |
| HSV(B) | 84º | 0.28% | 0.63% | - |
| XYZ | 26.82 | 32.13 | 21.01 | - |
| YUV | 149.49 | 108.54 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 115 | 0.11 | 0 | 0.28 | 0.37 | 84 | 0.19 | 0.54 |
| Hex | 8E | A0 | 73 | B | 0 | 1C | 25 | 54 | 13 | 36 |
| Octal | 216 | 240 | 163 | 13 | 0 | 34 | 45 | 124 | 23 | 66 |
| Binary | 10001110 | 10100000 | 1110011 | 1011 | 0 | 11100 | 100101 | 1010100 | 10011 | 110110 |
Color Harmonies of #8EA073
Complementary color
Monochromatic Colors of #8EA073
Black with #8EA073
Text Example
Text Example
White with #8EA073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA073; }
p { color: rgb(142,160,115); }
H1.HeaderClassName
{
color: #8EA073;
}
.AnyTagClassName
{
color: #8EA073;
}
</style>
background-color css
<style>
a { background-color: #8EA073; }
a { background-color: rgb(142,160,115); }
div.DivClassName
{
background-color: #8EA073;
}
.BgClassName
{
background-color: #8EA073;
}
</style>
border-color css
<style>
span { border-color: #8EA073; }
span { border-color: rgb(142,160,115); }
td.TdClassName
{
border-color: #8EA073;
}
.TagClassName
{
border-color: #8EA073;
}
</style>