Shades of Sage #9EAA7A
Tints of Sage #9EAA7A
RGB
CMYK
RGB Variations
Color information
#9EAA7A (or 0x9EAA7A) is known color: Sage. HEX triplet: 9E, AA and 7A. RGB value is (158,170,122). Sum of RGB (Red+Green+Blue) = 158+170+122=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAA7A is #615585. Grayscale: #A1A1A1. Windows color (decimal): -6378886 or 8039070. OLE color: 8039070.
HSL color Cylindrical-coordinate representation of color #9EAA7A: hue angle of 75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EAA7A is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 122 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.33 |
| HSL | 75º | 0.22% | 0.57% | - |
| HSV(B) | 75º | 0.28% | 0.67% | - |
| XYZ | 31.99 | 37.42 | 23.95 | - |
| YUV | 160.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 122 | 0.07 | 0 | 0.28 | 0.33 | 75 | 0.22 | 0.57 |
| Hex | 9E | AA | 7A | 7 | 0 | 1C | 21 | 4B | 16 | 39 |
| Octal | 236 | 252 | 172 | 7 | 0 | 34 | 41 | 113 | 26 | 71 |
| Binary | 10011110 | 10101010 | 1111010 | 111 | 0 | 11100 | 100001 | 1001011 | 10110 | 111001 |
Color Harmonies of #9EAA7A
Complementary color
Monochromatic Colors of #9EAA7A
Black with #9EAA7A
Text Example
Text Example
White with #9EAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA7A; }
p { color: rgb(158,170,122); }
H1.HeaderClassName
{
color: #9EAA7A;
}
.AnyTagClassName
{
color: #9EAA7A;
}
</style>
background-color css
<style>
a { background-color: #9EAA7A; }
a { background-color: rgb(158,170,122); }
div.DivClassName
{
background-color: #9EAA7A;
}
.BgClassName
{
background-color: #9EAA7A;
}
</style>
border-color css
<style>
span { border-color: #9EAA7A; }
span { border-color: rgb(158,170,122); }
td.TdClassName
{
border-color: #9EAA7A;
}
.TagClassName
{
border-color: #9EAA7A;
}
</style>