Shades of Avocado #8E9362
Tints of Avocado #8E9362
RGB
CMYK
RGB Variations
Color information
#8E9362 (or 0x8E9362) is known color: Avocado. HEX triplet: 8E, 93 and 62. RGB value is (142,147,98). Sum of RGB (Red+Green+Blue) = 142+147+98=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9362 is #716C9D. Grayscale: #8C8C8C. Windows color (decimal): -7433374 or 6460302. OLE color: 6460302.
HSL color Cylindrical-coordinate representation of color #8E9362: hue angle of 66.12º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E9362 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 98 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.42 |
| HSL | 66.12º | 0.2% | 0.48% | - |
| HSV(B) | 66.12º | 0.33% | 0.58% | - |
| XYZ | 23.79 | 27.5 | 15.61 | - |
| YUV | 139.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 98 | 0.03 | 0 | 0.33 | 0.42 | 66.12 | 0.2 | 0.48 |
| Hex | 8E | 93 | 62 | 3 | 0 | 21 | 2A | 42 | 14 | 30 |
| Octal | 216 | 223 | 142 | 3 | 0 | 41 | 52 | 102 | 24 | 60 |
| Binary | 10001110 | 10010011 | 1100010 | 11 | 0 | 100001 | 101010 | 1000010 | 10100 | 110000 |
Color Harmonies of #8E9362
Complementary color
Monochromatic Colors of #8E9362
Black with #8E9362
Text Example
Text Example
White with #8E9362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9362; }
p { color: rgb(142,147,98); }
H1.HeaderClassName
{
color: #8E9362;
}
.AnyTagClassName
{
color: #8E9362;
}
</style>
background-color css
<style>
a { background-color: #8E9362; }
a { background-color: rgb(142,147,98); }
div.DivClassName
{
background-color: #8E9362;
}
.BgClassName
{
background-color: #8E9362;
}
</style>
border-color css
<style>
span { border-color: #8E9362; }
span { border-color: rgb(142,147,98); }
td.TdClassName
{
border-color: #8E9362;
}
.TagClassName
{
border-color: #8E9362;
}
</style>