Shades of Sage #8E9382
Tints of Sage #8E9382
RGB
CMYK
RGB Variations
Color information
#8E9382 (or 0x8E9382) is known color: Sage. HEX triplet: 8E, 93 and 82. RGB value is (142,147,130). Sum of RGB (Red+Green+Blue) = 142+147+130=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9382 is #716C7D. Grayscale: #8F8F8F. Windows color (decimal): -7433342 or 8557454. OLE color: 8557454.
HSL color Cylindrical-coordinate representation of color #8E9382: hue angle of 77.65º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8E9382 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 130 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.42 |
| HSL | 77.65º | 0.07% | 0.54% | - |
| HSV(B) | 77.65º | 0.12% | 0.58% | - |
| XYZ | 25.62 | 28.23 | 25.22 | - |
| YUV | 143.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 130 | 0.03 | 0 | 0.12 | 0.42 | 77.65 | 0.07 | 0.54 |
| Hex | 8E | 93 | 82 | 3 | 0 | C | 2A | 4E | 7 | 36 |
| Octal | 216 | 223 | 202 | 3 | 0 | 14 | 52 | 116 | 7 | 66 |
| Binary | 10001110 | 10010011 | 10000010 | 11 | 0 | 1100 | 101010 | 1001110 | 111 | 110110 |
Color Harmonies of #8E9382
Complementary color
Monochromatic Colors of #8E9382
Black with #8E9382
Text Example
Text Example
White with #8E9382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9382; }
p { color: rgb(142,147,130); }
H1.HeaderClassName
{
color: #8E9382;
}
.AnyTagClassName
{
color: #8E9382;
}
</style>
background-color css
<style>
a { background-color: #8E9382; }
a { background-color: rgb(142,147,130); }
div.DivClassName
{
background-color: #8E9382;
}
.BgClassName
{
background-color: #8E9382;
}
</style>
border-color css
<style>
span { border-color: #8E9382; }
span { border-color: rgb(142,147,130); }
td.TdClassName
{
border-color: #8E9382;
}
.TagClassName
{
border-color: #8E9382;
}
</style>