Shades of Sage #959C85
Tints of Sage #959C85
RGB
CMYK
RGB Variations
Color information
#959C85 (or 0x959C85) is known color: Sage. HEX triplet: 95, 9C and 85. RGB value is (149,156,133). Sum of RGB (Red+Green+Blue) = 149+156+133=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 156 - color contains mainly: green. Hex color #959C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959C85 is #6A637A. Grayscale: #979797. Windows color (decimal): -6972283 or 8756373. OLE color: 8756373.
HSL color Cylindrical-coordinate representation of color #959C85: hue angle of 78.26º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #959C85 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 133 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.39 |
| HSL | 78.26º | 0.1% | 0.57% | - |
| HSV(B) | 78.26º | 0.15% | 0.61% | - |
| XYZ | 28.52 | 31.86 | 26.84 | - |
| YUV | 151.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 133 | 0.04 | 0 | 0.15 | 0.39 | 78.26 | 0.1 | 0.57 |
| Hex | 95 | 9C | 85 | 4 | 0 | F | 27 | 4E | A | 39 |
| Octal | 225 | 234 | 205 | 4 | 0 | 17 | 47 | 116 | 12 | 71 |
| Binary | 10010101 | 10011100 | 10000101 | 100 | 0 | 1111 | 100111 | 1001110 | 1010 | 111001 |
Color Harmonies of #959C85
Complementary color
Monochromatic Colors of #959C85
Black with #959C85
Text Example
Text Example
White with #959C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C85; }
p { color: rgb(149,156,133); }
H1.HeaderClassName
{
color: #959C85;
}
.AnyTagClassName
{
color: #959C85;
}
</style>
background-color css
<style>
a { background-color: #959C85; }
a { background-color: rgb(149,156,133); }
div.DivClassName
{
background-color: #959C85;
}
.BgClassName
{
background-color: #959C85;
}
</style>
border-color css
<style>
span { border-color: #959C85; }
span { border-color: rgb(149,156,133); }
td.TdClassName
{
border-color: #959C85;
}
.TagClassName
{
border-color: #959C85;
}
</style>