Shades of Sage #96A777
Tints of Sage #96A777
RGB
CMYK
RGB Variations
Color information
#96A777 (or 0x96A777) is known color: Sage. HEX triplet: 96, A7 and 77. RGB value is (150,167,119). Sum of RGB (Red+Green+Blue) = 150+167+119=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 167 - color contains mainly: green. Hex color #96A777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A777 is #695888. Grayscale: #9C9C9C. Windows color (decimal): -6903945 or 7841686. OLE color: 7841686.
HSL color Cylindrical-coordinate representation of color #96A777: hue angle of 81.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96A777 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 167 | 119 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.35 |
| HSL | 81.25º | 0.21% | 0.56% | - |
| HSV(B) | 81.25º | 0.29% | 0.65% | - |
| XYZ | 29.73 | 35.45 | 22.73 | - |
| YUV | 156.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 119 | 0.10 | 0 | 0.29 | 0.35 | 81.25 | 0.21 | 0.56 |
| Hex | 96 | A7 | 77 | A | 0 | 1D | 23 | 51 | 15 | 38 |
| Octal | 226 | 247 | 167 | 12 | 0 | 35 | 43 | 121 | 25 | 70 |
| Binary | 10010110 | 10100111 | 1110111 | 1010 | 0 | 11101 | 100011 | 1010001 | 10101 | 111000 |
Color Harmonies of #96A777
Complementary color
Monochromatic Colors of #96A777
Black with #96A777
Text Example
Text Example
White with #96A777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A777; }
p { color: rgb(150,167,119); }
H1.HeaderClassName
{
color: #96A777;
}
.AnyTagClassName
{
color: #96A777;
}
</style>
background-color css
<style>
a { background-color: #96A777; }
a { background-color: rgb(150,167,119); }
div.DivClassName
{
background-color: #96A777;
}
.BgClassName
{
background-color: #96A777;
}
</style>
border-color css
<style>
span { border-color: #96A777; }
span { border-color: rgb(150,167,119); }
td.TdClassName
{
border-color: #96A777;
}
.TagClassName
{
border-color: #96A777;
}
</style>