Shades of Sage #959A84
Tints of Sage #959A84
RGB
CMYK
RGB Variations
Color information
#959A84 (or 0x959A84) is known color: Sage. HEX triplet: 95, 9A and 84. RGB value is (149,154,132). Sum of RGB (Red+Green+Blue) = 149+154+132=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 154 - color contains mainly: green. Hex color #959A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A84 is #6A657B. Grayscale: #969696. Windows color (decimal): -6972796 or 8690325. OLE color: 8690325.
HSL color Cylindrical-coordinate representation of color #959A84: hue angle of 73.64º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #959A84 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 132 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.40 |
| HSL | 73.64º | 0.1% | 0.56% | - |
| HSV(B) | 73.64º | 0.14% | 0.6% | - |
| XYZ | 28.11 | 31.17 | 26.36 | - |
| YUV | 150 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 132 | 0.03 | 0 | 0.14 | 0.40 | 73.64 | 0.1 | 0.56 |
| Hex | 95 | 9A | 84 | 3 | 0 | E | 28 | 4A | A | 38 |
| Octal | 225 | 232 | 204 | 3 | 0 | 16 | 50 | 112 | 12 | 70 |
| Binary | 10010101 | 10011010 | 10000100 | 11 | 0 | 1110 | 101000 | 1001010 | 1010 | 111000 |
Color Harmonies of #959A84
Complementary color
Monochromatic Colors of #959A84
Black with #959A84
Text Example
Text Example
White with #959A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A84; }
p { color: rgb(149,154,132); }
H1.HeaderClassName
{
color: #959A84;
}
.AnyTagClassName
{
color: #959A84;
}
</style>
background-color css
<style>
a { background-color: #959A84; }
a { background-color: rgb(149,154,132); }
div.DivClassName
{
background-color: #959A84;
}
.BgClassName
{
background-color: #959A84;
}
</style>
border-color css
<style>
span { border-color: #959A84; }
span { border-color: rgb(149,154,132); }
td.TdClassName
{
border-color: #959A84;
}
.TagClassName
{
border-color: #959A84;
}
</style>