Shades of Sage #96A37E
Tints of Sage #96A37E
RGB
CMYK
RGB Variations
Color information
#96A37E (or 0x96A37E) is known color: Sage. HEX triplet: 96, A3 and 7E. RGB value is (150,163,126). Sum of RGB (Red+Green+Blue) = 150+163+126=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 163 - color contains mainly: green. Hex color #96A37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A37E is #695C81. Grayscale: #9B9B9B. Windows color (decimal): -6904962 or 8299414. OLE color: 8299414.
HSL color Cylindrical-coordinate representation of color #96A37E: hue angle of 81.08º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96A37E is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 163 | 126 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.36 |
| HSL | 81.08º | 0.17% | 0.57% | - |
| HSV(B) | 81.08º | 0.23% | 0.64% | - |
| XYZ | 29.44 | 34.18 | 24.79 | - |
| YUV | 154.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 126 | 0.08 | 0 | 0.23 | 0.36 | 81.08 | 0.17 | 0.57 |
| Hex | 96 | A3 | 7E | 8 | 0 | 17 | 24 | 51 | 11 | 39 |
| Octal | 226 | 243 | 176 | 10 | 0 | 27 | 44 | 121 | 21 | 71 |
| Binary | 10010110 | 10100011 | 1111110 | 1000 | 0 | 10111 | 100100 | 1010001 | 10001 | 111001 |
Color Harmonies of #96A37E
Complementary color
Monochromatic Colors of #96A37E
Black with #96A37E
Text Example
Text Example
White with #96A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A37E; }
p { color: rgb(150,163,126); }
H1.HeaderClassName
{
color: #96A37E;
}
.AnyTagClassName
{
color: #96A37E;
}
</style>
background-color css
<style>
a { background-color: #96A37E; }
a { background-color: rgb(150,163,126); }
div.DivClassName
{
background-color: #96A37E;
}
.BgClassName
{
background-color: #96A37E;
}
</style>
border-color css
<style>
span { border-color: #96A37E; }
span { border-color: rgb(150,163,126); }
td.TdClassName
{
border-color: #96A37E;
}
.TagClassName
{
border-color: #96A37E;
}
</style>