Shades of Sage #96A871
Tints of Sage #96A871
RGB
CMYK
RGB Variations
Color information
#96A871 (or 0x96A871) is known color: Sage. HEX triplet: 96, A8 and 71. RGB value is (150,168,113). Sum of RGB (Red+Green+Blue) = 150+168+113=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 168 - color contains mainly: green. Hex color #96A871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A871 is #69578E. Grayscale: #9C9C9C. Windows color (decimal): -6903695 or 7448726. OLE color: 7448726.
HSL color Cylindrical-coordinate representation of color #96A871: hue angle of 79.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96A871 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 168 | 113 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.34 |
| HSL | 79.64º | 0.24% | 0.55% | - |
| HSV(B) | 79.64º | 0.33% | 0.66% | - |
| XYZ | 29.56 | 35.68 | 20.95 | - |
| YUV | 156.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 113 | 0.11 | 0 | 0.33 | 0.34 | 79.64 | 0.24 | 0.55 |
| Hex | 96 | A8 | 71 | B | 0 | 21 | 22 | 50 | 18 | 37 |
| Octal | 226 | 250 | 161 | 13 | 0 | 41 | 42 | 120 | 30 | 67 |
| Binary | 10010110 | 10101000 | 1110001 | 1011 | 0 | 100001 | 100010 | 1010000 | 11000 | 110111 |
Color Harmonies of #96A871
Complementary color
Monochromatic Colors of #96A871
Black with #96A871
Text Example
Text Example
White with #96A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A871; }
p { color: rgb(150,168,113); }
H1.HeaderClassName
{
color: #96A871;
}
.AnyTagClassName
{
color: #96A871;
}
</style>
background-color css
<style>
a { background-color: #96A871; }
a { background-color: rgb(150,168,113); }
div.DivClassName
{
background-color: #96A871;
}
.BgClassName
{
background-color: #96A871;
}
</style>
border-color css
<style>
span { border-color: #96A871; }
span { border-color: rgb(150,168,113); }
td.TdClassName
{
border-color: #96A871;
}
.TagClassName
{
border-color: #96A871;
}
</style>