Shades of Avocado #8E966B
Tints of Avocado #8E966B
RGB
CMYK
RGB Variations
Color information
#8E966B (or 0x8E966B) is known color: Avocado. HEX triplet: 8E, 96 and 6B. RGB value is (142,150,107). Sum of RGB (Red+Green+Blue) = 142+150+107=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #8E966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E966B is #716994. Grayscale: #8E8E8E. Windows color (decimal): -7432597 or 7050894. OLE color: 7050894.
HSL color Cylindrical-coordinate representation of color #8E966B: hue angle of 71.16º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E966B is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 150 | 107 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.41 |
| HSL | 71.16º | 0.17% | 0.5% | - |
| HSV(B) | 71.16º | 0.29% | 0.59% | - |
| XYZ | 24.72 | 28.63 | 18.13 | - |
| YUV | 142.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 150 | 107 | 0.05 | 0 | 0.29 | 0.41 | 71.16 | 0.17 | 0.5 |
| Hex | 8E | 96 | 6B | 5 | 0 | 1D | 29 | 47 | 11 | 32 |
| Octal | 216 | 226 | 153 | 5 | 0 | 35 | 51 | 107 | 21 | 62 |
| Binary | 10001110 | 10010110 | 1101011 | 101 | 0 | 11101 | 101001 | 1000111 | 10001 | 110010 |
Color Harmonies of #8E966B
Complementary color
Monochromatic Colors of #8E966B
Black with #8E966B
Text Example
Text Example
White with #8E966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E966B; }
p { color: rgb(142,150,107); }
H1.HeaderClassName
{
color: #8E966B;
}
.AnyTagClassName
{
color: #8E966B;
}
</style>
background-color css
<style>
a { background-color: #8E966B; }
a { background-color: rgb(142,150,107); }
div.DivClassName
{
background-color: #8E966B;
}
.BgClassName
{
background-color: #8E966B;
}
</style>
border-color css
<style>
span { border-color: #8E966B; }
span { border-color: rgb(142,150,107); }
td.TdClassName
{
border-color: #8E966B;
}
.TagClassName
{
border-color: #8E966B;
}
</style>