Shades of Sage #9FA976
Tints of Sage #9FA976
RGB
CMYK
RGB Variations
Color information
#9FA976 (or 0x9FA976) is known color: Sage. HEX triplet: 9F, A9 and 76. RGB value is (159,169,118). Sum of RGB (Red+Green+Blue) = 159+169+118=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA976 is #605689. Grayscale: #A0A0A0. Windows color (decimal): -6313610 or 7776671. OLE color: 7776671.
HSL color Cylindrical-coordinate representation of color #9FA976: hue angle of 71.76º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FA976 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 118 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.34 |
| HSL | 71.76º | 0.23% | 0.56% | - |
| HSV(B) | 71.76º | 0.3% | 0.66% | - |
| XYZ | 31.76 | 37.05 | 22.62 | - |
| YUV | 160.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 118 | 0.06 | 0 | 0.30 | 0.34 | 71.76 | 0.23 | 0.56 |
| Hex | 9F | A9 | 76 | 6 | 0 | 1E | 22 | 48 | 17 | 38 |
| Octal | 237 | 251 | 166 | 6 | 0 | 36 | 42 | 110 | 27 | 70 |
| Binary | 10011111 | 10101001 | 1110110 | 110 | 0 | 11110 | 100010 | 1001000 | 10111 | 111000 |
Color Harmonies of #9FA976
Complementary color
Monochromatic Colors of #9FA976
Black with #9FA976
Text Example
Text Example
White with #9FA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA976; }
p { color: rgb(159,169,118); }
H1.HeaderClassName
{
color: #9FA976;
}
.AnyTagClassName
{
color: #9FA976;
}
</style>
background-color css
<style>
a { background-color: #9FA976; }
a { background-color: rgb(159,169,118); }
div.DivClassName
{
background-color: #9FA976;
}
.BgClassName
{
background-color: #9FA976;
}
</style>
border-color css
<style>
span { border-color: #9FA976; }
span { border-color: rgb(159,169,118); }
td.TdClassName
{
border-color: #9FA976;
}
.TagClassName
{
border-color: #9FA976;
}
</style>