Shades of Sage #96A970
Tints of Sage #96A970
RGB
CMYK
RGB Variations
Color information
#96A970 (or 0x96A970) is known color: Sage. HEX triplet: 96, A9 and 70. RGB value is (150,169,112). Sum of RGB (Red+Green+Blue) = 150+169+112=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #96A970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A970 is #69568F. Grayscale: #9D9D9D. Windows color (decimal): -6903440 or 7383446. OLE color: 7383446.
HSL color Cylindrical-coordinate representation of color #96A970: hue angle of 80º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96A970 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 169 | 112 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.34 |
| HSL | 80º | 0.25% | 0.55% | - |
| HSV(B) | 80º | 0.34% | 0.66% | - |
| XYZ | 29.69 | 36.03 | 20.72 | - |
| YUV | 156.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 169 | 112 | 0.11 | 0 | 0.34 | 0.34 | 80 | 0.25 | 0.55 |
| Hex | 96 | A9 | 70 | B | 0 | 22 | 22 | 50 | 19 | 37 |
| Octal | 226 | 251 | 160 | 13 | 0 | 42 | 42 | 120 | 31 | 67 |
| Binary | 10010110 | 10101001 | 1110000 | 1011 | 0 | 100010 | 100010 | 1010000 | 11001 | 110111 |
Color Harmonies of #96A970
Complementary color
Monochromatic Colors of #96A970
Black with #96A970
Text Example
Text Example
White with #96A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A970; }
p { color: rgb(150,169,112); }
H1.HeaderClassName
{
color: #96A970;
}
.AnyTagClassName
{
color: #96A970;
}
</style>
background-color css
<style>
a { background-color: #96A970; }
a { background-color: rgb(150,169,112); }
div.DivClassName
{
background-color: #96A970;
}
.BgClassName
{
background-color: #96A970;
}
</style>
border-color css
<style>
span { border-color: #96A970; }
span { border-color: rgb(150,169,112); }
td.TdClassName
{
border-color: #96A970;
}
.TagClassName
{
border-color: #96A970;
}
</style>