Shades of Sage #96A17A
Tints of Sage #96A17A
RGB
CMYK
RGB Variations
Color information
#96A17A (or 0x96A17A) is known color: Sage. HEX triplet: 96, A1 and 7A. RGB value is (150,161,122). Sum of RGB (Red+Green+Blue) = 150+161+122=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 161 - color contains mainly: green. Hex color #96A17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A17A is #695E85. Grayscale: #999999. Windows color (decimal): -6905478 or 8036758. OLE color: 8036758.
HSL color Cylindrical-coordinate representation of color #96A17A: hue angle of 76.92º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96A17A is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 161 | 122 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.37 |
| HSL | 76.92º | 0.17% | 0.55% | - |
| HSV(B) | 76.92º | 0.24% | 0.63% | - |
| XYZ | 28.84 | 33.38 | 23.34 | - |
| YUV | 153.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 122 | 0.07 | 0 | 0.24 | 0.37 | 76.92 | 0.17 | 0.55 |
| Hex | 96 | A1 | 7A | 7 | 0 | 18 | 25 | 4D | 11 | 37 |
| Octal | 226 | 241 | 172 | 7 | 0 | 30 | 45 | 115 | 21 | 67 |
| Binary | 10010110 | 10100001 | 1111010 | 111 | 0 | 11000 | 100101 | 1001101 | 10001 | 110111 |
Color Harmonies of #96A17A
Complementary color
Monochromatic Colors of #96A17A
Black with #96A17A
Text Example
Text Example
White with #96A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A17A; }
p { color: rgb(150,161,122); }
H1.HeaderClassName
{
color: #96A17A;
}
.AnyTagClassName
{
color: #96A17A;
}
</style>
background-color css
<style>
a { background-color: #96A17A; }
a { background-color: rgb(150,161,122); }
div.DivClassName
{
background-color: #96A17A;
}
.BgClassName
{
background-color: #96A17A;
}
</style>
border-color css
<style>
span { border-color: #96A17A; }
span { border-color: rgb(150,161,122); }
td.TdClassName
{
border-color: #96A17A;
}
.TagClassName
{
border-color: #96A17A;
}
</style>