Shades of Sage #96A17C
Tints of Sage #96A17C
RGB
CMYK
RGB Variations
Color information
#96A17C (or 0x96A17C) is known color: Sage. HEX triplet: 96, A1 and 7C. RGB value is (150,161,124). Sum of RGB (Red+Green+Blue) = 150+161+124=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 161 - color contains mainly: green. Hex color #96A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A17C is #695E83. Grayscale: #999999. Windows color (decimal): -6905476 or 8167830. OLE color: 8167830.
HSL color Cylindrical-coordinate representation of color #96A17C: hue angle of 77.84º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96A17C is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 161 | 124 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.37 |
| HSL | 77.84º | 0.16% | 0.56% | - |
| HSV(B) | 77.84º | 0.23% | 0.63% | - |
| XYZ | 28.96 | 33.43 | 23.99 | - |
| YUV | 153.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 124 | 0.07 | 0 | 0.23 | 0.37 | 77.84 | 0.16 | 0.56 |
| Hex | 96 | A1 | 7C | 7 | 0 | 17 | 25 | 4E | 10 | 38 |
| Octal | 226 | 241 | 174 | 7 | 0 | 27 | 45 | 116 | 20 | 70 |
| Binary | 10010110 | 10100001 | 1111100 | 111 | 0 | 10111 | 100101 | 1001110 | 10000 | 111000 |
Color Harmonies of #96A17C
Complementary color
Monochromatic Colors of #96A17C
Black with #96A17C
Text Example
Text Example
White with #96A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A17C; }
p { color: rgb(150,161,124); }
H1.HeaderClassName
{
color: #96A17C;
}
.AnyTagClassName
{
color: #96A17C;
}
</style>
background-color css
<style>
a { background-color: #96A17C; }
a { background-color: rgb(150,161,124); }
div.DivClassName
{
background-color: #96A17C;
}
.BgClassName
{
background-color: #96A17C;
}
</style>
border-color css
<style>
span { border-color: #96A17C; }
span { border-color: rgb(150,161,124); }
td.TdClassName
{
border-color: #96A17C;
}
.TagClassName
{
border-color: #96A17C;
}
</style>