Shades of Sage #9EA97A
Tints of Sage #9EA97A
RGB
CMYK
RGB Variations
Color information
#9EA97A (or 0x9EA97A) is known color: Sage. HEX triplet: 9E, A9 and 7A. RGB value is (158,169,122). Sum of RGB (Red+Green+Blue) = 158+169+122=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA97A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA97A is #615685. Grayscale: #A0A0A0. Windows color (decimal): -6379142 or 8038814. OLE color: 8038814.
HSL color Cylindrical-coordinate representation of color #9EA97A: hue angle of 74.04º 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 #9EA97A is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 122 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.34 |
| HSL | 74.04º | 0.21% | 0.57% | - |
| HSV(B) | 74.04º | 0.28% | 0.66% | - |
| XYZ | 31.8 | 37.05 | 23.89 | - |
| YUV | 160.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 122 | 0.07 | 0 | 0.28 | 0.34 | 74.04 | 0.21 | 0.57 |
| Hex | 9E | A9 | 7A | 7 | 0 | 1C | 22 | 4A | 15 | 39 |
| Octal | 236 | 251 | 172 | 7 | 0 | 34 | 42 | 112 | 25 | 71 |
| Binary | 10011110 | 10101001 | 1111010 | 111 | 0 | 11100 | 100010 | 1001010 | 10101 | 111001 |
Color Harmonies of #9EA97A
Complementary color
Monochromatic Colors of #9EA97A
Black with #9EA97A
Text Example
Text Example
White with #9EA97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA97A; }
p { color: rgb(158,169,122); }
H1.HeaderClassName
{
color: #9EA97A;
}
.AnyTagClassName
{
color: #9EA97A;
}
</style>
background-color css
<style>
a { background-color: #9EA97A; }
a { background-color: rgb(158,169,122); }
div.DivClassName
{
background-color: #9EA97A;
}
.BgClassName
{
background-color: #9EA97A;
}
</style>
border-color css
<style>
span { border-color: #9EA97A; }
span { border-color: rgb(158,169,122); }
td.TdClassName
{
border-color: #9EA97A;
}
.TagClassName
{
border-color: #9EA97A;
}
</style>