Shades of Sage #8EA274
Tints of Sage #8EA274
RGB
CMYK
RGB Variations
Color information
#8EA274 (or 0x8EA274) is known color: Sage. HEX triplet: 8E, A2 and 74. RGB value is (142,162,116). Sum of RGB (Red+Green+Blue) = 142+162+116=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA274 is #715D8B. Grayscale: #969696. Windows color (decimal): -7429516 or 7643790. OLE color: 7643790.
HSL color Cylindrical-coordinate representation of color #8EA274: hue angle of 86.09º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EA274 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 116 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.36 |
| HSL | 86.09º | 0.2% | 0.55% | - |
| HSV(B) | 86.09º | 0.28% | 0.64% | - |
| XYZ | 27.23 | 32.85 | 21.43 | - |
| YUV | 150.78 | 108.37 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 116 | 0.12 | 0 | 0.28 | 0.36 | 86.09 | 0.2 | 0.55 |
| Hex | 8E | A2 | 74 | C | 0 | 1C | 24 | 56 | 14 | 37 |
| Octal | 216 | 242 | 164 | 14 | 0 | 34 | 44 | 126 | 24 | 67 |
| Binary | 10001110 | 10100010 | 1110100 | 1100 | 0 | 11100 | 100100 | 1010110 | 10100 | 110111 |
Color Harmonies of #8EA274
Complementary color
Monochromatic Colors of #8EA274
Black with #8EA274
Text Example
Text Example
White with #8EA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA274; }
p { color: rgb(142,162,116); }
H1.HeaderClassName
{
color: #8EA274;
}
.AnyTagClassName
{
color: #8EA274;
}
</style>
background-color css
<style>
a { background-color: #8EA274; }
a { background-color: rgb(142,162,116); }
div.DivClassName
{
background-color: #8EA274;
}
.BgClassName
{
background-color: #8EA274;
}
</style>
border-color css
<style>
span { border-color: #8EA274; }
span { border-color: rgb(142,162,116); }
td.TdClassName
{
border-color: #8EA274;
}
.TagClassName
{
border-color: #8EA274;
}
</style>