Shades of Sage #8EA276
Tints of Sage #8EA276
RGB
CMYK
RGB Variations
Color information
#8EA276 (or 0x8EA276) is known color: Sage. HEX triplet: 8E, A2 and 76. RGB value is (142,162,118). Sum of RGB (Red+Green+Blue) = 142+162+118=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA276 is #715D89. Grayscale: #979797. Windows color (decimal): -7429514 or 7774862. OLE color: 7774862.
HSL color Cylindrical-coordinate representation of color #8EA276: hue angle of 87.27º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EA276 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 118 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.36 |
| HSL | 87.27º | 0.19% | 0.55% | - |
| HSV(B) | 87.27º | 0.27% | 0.64% | - |
| XYZ | 27.35 | 32.9 | 22.05 | - |
| YUV | 151 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 118 | 0.12 | 0 | 0.27 | 0.36 | 87.27 | 0.19 | 0.55 |
| Hex | 8E | A2 | 76 | C | 0 | 1B | 24 | 57 | 13 | 37 |
| Octal | 216 | 242 | 166 | 14 | 0 | 33 | 44 | 127 | 23 | 67 |
| Binary | 10001110 | 10100010 | 1110110 | 1100 | 0 | 11011 | 100100 | 1010111 | 10011 | 110111 |
Color Harmonies of #8EA276
Complementary color
Monochromatic Colors of #8EA276
Black with #8EA276
Text Example
Text Example
White with #8EA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA276; }
p { color: rgb(142,162,118); }
H1.HeaderClassName
{
color: #8EA276;
}
.AnyTagClassName
{
color: #8EA276;
}
</style>
background-color css
<style>
a { background-color: #8EA276; }
a { background-color: rgb(142,162,118); }
div.DivClassName
{
background-color: #8EA276;
}
.BgClassName
{
background-color: #8EA276;
}
</style>
border-color css
<style>
span { border-color: #8EA276; }
span { border-color: rgb(142,162,118); }
td.TdClassName
{
border-color: #8EA276;
}
.TagClassName
{
border-color: #8EA276;
}
</style>