Shades of Sage #9FAA77
Tints of Sage #9FAA77
RGB
CMYK
RGB Variations
Color information
#9FAA77 (or 0x9FAA77) is known color: Sage. HEX triplet: 9F, AA and 77. RGB value is (159,170,119). Sum of RGB (Red+Green+Blue) = 159+170+119=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA77 is #605588. Grayscale: #A1A1A1. Windows color (decimal): -6313353 or 7842463. OLE color: 7842463.
HSL color Cylindrical-coordinate representation of color #9FAA77: hue angle of 72.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FAA77 is Cyan = 0.06, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 119 | - |
| CMYK | 0.06 | 0 | 0.3 | 0.33 |
| HSL | 72.94º | 0.23% | 0.57% | - |
| HSV(B) | 72.94º | 0.3% | 0.67% | - |
| XYZ | 32 | 37.45 | 23 | - |
| YUV | 160.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 119 | 0.06 | 0 | 0.3 | 0.33 | 72.94 | 0.23 | 0.57 |
| Hex | 9F | AA | 77 | 6 | 0 | 1E | 21 | 49 | 17 | 39 |
| Octal | 237 | 252 | 167 | 6 | 0 | 36 | 41 | 111 | 27 | 71 |
| Binary | 10011111 | 10101010 | 1110111 | 110 | 0 | 11110 | 100001 | 1001001 | 10111 | 111001 |
Color Harmonies of #9FAA77
Complementary color
Monochromatic Colors of #9FAA77
Black with #9FAA77
Text Example
Text Example
White with #9FAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA77; }
p { color: rgb(159,170,119); }
H1.HeaderClassName
{
color: #9FAA77;
}
.AnyTagClassName
{
color: #9FAA77;
}
</style>
background-color css
<style>
a { background-color: #9FAA77; }
a { background-color: rgb(159,170,119); }
div.DivClassName
{
background-color: #9FAA77;
}
.BgClassName
{
background-color: #9FAA77;
}
</style>
border-color css
<style>
span { border-color: #9FAA77; }
span { border-color: rgb(159,170,119); }
td.TdClassName
{
border-color: #9FAA77;
}
.TagClassName
{
border-color: #9FAA77;
}
</style>