Shades of Sage #96A471
Tints of Sage #96A471
RGB
CMYK
RGB Variations
Color information
#96A471 (or 0x96A471) is known color: Sage. HEX triplet: 96, A4 and 71. RGB value is (150,164,113). Sum of RGB (Red+Green+Blue) = 150+164+113=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #96A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A471 is #695B8E. Grayscale: #9A9A9A. Windows color (decimal): -6904719 or 7447702. OLE color: 7447702.
HSL color Cylindrical-coordinate representation of color #96A471: hue angle of 76.47º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96A471 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 164 | 113 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.36 |
| HSL | 76.47º | 0.22% | 0.54% | - |
| HSV(B) | 76.47º | 0.31% | 0.64% | - |
| XYZ | 28.83 | 34.23 | 20.71 | - |
| YUV | 154 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 113 | 0.09 | 0 | 0.31 | 0.36 | 76.47 | 0.22 | 0.54 |
| Hex | 96 | A4 | 71 | 9 | 0 | 1F | 24 | 4C | 16 | 36 |
| Octal | 226 | 244 | 161 | 11 | 0 | 37 | 44 | 114 | 26 | 66 |
| Binary | 10010110 | 10100100 | 1110001 | 1001 | 0 | 11111 | 100100 | 1001100 | 10110 | 110110 |
Color Harmonies of #96A471
Complementary color
Monochromatic Colors of #96A471
Black with #96A471
Text Example
Text Example
White with #96A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A471; }
p { color: rgb(150,164,113); }
H1.HeaderClassName
{
color: #96A471;
}
.AnyTagClassName
{
color: #96A471;
}
</style>
background-color css
<style>
a { background-color: #96A471; }
a { background-color: rgb(150,164,113); }
div.DivClassName
{
background-color: #96A471;
}
.BgClassName
{
background-color: #96A471;
}
</style>
border-color css
<style>
span { border-color: #96A471; }
span { border-color: rgb(150,164,113); }
td.TdClassName
{
border-color: #96A471;
}
.TagClassName
{
border-color: #96A471;
}
</style>