Shades of Sage #9FAA7C
Tints of Sage #9FAA7C
RGB
CMYK
RGB Variations
Color information
#9FAA7C (or 0x9FAA7C) is known color: Sage. HEX triplet: 9F, AA and 7C. RGB value is (159,170,124). Sum of RGB (Red+Green+Blue) = 159+170+124=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA7C is #605583. Grayscale: #A1A1A1. Windows color (decimal): -6313348 or 8170143. OLE color: 8170143.
HSL color Cylindrical-coordinate representation of color #9FAA7C: hue angle of 74.35º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FAA7C is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 124 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.33 |
| HSL | 74.35º | 0.21% | 0.58% | - |
| HSV(B) | 74.35º | 0.27% | 0.67% | - |
| XYZ | 32.31 | 37.58 | 24.62 | - |
| YUV | 161.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 124 | 0.06 | 0 | 0.27 | 0.33 | 74.35 | 0.21 | 0.58 |
| Hex | 9F | AA | 7C | 6 | 0 | 1B | 21 | 4A | 15 | 3A |
| Octal | 237 | 252 | 174 | 6 | 0 | 33 | 41 | 112 | 25 | 72 |
| Binary | 10011111 | 10101010 | 1111100 | 110 | 0 | 11011 | 100001 | 1001010 | 10101 | 111010 |
Color Harmonies of #9FAA7C
Complementary color
Monochromatic Colors of #9FAA7C
Black with #9FAA7C
Text Example
Text Example
White with #9FAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA7C; }
p { color: rgb(159,170,124); }
H1.HeaderClassName
{
color: #9FAA7C;
}
.AnyTagClassName
{
color: #9FAA7C;
}
</style>
background-color css
<style>
a { background-color: #9FAA7C; }
a { background-color: rgb(159,170,124); }
div.DivClassName
{
background-color: #9FAA7C;
}
.BgClassName
{
background-color: #9FAA7C;
}
</style>
border-color css
<style>
span { border-color: #9FAA7C; }
span { border-color: rgb(159,170,124); }
td.TdClassName
{
border-color: #9FAA7C;
}
.TagClassName
{
border-color: #9FAA7C;
}
</style>