Shades of Sage #959982
Tints of Sage #959982
RGB
CMYK
RGB Variations
Color information
#959982 (or 0x959982) is known color: Sage. HEX triplet: 95, 99 and 82. RGB value is (149,153,130). Sum of RGB (Red+Green+Blue) = 149+153+130=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 153 - color contains mainly: green. Hex color #959982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959982 is #6A667D. Grayscale: #959595. Windows color (decimal): -6973054 or 8558997. OLE color: 8558997.
HSL color Cylindrical-coordinate representation of color #959982: hue angle of 70.43º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #959982 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 130 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.4 |
| HSL | 70.43º | 0.1% | 0.55% | - |
| HSV(B) | 70.43º | 0.15% | 0.6% | - |
| XYZ | 27.81 | 30.78 | 25.59 | - |
| YUV | 149.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 130 | 0.03 | 0 | 0.15 | 0.4 | 70.43 | 0.1 | 0.55 |
| Hex | 95 | 99 | 82 | 3 | 0 | F | 28 | 46 | A | 37 |
| Octal | 225 | 231 | 202 | 3 | 0 | 17 | 50 | 106 | 12 | 67 |
| Binary | 10010101 | 10011001 | 10000010 | 11 | 0 | 1111 | 101000 | 1000110 | 1010 | 110111 |
Color Harmonies of #959982
Complementary color
Monochromatic Colors of #959982
Black with #959982
Text Example
Text Example
White with #959982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959982; }
p { color: rgb(149,153,130); }
H1.HeaderClassName
{
color: #959982;
}
.AnyTagClassName
{
color: #959982;
}
</style>
background-color css
<style>
a { background-color: #959982; }
a { background-color: rgb(149,153,130); }
div.DivClassName
{
background-color: #959982;
}
.BgClassName
{
background-color: #959982;
}
</style>
border-color css
<style>
span { border-color: #959982; }
span { border-color: rgb(149,153,130); }
td.TdClassName
{
border-color: #959982;
}
.TagClassName
{
border-color: #959982;
}
</style>