Shades of Sage #959E84
Tints of Sage #959E84
RGB
CMYK
RGB Variations
Color information
#959E84 (or 0x959E84) is known color: Sage. HEX triplet: 95, 9E and 84. RGB value is (149,158,132). Sum of RGB (Red+Green+Blue) = 149+158+132=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 158 - color contains mainly: green. Hex color #959E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959E84 is #6A617B. Grayscale: #989898. Windows color (decimal): -6971772 or 8691349. OLE color: 8691349.
HSL color Cylindrical-coordinate representation of color #959E84: hue angle of 80.77º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #959E84 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 158 | 132 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.38 |
| HSL | 80.77º | 0.12% | 0.57% | - |
| HSV(B) | 80.77º | 0.16% | 0.62% | - |
| XYZ | 28.79 | 32.51 | 26.59 | - |
| YUV | 152.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 132 | 0.06 | 0 | 0.16 | 0.38 | 80.77 | 0.12 | 0.57 |
| Hex | 95 | 9E | 84 | 6 | 0 | 10 | 26 | 51 | C | 39 |
| Octal | 225 | 236 | 204 | 6 | 0 | 20 | 46 | 121 | 14 | 71 |
| Binary | 10010101 | 10011110 | 10000100 | 110 | 0 | 10000 | 100110 | 1010001 | 1100 | 111001 |
Color Harmonies of #959E84
Complementary color
Monochromatic Colors of #959E84
Black with #959E84
Text Example
Text Example
White with #959E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959E84; }
p { color: rgb(149,158,132); }
H1.HeaderClassName
{
color: #959E84;
}
.AnyTagClassName
{
color: #959E84;
}
</style>
background-color css
<style>
a { background-color: #959E84; }
a { background-color: rgb(149,158,132); }
div.DivClassName
{
background-color: #959E84;
}
.BgClassName
{
background-color: #959E84;
}
</style>
border-color css
<style>
span { border-color: #959E84; }
span { border-color: rgb(149,158,132); }
td.TdClassName
{
border-color: #959E84;
}
.TagClassName
{
border-color: #959E84;
}
</style>