Shades of Sage #8E957B
Tints of Sage #8E957B
RGB
CMYK
RGB Variations
Color information
#8E957B (or 0x8E957B) is known color: Sage. HEX triplet: 8E, 95 and 7B. RGB value is (142,149,123). Sum of RGB (Red+Green+Blue) = 142+149+123=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 149 - color contains mainly: green. Hex color #8E957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E957B is #716A84. Grayscale: #909090. Windows color (decimal): -7432837 or 8099214. OLE color: 8099214.
HSL color Cylindrical-coordinate representation of color #8E957B: hue angle of 76.15º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E957B is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 149 | 123 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.42 |
| HSL | 76.15º | 0.11% | 0.53% | - |
| HSV(B) | 76.15º | 0.17% | 0.58% | - |
| XYZ | 25.48 | 28.68 | 22.93 | - |
| YUV | 143.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 149 | 123 | 0.05 | 0 | 0.17 | 0.42 | 76.15 | 0.11 | 0.53 |
| Hex | 8E | 95 | 7B | 5 | 0 | 11 | 2A | 4C | B | 35 |
| Octal | 216 | 225 | 173 | 5 | 0 | 21 | 52 | 114 | 13 | 65 |
| Binary | 10001110 | 10010101 | 1111011 | 101 | 0 | 10001 | 101010 | 1001100 | 1011 | 110101 |
Color Harmonies of #8E957B
Complementary color
Monochromatic Colors of #8E957B
Black with #8E957B
Text Example
Text Example
White with #8E957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E957B; }
p { color: rgb(142,149,123); }
H1.HeaderClassName
{
color: #8E957B;
}
.AnyTagClassName
{
color: #8E957B;
}
</style>
background-color css
<style>
a { background-color: #8E957B; }
a { background-color: rgb(142,149,123); }
div.DivClassName
{
background-color: #8E957B;
}
.BgClassName
{
background-color: #8E957B;
}
</style>
border-color css
<style>
span { border-color: #8E957B; }
span { border-color: rgb(142,149,123); }
td.TdClassName
{
border-color: #8E957B;
}
.TagClassName
{
border-color: #8E957B;
}
</style>