Shades of Sage #9EAD7B
Tints of Sage #9EAD7B
RGB
CMYK
RGB Variations
Color information
#9EAD7B (or 0x9EAD7B) is known color: Sage. HEX triplet: 9E, AD and 7B. RGB value is (158,173,123). Sum of RGB (Red+Green+Blue) = 158+173+123=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAD7B is #615284. Grayscale: #A3A3A3. Windows color (decimal): -6378117 or 8105374. OLE color: 8105374.
HSL color Cylindrical-coordinate representation of color #9EAD7B: hue angle of 78º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EAD7B is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 173 | 123 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.32 |
| HSL | 78º | 0.23% | 0.58% | - |
| HSV(B) | 78º | 0.29% | 0.68% | - |
| XYZ | 32.62 | 38.59 | 24.47 | - |
| YUV | 162.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 173 | 123 | 0.09 | 0 | 0.29 | 0.32 | 78 | 0.23 | 0.58 |
| Hex | 9E | AD | 7B | 9 | 0 | 1D | 20 | 4E | 17 | 3A |
| Octal | 236 | 255 | 173 | 11 | 0 | 35 | 40 | 116 | 27 | 72 |
| Binary | 10011110 | 10101101 | 1111011 | 1001 | 0 | 11101 | 100000 | 1001110 | 10111 | 111010 |
Color Harmonies of #9EAD7B
Complementary color
Monochromatic Colors of #9EAD7B
Black with #9EAD7B
Text Example
Text Example
White with #9EAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAD7B; }
p { color: rgb(158,173,123); }
H1.HeaderClassName
{
color: #9EAD7B;
}
.AnyTagClassName
{
color: #9EAD7B;
}
</style>
background-color css
<style>
a { background-color: #9EAD7B; }
a { background-color: rgb(158,173,123); }
div.DivClassName
{
background-color: #9EAD7B;
}
.BgClassName
{
background-color: #9EAD7B;
}
</style>
border-color css
<style>
span { border-color: #9EAD7B; }
span { border-color: rgb(158,173,123); }
td.TdClassName
{
border-color: #9EAD7B;
}
.TagClassName
{
border-color: #9EAD7B;
}
</style>