Shades of Sage #8E9F6E
Tints of Sage #8E9F6E
RGB
CMYK
RGB Variations
Color information
#8E9F6E (or 0x8E9F6E) is known color: Sage. HEX triplet: 8E, 9F and 6E. RGB value is (142,159,110). Sum of RGB (Red+Green+Blue) = 142+159+110=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 159 - color contains mainly: green. Hex color #8E9F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9F6E is #716091. Grayscale: #949494. Windows color (decimal): -7430290 or 7249806. OLE color: 7249806.
HSL color Cylindrical-coordinate representation of color #8E9F6E: hue angle of 80.82º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E9F6E is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 159 | 110 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.38 |
| HSL | 80.82º | 0.2% | 0.53% | - |
| HSV(B) | 80.82º | 0.31% | 0.62% | - |
| XYZ | 26.37 | 31.67 | 19.48 | - |
| YUV | 148.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 159 | 110 | 0.11 | 0 | 0.31 | 0.38 | 80.82 | 0.2 | 0.53 |
| Hex | 8E | 9F | 6E | B | 0 | 1F | 26 | 51 | 14 | 35 |
| Octal | 216 | 237 | 156 | 13 | 0 | 37 | 46 | 121 | 24 | 65 |
| Binary | 10001110 | 10011111 | 1101110 | 1011 | 0 | 11111 | 100110 | 1010001 | 10100 | 110101 |
Color Harmonies of #8E9F6E
Complementary color
Monochromatic Colors of #8E9F6E
Black with #8E9F6E
Text Example
Text Example
White with #8E9F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9F6E; }
p { color: rgb(142,159,110); }
H1.HeaderClassName
{
color: #8E9F6E;
}
.AnyTagClassName
{
color: #8E9F6E;
}
</style>
background-color css
<style>
a { background-color: #8E9F6E; }
a { background-color: rgb(142,159,110); }
div.DivClassName
{
background-color: #8E9F6E;
}
.BgClassName
{
background-color: #8E9F6E;
}
</style>
border-color css
<style>
span { border-color: #8E9F6E; }
span { border-color: rgb(142,159,110); }
td.TdClassName
{
border-color: #8E9F6E;
}
.TagClassName
{
border-color: #8E9F6E;
}
</style>