Shades of Sage #8E937F
Tints of Sage #8E937F
RGB
CMYK
RGB Variations
Color information
#8E937F (or 0x8E937F) is known color: Sage. HEX triplet: 8E, 93 and 7F. RGB value is (142,147,127). Sum of RGB (Red+Green+Blue) = 142+147+127=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #8E937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E937F is #716C80. Grayscale: #8F8F8F. Windows color (decimal): -7433345 or 8360846. OLE color: 8360846.
HSL color Cylindrical-coordinate representation of color #8E937F: hue angle of 75º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E937F is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 127 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.42 |
| HSL | 75º | 0.08% | 0.54% | - |
| HSV(B) | 75º | 0.14% | 0.58% | - |
| XYZ | 25.42 | 28.15 | 24.17 | - |
| YUV | 143.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 127 | 0.03 | 0 | 0.14 | 0.42 | 75 | 0.08 | 0.54 |
| Hex | 8E | 93 | 7F | 3 | 0 | E | 2A | 4B | 8 | 36 |
| Octal | 216 | 223 | 177 | 3 | 0 | 16 | 52 | 113 | 10 | 66 |
| Binary | 10001110 | 10010011 | 1111111 | 11 | 0 | 1110 | 101010 | 1001011 | 1000 | 110110 |
Color Harmonies of #8E937F
Complementary color
Monochromatic Colors of #8E937F
Black with #8E937F
Text Example
Text Example
White with #8E937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E937F; }
p { color: rgb(142,147,127); }
H1.HeaderClassName
{
color: #8E937F;
}
.AnyTagClassName
{
color: #8E937F;
}
</style>
background-color css
<style>
a { background-color: #8E937F; }
a { background-color: rgb(142,147,127); }
div.DivClassName
{
background-color: #8E937F;
}
.BgClassName
{
background-color: #8E937F;
}
</style>
border-color css
<style>
span { border-color: #8E937F; }
span { border-color: rgb(142,147,127); }
td.TdClassName
{
border-color: #8E937F;
}
.TagClassName
{
border-color: #8E937F;
}
</style>