Shades of Sage #9EA475
Tints of Sage #9EA475
RGB
CMYK
RGB Variations
Color information
#9EA475 (or 0x9EA475) is known color: Sage. HEX triplet: 9E, A4 and 75. RGB value is (158,164,117). Sum of RGB (Red+Green+Blue) = 158+164+117=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA475 is #615B8A. Grayscale: #9D9D9D. Windows color (decimal): -6380427 or 7709854. OLE color: 7709854.
HSL color Cylindrical-coordinate representation of color #9EA475: hue angle of 67.66º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EA475 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 164 | 117 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.36 |
| HSL | 67.66º | 0.21% | 0.55% | - |
| HSV(B) | 67.66º | 0.29% | 0.64% | - |
| XYZ | 30.59 | 35.1 | 21.99 | - |
| YUV | 156.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 164 | 117 | 0.04 | 0 | 0.29 | 0.36 | 67.66 | 0.21 | 0.55 |
| Hex | 9E | A4 | 75 | 4 | 0 | 1D | 24 | 44 | 15 | 37 |
| Octal | 236 | 244 | 165 | 4 | 0 | 35 | 44 | 104 | 25 | 67 |
| Binary | 10011110 | 10100100 | 1110101 | 100 | 0 | 11101 | 100100 | 1000100 | 10101 | 110111 |
Color Harmonies of #9EA475
Complementary color
Monochromatic Colors of #9EA475
Black with #9EA475
Text Example
Text Example
White with #9EA475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA475; }
p { color: rgb(158,164,117); }
H1.HeaderClassName
{
color: #9EA475;
}
.AnyTagClassName
{
color: #9EA475;
}
</style>
background-color css
<style>
a { background-color: #9EA475; }
a { background-color: rgb(158,164,117); }
div.DivClassName
{
background-color: #9EA475;
}
.BgClassName
{
background-color: #9EA475;
}
</style>
border-color css
<style>
span { border-color: #9EA475; }
span { border-color: rgb(158,164,117); }
td.TdClassName
{
border-color: #9EA475;
}
.TagClassName
{
border-color: #9EA475;
}
</style>