Shades of Sage #96A073
Tints of Sage #96A073
RGB
CMYK
RGB Variations
Color information
#96A073 (or 0x96A073) is known color: Sage. HEX triplet: 96, A0 and 73. RGB value is (150,160,115). Sum of RGB (Red+Green+Blue) = 150+160+115=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 160 - color contains mainly: green. Hex color #96A073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A073 is #695F8C. Grayscale: #989898. Windows color (decimal): -6905741 or 7577750. OLE color: 7577750.
HSL color Cylindrical-coordinate representation of color #96A073: hue angle of 73.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96A073 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 160 | 115 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.37 |
| HSL | 73.33º | 0.19% | 0.54% | - |
| HSV(B) | 73.33º | 0.28% | 0.63% | - |
| XYZ | 28.24 | 32.86 | 21.07 | - |
| YUV | 151.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 115 | 0.06 | 0 | 0.28 | 0.37 | 73.33 | 0.19 | 0.54 |
| Hex | 96 | A0 | 73 | 6 | 0 | 1C | 25 | 49 | 13 | 36 |
| Octal | 226 | 240 | 163 | 6 | 0 | 34 | 45 | 111 | 23 | 66 |
| Binary | 10010110 | 10100000 | 1110011 | 110 | 0 | 11100 | 100101 | 1001001 | 10011 | 110110 |
Color Harmonies of #96A073
Complementary color
Monochromatic Colors of #96A073
Black with #96A073
Text Example
Text Example
White with #96A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A073; }
p { color: rgb(150,160,115); }
H1.HeaderClassName
{
color: #96A073;
}
.AnyTagClassName
{
color: #96A073;
}
</style>
background-color css
<style>
a { background-color: #96A073; }
a { background-color: rgb(150,160,115); }
div.DivClassName
{
background-color: #96A073;
}
.BgClassName
{
background-color: #96A073;
}
</style>
border-color css
<style>
span { border-color: #96A073; }
span { border-color: rgb(150,160,115); }
td.TdClassName
{
border-color: #96A073;
}
.TagClassName
{
border-color: #96A073;
}
</style>