Shades of Sage #9FA777
Tints of Sage #9FA777
RGB
CMYK
RGB Variations
Color information
#9FA777 (or 0x9FA777) is known color: Sage. HEX triplet: 9F, A7 and 77. RGB value is (159,167,119). Sum of RGB (Red+Green+Blue) = 159+167+119=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA777 is #605888. Grayscale: #9F9F9F. Windows color (decimal): -6314121 or 7841695. OLE color: 7841695.
HSL color Cylindrical-coordinate representation of color #9FA777: hue angle of 70º 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 #9FA777 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 119 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.35 |
| HSL | 70º | 0.21% | 0.56% | - |
| HSV(B) | 70º | 0.29% | 0.65% | - |
| XYZ | 31.45 | 36.34 | 22.81 | - |
| YUV | 159.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 119 | 0.05 | 0 | 0.29 | 0.35 | 70 | 0.21 | 0.56 |
| Hex | 9F | A7 | 77 | 5 | 0 | 1D | 23 | 46 | 15 | 38 |
| Octal | 237 | 247 | 167 | 5 | 0 | 35 | 43 | 106 | 25 | 70 |
| Binary | 10011111 | 10100111 | 1110111 | 101 | 0 | 11101 | 100011 | 1000110 | 10101 | 111000 |
Color Harmonies of #9FA777
Complementary color
Monochromatic Colors of #9FA777
Black with #9FA777
Text Example
Text Example
White with #9FA777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA777; }
p { color: rgb(159,167,119); }
H1.HeaderClassName
{
color: #9FA777;
}
.AnyTagClassName
{
color: #9FA777;
}
</style>
background-color css
<style>
a { background-color: #9FA777; }
a { background-color: rgb(159,167,119); }
div.DivClassName
{
background-color: #9FA777;
}
.BgClassName
{
background-color: #9FA777;
}
</style>
border-color css
<style>
span { border-color: #9FA777; }
span { border-color: rgb(159,167,119); }
td.TdClassName
{
border-color: #9FA777;
}
.TagClassName
{
border-color: #9FA777;
}
</style>