Shades of Sage #9FA97A
Tints of Sage #9FA97A
RGB
CMYK
RGB Variations
Color information
#9FA97A (or 0x9FA97A) is known color: Sage. HEX triplet: 9F, A9 and 7A. RGB value is (159,169,122). Sum of RGB (Red+Green+Blue) = 159+169+122=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA97A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA97A is #605685. Grayscale: #A0A0A0. Windows color (decimal): -6313606 or 8038815. OLE color: 8038815.
HSL color Cylindrical-coordinate representation of color #9FA97A: hue angle of 72.77º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FA97A is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 122 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.34 |
| HSL | 72.77º | 0.21% | 0.57% | - |
| HSV(B) | 72.77º | 0.28% | 0.66% | - |
| XYZ | 32 | 37.15 | 23.9 | - |
| YUV | 160.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 122 | 0.06 | 0 | 0.28 | 0.34 | 72.77 | 0.21 | 0.57 |
| Hex | 9F | A9 | 7A | 6 | 0 | 1C | 22 | 49 | 15 | 39 |
| Octal | 237 | 251 | 172 | 6 | 0 | 34 | 42 | 111 | 25 | 71 |
| Binary | 10011111 | 10101001 | 1111010 | 110 | 0 | 11100 | 100010 | 1001001 | 10101 | 111001 |
Color Harmonies of #9FA97A
Complementary color
Monochromatic Colors of #9FA97A
Black with #9FA97A
Text Example
Text Example
White with #9FA97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA97A; }
p { color: rgb(159,169,122); }
H1.HeaderClassName
{
color: #9FA97A;
}
.AnyTagClassName
{
color: #9FA97A;
}
</style>
background-color css
<style>
a { background-color: #9FA97A; }
a { background-color: rgb(159,169,122); }
div.DivClassName
{
background-color: #9FA97A;
}
.BgClassName
{
background-color: #9FA97A;
}
</style>
border-color css
<style>
span { border-color: #9FA97A; }
span { border-color: rgb(159,169,122); }
td.TdClassName
{
border-color: #9FA97A;
}
.TagClassName
{
border-color: #9FA97A;
}
</style>