Shades of Sage #96A271
Tints of Sage #96A271
RGB
CMYK
RGB Variations
Color information
#96A271 (or 0x96A271) is known color: Sage. HEX triplet: 96, A2 and 71. RGB value is (150,162,113). Sum of RGB (Red+Green+Blue) = 150+162+113=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #96A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A271 is #695D8E. Grayscale: #999999. Windows color (decimal): -6905231 or 7447190. OLE color: 7447190.
HSL color Cylindrical-coordinate representation of color #96A271: hue angle of 74.69º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96A271 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 113 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.36 |
| HSL | 74.69º | 0.21% | 0.54% | - |
| HSV(B) | 74.69º | 0.3% | 0.64% | - |
| XYZ | 28.48 | 33.52 | 20.59 | - |
| YUV | 152.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 113 | 0.07 | 0 | 0.30 | 0.36 | 74.69 | 0.21 | 0.54 |
| Hex | 96 | A2 | 71 | 7 | 0 | 1E | 24 | 4B | 15 | 36 |
| Octal | 226 | 242 | 161 | 7 | 0 | 36 | 44 | 113 | 25 | 66 |
| Binary | 10010110 | 10100010 | 1110001 | 111 | 0 | 11110 | 100100 | 1001011 | 10101 | 110110 |
Color Harmonies of #96A271
Complementary color
Monochromatic Colors of #96A271
Black with #96A271
Text Example
Text Example
White with #96A271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A271; }
p { color: rgb(150,162,113); }
H1.HeaderClassName
{
color: #96A271;
}
.AnyTagClassName
{
color: #96A271;
}
</style>
background-color css
<style>
a { background-color: #96A271; }
a { background-color: rgb(150,162,113); }
div.DivClassName
{
background-color: #96A271;
}
.BgClassName
{
background-color: #96A271;
}
</style>
border-color css
<style>
span { border-color: #96A271; }
span { border-color: rgb(150,162,113); }
td.TdClassName
{
border-color: #96A271;
}
.TagClassName
{
border-color: #96A271;
}
</style>