Shades of Sage #96A173
Tints of Sage #96A173
RGB
CMYK
RGB Variations
Color information
#96A173 (or 0x96A173) is known color: Sage. HEX triplet: 96, A1 and 73. RGB value is (150,161,115). Sum of RGB (Red+Green+Blue) = 150+161+115=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #96A173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A173 is #695E8C. Grayscale: #989898. Windows color (decimal): -6905485 or 7578006. OLE color: 7578006.
HSL color Cylindrical-coordinate representation of color #96A173: hue angle of 74.35º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96A173 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 161 | 115 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.37 |
| HSL | 74.35º | 0.2% | 0.54% | - |
| HSV(B) | 74.35º | 0.29% | 0.63% | - |
| XYZ | 28.42 | 33.21 | 21.13 | - |
| YUV | 152.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 115 | 0.07 | 0 | 0.29 | 0.37 | 74.35 | 0.2 | 0.54 |
| Hex | 96 | A1 | 73 | 7 | 0 | 1D | 25 | 4A | 14 | 36 |
| Octal | 226 | 241 | 163 | 7 | 0 | 35 | 45 | 112 | 24 | 66 |
| Binary | 10010110 | 10100001 | 1110011 | 111 | 0 | 11101 | 100101 | 1001010 | 10100 | 110110 |
Color Harmonies of #96A173
Complementary color
Monochromatic Colors of #96A173
Black with #96A173
Text Example
Text Example
White with #96A173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A173; }
p { color: rgb(150,161,115); }
H1.HeaderClassName
{
color: #96A173;
}
.AnyTagClassName
{
color: #96A173;
}
</style>
background-color css
<style>
a { background-color: #96A173; }
a { background-color: rgb(150,161,115); }
div.DivClassName
{
background-color: #96A173;
}
.BgClassName
{
background-color: #96A173;
}
</style>
border-color css
<style>
span { border-color: #96A173; }
span { border-color: rgb(150,161,115); }
td.TdClassName
{
border-color: #96A173;
}
.TagClassName
{
border-color: #96A173;
}
</style>