Shades of Sage #959A87
Tints of Sage #959A87
RGB
CMYK
RGB Variations
Color information
#959A87 (or 0x959A87) is known color: Sage. HEX triplet: 95, 9A and 87. RGB value is (149,154,135). Sum of RGB (Red+Green+Blue) = 149+154+135=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 154 - color contains mainly: green. Hex color #959A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A87 is #6A6578. Grayscale: #969696. Windows color (decimal): -6972793 or 8886933. OLE color: 8886933.
HSL color Cylindrical-coordinate representation of color #959A87: hue angle of 75.79º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #959A87 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 135 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.40 |
| HSL | 75.79º | 0.09% | 0.57% | - |
| HSV(B) | 75.79º | 0.12% | 0.6% | - |
| XYZ | 28.32 | 31.25 | 27.46 | - |
| YUV | 150.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 135 | 0.03 | 0 | 0.12 | 0.40 | 75.79 | 0.09 | 0.57 |
| Hex | 95 | 9A | 87 | 3 | 0 | C | 28 | 4C | 9 | 39 |
| Octal | 225 | 232 | 207 | 3 | 0 | 14 | 50 | 114 | 11 | 71 |
| Binary | 10010101 | 10011010 | 10000111 | 11 | 0 | 1100 | 101000 | 1001100 | 1001 | 111001 |
Color Harmonies of #959A87
Complementary color
Monochromatic Colors of #959A87
Black with #959A87
Text Example
Text Example
White with #959A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A87; }
p { color: rgb(149,154,135); }
H1.HeaderClassName
{
color: #959A87;
}
.AnyTagClassName
{
color: #959A87;
}
</style>
background-color css
<style>
a { background-color: #959A87; }
a { background-color: rgb(149,154,135); }
div.DivClassName
{
background-color: #959A87;
}
.BgClassName
{
background-color: #959A87;
}
</style>
border-color css
<style>
span { border-color: #959A87; }
span { border-color: rgb(149,154,135); }
td.TdClassName
{
border-color: #959A87;
}
.TagClassName
{
border-color: #959A87;
}
</style>