Shades of Sage #9FAA7D
Tints of Sage #9FAA7D
RGB
CMYK
RGB Variations
Color information
#9FAA7D (or 0x9FAA7D) is known color: Sage. HEX triplet: 9F, AA and 7D. RGB value is (159,170,125). Sum of RGB (Red+Green+Blue) = 159+170+125=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA7D is #605582. Grayscale: #A1A1A1. Windows color (decimal): -6313347 or 8235679. OLE color: 8235679.
HSL color Cylindrical-coordinate representation of color #9FAA7D: hue angle of 74.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FAA7D is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 125 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.33 |
| HSL | 74.67º | 0.21% | 0.58% | - |
| HSV(B) | 74.67º | 0.26% | 0.67% | - |
| XYZ | 32.37 | 37.6 | 24.95 | - |
| YUV | 161.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 125 | 0.06 | 0 | 0.26 | 0.33 | 74.67 | 0.21 | 0.58 |
| Hex | 9F | AA | 7D | 6 | 0 | 1A | 21 | 4B | 15 | 3A |
| Octal | 237 | 252 | 175 | 6 | 0 | 32 | 41 | 113 | 25 | 72 |
| Binary | 10011111 | 10101010 | 1111101 | 110 | 0 | 11010 | 100001 | 1001011 | 10101 | 111010 |
Color Harmonies of #9FAA7D
Complementary color
Monochromatic Colors of #9FAA7D
Black with #9FAA7D
Text Example
Text Example
White with #9FAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA7D; }
p { color: rgb(159,170,125); }
H1.HeaderClassName
{
color: #9FAA7D;
}
.AnyTagClassName
{
color: #9FAA7D;
}
</style>
background-color css
<style>
a { background-color: #9FAA7D; }
a { background-color: rgb(159,170,125); }
div.DivClassName
{
background-color: #9FAA7D;
}
.BgClassName
{
background-color: #9FAA7D;
}
</style>
border-color css
<style>
span { border-color: #9FAA7D; }
span { border-color: rgb(159,170,125); }
td.TdClassName
{
border-color: #9FAA7D;
}
.TagClassName
{
border-color: #9FAA7D;
}
</style>