Shades of Sage #96A17E
Tints of Sage #96A17E
RGB
CMYK
RGB Variations
Color information
#96A17E (or 0x96A17E) is known color: Sage. HEX triplet: 96, A1 and 7E. RGB value is (150,161,126). Sum of RGB (Red+Green+Blue) = 150+161+126=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 161 - color contains mainly: green. Hex color #96A17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A17E is #695E81. Grayscale: #999999. Windows color (decimal): -6905474 or 8298902. OLE color: 8298902.
HSL color Cylindrical-coordinate representation of color #96A17E: hue angle of 78.86º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96A17E is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 161 | 126 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.37 |
| HSL | 78.86º | 0.16% | 0.56% | - |
| HSV(B) | 78.86º | 0.22% | 0.63% | - |
| XYZ | 29.09 | 33.48 | 24.67 | - |
| YUV | 153.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 126 | 0.07 | 0 | 0.22 | 0.37 | 78.86 | 0.16 | 0.56 |
| Hex | 96 | A1 | 7E | 7 | 0 | 16 | 25 | 4F | 10 | 38 |
| Octal | 226 | 241 | 176 | 7 | 0 | 26 | 45 | 117 | 20 | 70 |
| Binary | 10010110 | 10100001 | 1111110 | 111 | 0 | 10110 | 100101 | 1001111 | 10000 | 111000 |
Color Harmonies of #96A17E
Complementary color
Monochromatic Colors of #96A17E
Black with #96A17E
Text Example
Text Example
White with #96A17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A17E; }
p { color: rgb(150,161,126); }
H1.HeaderClassName
{
color: #96A17E;
}
.AnyTagClassName
{
color: #96A17E;
}
</style>
background-color css
<style>
a { background-color: #96A17E; }
a { background-color: rgb(150,161,126); }
div.DivClassName
{
background-color: #96A17E;
}
.BgClassName
{
background-color: #96A17E;
}
</style>
border-color css
<style>
span { border-color: #96A17E; }
span { border-color: rgb(150,161,126); }
td.TdClassName
{
border-color: #96A17E;
}
.TagClassName
{
border-color: #96A17E;
}
</style>