Shades of Sage #9EA685
Tints of Sage #9EA685
RGB
CMYK
RGB Variations
Color information
#9EA685 (or 0x9EA685) is known color: Sage. HEX triplet: 9E, A6 and 85. RGB value is (158,166,133). Sum of RGB (Red+Green+Blue) = 158+166+133=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA685 is #61597A. Grayscale: #9F9F9F. Windows color (decimal): -6379899 or 8758942. OLE color: 8758942.
HSL color Cylindrical-coordinate representation of color #9EA685: hue angle of 74.55º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EA685 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 166 | 133 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.35 |
| HSL | 74.55º | 0.16% | 0.59% | - |
| HSV(B) | 74.55º | 0.2% | 0.65% | - |
| XYZ | 31.97 | 36.24 | 27.5 | - |
| YUV | 159.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 166 | 133 | 0.05 | 0 | 0.20 | 0.35 | 74.55 | 0.16 | 0.59 |
| Hex | 9E | A6 | 85 | 5 | 0 | 14 | 23 | 4B | 10 | 3B |
| Octal | 236 | 246 | 205 | 5 | 0 | 24 | 43 | 113 | 20 | 73 |
| Binary | 10011110 | 10100110 | 10000101 | 101 | 0 | 10100 | 100011 | 1001011 | 10000 | 111011 |
Color Harmonies of #9EA685
Complementary color
Monochromatic Colors of #9EA685
Black with #9EA685
Text Example
Text Example
White with #9EA685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA685; }
p { color: rgb(158,166,133); }
H1.HeaderClassName
{
color: #9EA685;
}
.AnyTagClassName
{
color: #9EA685;
}
</style>
background-color css
<style>
a { background-color: #9EA685; }
a { background-color: rgb(158,166,133); }
div.DivClassName
{
background-color: #9EA685;
}
.BgClassName
{
background-color: #9EA685;
}
</style>
border-color css
<style>
span { border-color: #9EA685; }
span { border-color: rgb(158,166,133); }
td.TdClassName
{
border-color: #9EA685;
}
.TagClassName
{
border-color: #9EA685;
}
</style>