Shades of Sage #959C82
Tints of Sage #959C82
RGB
CMYK
RGB Variations
Color information
#959C82 (or 0x959C82) is known color: Sage. HEX triplet: 95, 9C and 82. RGB value is (149,156,130). Sum of RGB (Red+Green+Blue) = 149+156+130=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 156 - color contains mainly: green. Hex color #959C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959C82 is #6A637D. Grayscale: #979797. Windows color (decimal): -6972286 or 8559765. OLE color: 8559765.
HSL color Cylindrical-coordinate representation of color #959C82: hue angle of 76.15º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #959C82 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 130 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.39 |
| HSL | 76.15º | 0.12% | 0.56% | - |
| HSV(B) | 76.15º | 0.17% | 0.61% | - |
| XYZ | 28.31 | 31.78 | 25.76 | - |
| YUV | 150.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 130 | 0.04 | 0 | 0.17 | 0.39 | 76.15 | 0.12 | 0.56 |
| Hex | 95 | 9C | 82 | 4 | 0 | 11 | 27 | 4C | C | 38 |
| Octal | 225 | 234 | 202 | 4 | 0 | 21 | 47 | 114 | 14 | 70 |
| Binary | 10010101 | 10011100 | 10000010 | 100 | 0 | 10001 | 100111 | 1001100 | 1100 | 111000 |
Color Harmonies of #959C82
Complementary color
Monochromatic Colors of #959C82
Black with #959C82
Text Example
Text Example
White with #959C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C82; }
p { color: rgb(149,156,130); }
H1.HeaderClassName
{
color: #959C82;
}
.AnyTagClassName
{
color: #959C82;
}
</style>
background-color css
<style>
a { background-color: #959C82; }
a { background-color: rgb(149,156,130); }
div.DivClassName
{
background-color: #959C82;
}
.BgClassName
{
background-color: #959C82;
}
</style>
border-color css
<style>
span { border-color: #959C82; }
span { border-color: rgb(149,156,130); }
td.TdClassName
{
border-color: #959C82;
}
.TagClassName
{
border-color: #959C82;
}
</style>