Shades of Sage #8EA179
Tints of Sage #8EA179
RGB
CMYK
RGB Variations
Color information
#8EA179 (or 0x8EA179) is known color: Sage. HEX triplet: 8E, A1 and 79. RGB value is (142,161,121). Sum of RGB (Red+Green+Blue) = 142+161+121=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA179 is #715E86. Grayscale: #969696. Windows color (decimal): -7429767 or 7971214. OLE color: 7971214.
HSL color Cylindrical-coordinate representation of color #8EA179: hue angle of 88.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EA179 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 161 | 121 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.37 |
| HSL | 88.5º | 0.18% | 0.55% | - |
| HSV(B) | 88.5º | 0.25% | 0.63% | - |
| XYZ | 27.35 | 32.62 | 22.94 | - |
| YUV | 150.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 121 | 0.12 | 0 | 0.25 | 0.37 | 88.5 | 0.18 | 0.55 |
| Hex | 8E | A1 | 79 | C | 0 | 19 | 25 | 58 | 12 | 37 |
| Octal | 216 | 241 | 171 | 14 | 0 | 31 | 45 | 130 | 22 | 67 |
| Binary | 10001110 | 10100001 | 1111001 | 1100 | 0 | 11001 | 100101 | 1011000 | 10010 | 110111 |
Color Harmonies of #8EA179
Complementary color
Monochromatic Colors of #8EA179
Black with #8EA179
Text Example
Text Example
White with #8EA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA179; }
p { color: rgb(142,161,121); }
H1.HeaderClassName
{
color: #8EA179;
}
.AnyTagClassName
{
color: #8EA179;
}
</style>
background-color css
<style>
a { background-color: #8EA179; }
a { background-color: rgb(142,161,121); }
div.DivClassName
{
background-color: #8EA179;
}
.BgClassName
{
background-color: #8EA179;
}
</style>
border-color css
<style>
span { border-color: #8EA179; }
span { border-color: rgb(142,161,121); }
td.TdClassName
{
border-color: #8EA179;
}
.TagClassName
{
border-color: #8EA179;
}
</style>