Shades of Avocado #8E9865
Tints of Avocado #8E9865
RGB
CMYK
RGB Variations
Color information
#8E9865 (or 0x8E9865) is known color: Avocado. HEX triplet: 8E, 98 and 65. RGB value is (142,152,101). Sum of RGB (Red+Green+Blue) = 142+152+101=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #8E9865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9865 is #71679A. Grayscale: #8F8F8F. Windows color (decimal): -7432091 or 6658190. OLE color: 6658190.
HSL color Cylindrical-coordinate representation of color #8E9865: hue angle of 71.76º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E9865 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 152 | 101 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.40 |
| HSL | 71.76º | 0.2% | 0.5% | - |
| HSV(B) | 71.76º | 0.34% | 0.6% | - |
| XYZ | 24.73 | 29.15 | 16.63 | - |
| YUV | 143.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 152 | 101 | 0.07 | 0 | 0.34 | 0.40 | 71.76 | 0.2 | 0.5 |
| Hex | 8E | 98 | 65 | 7 | 0 | 22 | 28 | 48 | 14 | 32 |
| Octal | 216 | 230 | 145 | 7 | 0 | 42 | 50 | 110 | 24 | 62 |
| Binary | 10001110 | 10011000 | 1100101 | 111 | 0 | 100010 | 101000 | 1001000 | 10100 | 110010 |
Color Harmonies of #8E9865
Complementary color
Monochromatic Colors of #8E9865
Black with #8E9865
Text Example
Text Example
White with #8E9865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9865; }
p { color: rgb(142,152,101); }
H1.HeaderClassName
{
color: #8E9865;
}
.AnyTagClassName
{
color: #8E9865;
}
</style>
background-color css
<style>
a { background-color: #8E9865; }
a { background-color: rgb(142,152,101); }
div.DivClassName
{
background-color: #8E9865;
}
.BgClassName
{
background-color: #8E9865;
}
</style>
border-color css
<style>
span { border-color: #8E9865; }
span { border-color: rgb(142,152,101); }
td.TdClassName
{
border-color: #8E9865;
}
.TagClassName
{
border-color: #8E9865;
}
</style>