Shades of Sage #9FA87C
Tints of Sage #9FA87C
RGB
CMYK
RGB Variations
Color information
#9FA87C (or 0x9FA87C) is known color: Sage. HEX triplet: 9F, A8 and 7C. RGB value is (159,168,124). Sum of RGB (Red+Green+Blue) = 159+168+124=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA87C is #605783. Grayscale: #A0A0A0. Windows color (decimal): -6313860 or 8169631. OLE color: 8169631.
HSL color Cylindrical-coordinate representation of color #9FA87C: hue angle of 72.27º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FA87C is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 124 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.34 |
| HSL | 72.27º | 0.2% | 0.57% | - |
| HSV(B) | 72.27º | 0.26% | 0.66% | - |
| XYZ | 31.94 | 36.83 | 24.49 | - |
| YUV | 160.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 124 | 0.05 | 0 | 0.26 | 0.34 | 72.27 | 0.2 | 0.57 |
| Hex | 9F | A8 | 7C | 5 | 0 | 1A | 22 | 48 | 14 | 39 |
| Octal | 237 | 250 | 174 | 5 | 0 | 32 | 42 | 110 | 24 | 71 |
| Binary | 10011111 | 10101000 | 1111100 | 101 | 0 | 11010 | 100010 | 1001000 | 10100 | 111001 |
Color Harmonies of #9FA87C
Complementary color
Monochromatic Colors of #9FA87C
Black with #9FA87C
Text Example
Text Example
White with #9FA87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA87C; }
p { color: rgb(159,168,124); }
H1.HeaderClassName
{
color: #9FA87C;
}
.AnyTagClassName
{
color: #9FA87C;
}
</style>
background-color css
<style>
a { background-color: #9FA87C; }
a { background-color: rgb(159,168,124); }
div.DivClassName
{
background-color: #9FA87C;
}
.BgClassName
{
background-color: #9FA87C;
}
</style>
border-color css
<style>
span { border-color: #9FA87C; }
span { border-color: rgb(159,168,124); }
td.TdClassName
{
border-color: #9FA87C;
}
.TagClassName
{
border-color: #9FA87C;
}
</style>