Shades of Avocado #9EA069
Tints of Avocado #9EA069
RGB
CMYK
RGB Variations
Color information
#9EA069 (or 0x9EA069) is known color: Avocado. HEX triplet: 9E, A0 and 69. RGB value is (158,160,105). Sum of RGB (Red+Green+Blue) = 158+160+105=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA069 is #615F96. Grayscale: #999999. Windows color (decimal): -6381463 or 6922398. OLE color: 6922398.
HSL color Cylindrical-coordinate representation of color #9EA069: hue angle of 62.18º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EA069 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 105 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.37 |
| HSL | 62.18º | 0.22% | 0.52% | - |
| HSV(B) | 62.18º | 0.34% | 0.63% | - |
| XYZ | 29.22 | 33.43 | 18.28 | - |
| YUV | 153.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 105 | 0.01 | 0 | 0.34 | 0.37 | 62.18 | 0.22 | 0.52 |
| Hex | 9E | A0 | 69 | 1 | 0 | 22 | 25 | 3E | 16 | 34 |
| Octal | 236 | 240 | 151 | 1 | 0 | 42 | 45 | 76 | 26 | 64 |
| Binary | 10011110 | 10100000 | 1101001 | 1 | 0 | 100010 | 100101 | 111110 | 10110 | 110100 |
Color Harmonies of #9EA069
Complementary color
Monochromatic Colors of #9EA069
Black with #9EA069
Text Example
Text Example
White with #9EA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA069; }
p { color: rgb(158,160,105); }
H1.HeaderClassName
{
color: #9EA069;
}
.AnyTagClassName
{
color: #9EA069;
}
</style>
background-color css
<style>
a { background-color: #9EA069; }
a { background-color: rgb(158,160,105); }
div.DivClassName
{
background-color: #9EA069;
}
.BgClassName
{
background-color: #9EA069;
}
</style>
border-color css
<style>
span { border-color: #9EA069; }
span { border-color: rgb(158,160,105); }
td.TdClassName
{
border-color: #9EA069;
}
.TagClassName
{
border-color: #9EA069;
}
</style>