Shades of Sage #959C84
Tints of Sage #959C84
RGB
CMYK
RGB Variations
Color information
#959C84 (or 0x959C84) is known color: Sage. HEX triplet: 95, 9C and 84. RGB value is (149,156,132). Sum of RGB (Red+Green+Blue) = 149+156+132=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 156 - color contains mainly: green. Hex color #959C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959C84 is #6A637B. Grayscale: #979797. Windows color (decimal): -6972284 or 8690837. OLE color: 8690837.
HSL color Cylindrical-coordinate representation of color #959C84: hue angle of 77.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #959C84 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 132 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.39 |
| HSL | 77.5º | 0.11% | 0.56% | - |
| HSV(B) | 77.5º | 0.15% | 0.61% | - |
| XYZ | 28.45 | 31.83 | 26.47 | - |
| YUV | 151.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 132 | 0.04 | 0 | 0.15 | 0.39 | 77.5 | 0.11 | 0.56 |
| Hex | 95 | 9C | 84 | 4 | 0 | F | 27 | 4E | B | 38 |
| Octal | 225 | 234 | 204 | 4 | 0 | 17 | 47 | 116 | 13 | 70 |
| Binary | 10010101 | 10011100 | 10000100 | 100 | 0 | 1111 | 100111 | 1001110 | 1011 | 111000 |
Color Harmonies of #959C84
Complementary color
Monochromatic Colors of #959C84
Black with #959C84
Text Example
Text Example
White with #959C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C84; }
p { color: rgb(149,156,132); }
H1.HeaderClassName
{
color: #959C84;
}
.AnyTagClassName
{
color: #959C84;
}
</style>
background-color css
<style>
a { background-color: #959C84; }
a { background-color: rgb(149,156,132); }
div.DivClassName
{
background-color: #959C84;
}
.BgClassName
{
background-color: #959C84;
}
</style>
border-color css
<style>
span { border-color: #959C84; }
span { border-color: rgb(149,156,132); }
td.TdClassName
{
border-color: #959C84;
}
.TagClassName
{
border-color: #959C84;
}
</style>