Shades of Sage #8EA070
Tints of Sage #8EA070
RGB
CMYK
RGB Variations
Color information
#8EA070 (or 0x8EA070) is known color: Sage. HEX triplet: 8E, A0 and 70. RGB value is (142,160,112). Sum of RGB (Red+Green+Blue) = 142+160+112=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA070 is #715F8F. Grayscale: #959595. Windows color (decimal): -7430032 or 7381134. OLE color: 7381134.
HSL color Cylindrical-coordinate representation of color #8EA070: hue angle of 82.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EA070 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 112 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.37 |
| HSL | 82.5º | 0.2% | 0.53% | - |
| HSV(B) | 82.5º | 0.3% | 0.63% | - |
| XYZ | 26.65 | 32.06 | 20.11 | - |
| YUV | 149.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 112 | 0.11 | 0 | 0.30 | 0.37 | 82.5 | 0.2 | 0.53 |
| Hex | 8E | A0 | 70 | B | 0 | 1E | 25 | 52 | 14 | 35 |
| Octal | 216 | 240 | 160 | 13 | 0 | 36 | 45 | 122 | 24 | 65 |
| Binary | 10001110 | 10100000 | 1110000 | 1011 | 0 | 11110 | 100101 | 1010010 | 10100 | 110101 |
Color Harmonies of #8EA070
Complementary color
Monochromatic Colors of #8EA070
Black with #8EA070
Text Example
Text Example
White with #8EA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA070; }
p { color: rgb(142,160,112); }
H1.HeaderClassName
{
color: #8EA070;
}
.AnyTagClassName
{
color: #8EA070;
}
</style>
background-color css
<style>
a { background-color: #8EA070; }
a { background-color: rgb(142,160,112); }
div.DivClassName
{
background-color: #8EA070;
}
.BgClassName
{
background-color: #8EA070;
}
</style>
border-color css
<style>
span { border-color: #8EA070; }
span { border-color: rgb(142,160,112); }
td.TdClassName
{
border-color: #8EA070;
}
.TagClassName
{
border-color: #8EA070;
}
</style>