Shades of Avocado #8E9371
Tints of Avocado #8E9371
RGB
CMYK
RGB Variations
Color information
#8E9371 (or 0x8E9371) is known color: Avocado. HEX triplet: 8E, 93 and 71. RGB value is (142,147,113). Sum of RGB (Red+Green+Blue) = 142+147+113=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9371 is #716C8E. Grayscale: #8D8D8D. Windows color (decimal): -7433359 or 7443342. OLE color: 7443342.
HSL color Cylindrical-coordinate representation of color #8E9371: hue angle of 68.82º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E9371 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 113 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.42 |
| HSL | 68.82º | 0.14% | 0.51% | - |
| HSV(B) | 68.82º | 0.23% | 0.58% | - |
| XYZ | 24.57 | 27.81 | 19.7 | - |
| YUV | 141.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 113 | 0.03 | 0 | 0.23 | 0.42 | 68.82 | 0.14 | 0.51 |
| Hex | 8E | 93 | 71 | 3 | 0 | 17 | 2A | 45 | E | 33 |
| Octal | 216 | 223 | 161 | 3 | 0 | 27 | 52 | 105 | 16 | 63 |
| Binary | 10001110 | 10010011 | 1110001 | 11 | 0 | 10111 | 101010 | 1000101 | 1110 | 110011 |
Color Harmonies of #8E9371
Complementary color
Monochromatic Colors of #8E9371
Black with #8E9371
Text Example
Text Example
White with #8E9371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9371; }
p { color: rgb(142,147,113); }
H1.HeaderClassName
{
color: #8E9371;
}
.AnyTagClassName
{
color: #8E9371;
}
</style>
background-color css
<style>
a { background-color: #8E9371; }
a { background-color: rgb(142,147,113); }
div.DivClassName
{
background-color: #8E9371;
}
.BgClassName
{
background-color: #8E9371;
}
</style>
border-color css
<style>
span { border-color: #8E9371; }
span { border-color: rgb(142,147,113); }
td.TdClassName
{
border-color: #8E9371;
}
.TagClassName
{
border-color: #8E9371;
}
</style>