Shades of Avocado #8E9A61
Tints of Avocado #8E9A61
RGB
CMYK
RGB Variations
Color information
#8E9A61 (or 0x8E9A61) is known color: Avocado. HEX triplet: 8E, 9A and 61. RGB value is (142,154,97). Sum of RGB (Red+Green+Blue) = 142+154+97=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 154 - color contains mainly: green. Hex color #8E9A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9A61 is #71659E. Grayscale: #909090. Windows color (decimal): -7431583 or 6396558. OLE color: 6396558.
HSL color Cylindrical-coordinate representation of color #8E9A61: hue angle of 72.63º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E9A61 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 154 | 97 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.40 |
| HSL | 72.63º | 0.23% | 0.49% | - |
| HSV(B) | 72.63º | 0.37% | 0.6% | - |
| XYZ | 24.87 | 29.73 | 15.74 | - |
| YUV | 143.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 154 | 97 | 0.08 | 0 | 0.37 | 0.40 | 72.63 | 0.23 | 0.49 |
| Hex | 8E | 9A | 61 | 8 | 0 | 25 | 28 | 49 | 17 | 31 |
| Octal | 216 | 232 | 141 | 10 | 0 | 45 | 50 | 111 | 27 | 61 |
| Binary | 10001110 | 10011010 | 1100001 | 1000 | 0 | 100101 | 101000 | 1001001 | 10111 | 110001 |
Color Harmonies of #8E9A61
Complementary color
Monochromatic Colors of #8E9A61
Black with #8E9A61
Text Example
Text Example
White with #8E9A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9A61; }
p { color: rgb(142,154,97); }
H1.HeaderClassName
{
color: #8E9A61;
}
.AnyTagClassName
{
color: #8E9A61;
}
</style>
background-color css
<style>
a { background-color: #8E9A61; }
a { background-color: rgb(142,154,97); }
div.DivClassName
{
background-color: #8E9A61;
}
.BgClassName
{
background-color: #8E9A61;
}
</style>
border-color css
<style>
span { border-color: #8E9A61; }
span { border-color: rgb(142,154,97); }
td.TdClassName
{
border-color: #8E9A61;
}
.TagClassName
{
border-color: #8E9A61;
}
</style>