Shades of Avocado #8E9364
Tints of Avocado #8E9364
RGB
CMYK
RGB Variations
Color information
#8E9364 (or 0x8E9364) is known color: Avocado. HEX triplet: 8E, 93 and 64. RGB value is (142,147,100). Sum of RGB (Red+Green+Blue) = 142+147+100=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9364 is #716C9B. Grayscale: #8C8C8C. Windows color (decimal): -7433372 or 6591374. OLE color: 6591374.
HSL color Cylindrical-coordinate representation of color #8E9364: hue angle of 66.38º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E9364 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 100 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.42 |
| HSL | 66.38º | 0.19% | 0.48% | - |
| HSV(B) | 66.38º | 0.32% | 0.58% | - |
| XYZ | 23.89 | 27.54 | 16.11 | - |
| YUV | 140.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 100 | 0.03 | 0 | 0.32 | 0.42 | 66.38 | 0.19 | 0.48 |
| Hex | 8E | 93 | 64 | 3 | 0 | 20 | 2A | 42 | 13 | 30 |
| Octal | 216 | 223 | 144 | 3 | 0 | 40 | 52 | 102 | 23 | 60 |
| Binary | 10001110 | 10010011 | 1100100 | 11 | 0 | 100000 | 101010 | 1000010 | 10011 | 110000 |
Color Harmonies of #8E9364
Complementary color
Monochromatic Colors of #8E9364
Black with #8E9364
Text Example
Text Example
White with #8E9364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9364; }
p { color: rgb(142,147,100); }
H1.HeaderClassName
{
color: #8E9364;
}
.AnyTagClassName
{
color: #8E9364;
}
</style>
background-color css
<style>
a { background-color: #8E9364; }
a { background-color: rgb(142,147,100); }
div.DivClassName
{
background-color: #8E9364;
}
.BgClassName
{
background-color: #8E9364;
}
</style>
border-color css
<style>
span { border-color: #8E9364; }
span { border-color: rgb(142,147,100); }
td.TdClassName
{
border-color: #8E9364;
}
.TagClassName
{
border-color: #8E9364;
}
</style>