Shades of Sage #9EAB81
Tints of Sage #9EAB81
RGB
CMYK
RGB Variations
Color information
#9EAB81 (or 0x9EAB81) is known color: Sage. HEX triplet: 9E, AB and 81. RGB value is (158,171,129). Sum of RGB (Red+Green+Blue) = 158+171+129=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAB81 is #61547E. Grayscale: #A2A2A2. Windows color (decimal): -6378623 or 8498078. OLE color: 8498078.
HSL color Cylindrical-coordinate representation of color #9EAB81: hue angle of 78.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EAB81 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 129 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.33 |
| HSL | 78.57º | 0.2% | 0.59% | - |
| HSV(B) | 78.57º | 0.25% | 0.67% | - |
| XYZ | 32.63 | 37.98 | 26.38 | - |
| YUV | 162.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 129 | 0.08 | 0 | 0.25 | 0.33 | 78.57 | 0.2 | 0.59 |
| Hex | 9E | AB | 81 | 8 | 0 | 19 | 21 | 4F | 14 | 3B |
| Octal | 236 | 253 | 201 | 10 | 0 | 31 | 41 | 117 | 24 | 73 |
| Binary | 10011110 | 10101011 | 10000001 | 1000 | 0 | 11001 | 100001 | 1001111 | 10100 | 111011 |
Color Harmonies of #9EAB81
Complementary color
Monochromatic Colors of #9EAB81
Black with #9EAB81
Text Example
Text Example
White with #9EAB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB81; }
p { color: rgb(158,171,129); }
H1.HeaderClassName
{
color: #9EAB81;
}
.AnyTagClassName
{
color: #9EAB81;
}
</style>
background-color css
<style>
a { background-color: #9EAB81; }
a { background-color: rgb(158,171,129); }
div.DivClassName
{
background-color: #9EAB81;
}
.BgClassName
{
background-color: #9EAB81;
}
</style>
border-color css
<style>
span { border-color: #9EAB81; }
span { border-color: rgb(158,171,129); }
td.TdClassName
{
border-color: #9EAB81;
}
.TagClassName
{
border-color: #9EAB81;
}
</style>