Shades of Sage #8E9383
Tints of Sage #8E9383
RGB
CMYK
RGB Variations
Color information
#8E9383 (or 0x8E9383) is known color: Sage. HEX triplet: 8E, 93 and 83. RGB value is (142,147,131). Sum of RGB (Red+Green+Blue) = 142+147+131=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9383 is #716C7C. Grayscale: #8F8F8F. Windows color (decimal): -7433341 or 8622990. OLE color: 8622990.
HSL color Cylindrical-coordinate representation of color #8E9383: hue angle of 78.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E9383 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 131 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.42 |
| HSL | 78.75º | 0.07% | 0.55% | - |
| HSV(B) | 78.75º | 0.11% | 0.58% | - |
| XYZ | 25.69 | 28.26 | 25.57 | - |
| YUV | 143.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 131 | 0.03 | 0 | 0.11 | 0.42 | 78.75 | 0.07 | 0.55 |
| Hex | 8E | 93 | 83 | 3 | 0 | B | 2A | 4F | 7 | 37 |
| Octal | 216 | 223 | 203 | 3 | 0 | 13 | 52 | 117 | 7 | 67 |
| Binary | 10001110 | 10010011 | 10000011 | 11 | 0 | 1011 | 101010 | 1001111 | 111 | 110111 |
Color Harmonies of #8E9383
Complementary color
Monochromatic Colors of #8E9383
Black with #8E9383
Text Example
Text Example
White with #8E9383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9383; }
p { color: rgb(142,147,131); }
H1.HeaderClassName
{
color: #8E9383;
}
.AnyTagClassName
{
color: #8E9383;
}
</style>
background-color css
<style>
a { background-color: #8E9383; }
a { background-color: rgb(142,147,131); }
div.DivClassName
{
background-color: #8E9383;
}
.BgClassName
{
background-color: #8E9383;
}
</style>
border-color css
<style>
span { border-color: #8E9383; }
span { border-color: rgb(142,147,131); }
td.TdClassName
{
border-color: #8E9383;
}
.TagClassName
{
border-color: #8E9383;
}
</style>