Shades of Sage #9EA985
Tints of Sage #9EA985
RGB
CMYK
RGB Variations
Color information
#9EA985 (or 0x9EA985) is known color: Sage. HEX triplet: 9E, A9 and 85. RGB value is (158,169,133). Sum of RGB (Red+Green+Blue) = 158+169+133=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA985 is #61567A. Grayscale: #A1A1A1. Windows color (decimal): -6379131 or 8759710. OLE color: 8759710.
HSL color Cylindrical-coordinate representation of color #9EA985: hue angle of 78.33º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EA985 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 133 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.34 |
| HSL | 78.33º | 0.17% | 0.59% | - |
| HSV(B) | 78.33º | 0.21% | 0.66% | - |
| XYZ | 32.52 | 37.34 | 27.68 | - |
| YUV | 161.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 133 | 0.07 | 0 | 0.21 | 0.34 | 78.33 | 0.17 | 0.59 |
| Hex | 9E | A9 | 85 | 7 | 0 | 15 | 22 | 4E | 11 | 3B |
| Octal | 236 | 251 | 205 | 7 | 0 | 25 | 42 | 116 | 21 | 73 |
| Binary | 10011110 | 10101001 | 10000101 | 111 | 0 | 10101 | 100010 | 1001110 | 10001 | 111011 |
Color Harmonies of #9EA985
Complementary color
Monochromatic Colors of #9EA985
Black with #9EA985
Text Example
Text Example
White with #9EA985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA985; }
p { color: rgb(158,169,133); }
H1.HeaderClassName
{
color: #9EA985;
}
.AnyTagClassName
{
color: #9EA985;
}
</style>
background-color css
<style>
a { background-color: #9EA985; }
a { background-color: rgb(158,169,133); }
div.DivClassName
{
background-color: #9EA985;
}
.BgClassName
{
background-color: #9EA985;
}
</style>
border-color css
<style>
span { border-color: #9EA985; }
span { border-color: rgb(158,169,133); }
td.TdClassName
{
border-color: #9EA985;
}
.TagClassName
{
border-color: #9EA985;
}
</style>