Shades of Avocado #8E926C
Tints of Avocado #8E926C
RGB
CMYK
RGB Variations
Color information
#8E926C (or 0x8E926C) is known color: Avocado. HEX triplet: 8E, 92 and 6C. RGB value is (142,146,108). Sum of RGB (Red+Green+Blue) = 142+146+108=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #8E926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E926C is #716D93. Grayscale: #8C8C8C. Windows color (decimal): -7433620 or 7115406. OLE color: 7115406.
HSL color Cylindrical-coordinate representation of color #8E926C: hue angle of 66.32º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E926C is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 146 | 108 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.43 |
| HSL | 66.32º | 0.15% | 0.5% | - |
| HSV(B) | 66.32º | 0.26% | 0.57% | - |
| XYZ | 24.14 | 27.39 | 18.2 | - |
| YUV | 140.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 108 | 0.03 | 0 | 0.26 | 0.43 | 66.32 | 0.15 | 0.5 |
| Hex | 8E | 92 | 6C | 3 | 0 | 1A | 2B | 42 | F | 32 |
| Octal | 216 | 222 | 154 | 3 | 0 | 32 | 53 | 102 | 17 | 62 |
| Binary | 10001110 | 10010010 | 1101100 | 11 | 0 | 11010 | 101011 | 1000010 | 1111 | 110010 |
Color Harmonies of #8E926C
Complementary color
Monochromatic Colors of #8E926C
Black with #8E926C
Text Example
Text Example
White with #8E926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E926C; }
p { color: rgb(142,146,108); }
H1.HeaderClassName
{
color: #8E926C;
}
.AnyTagClassName
{
color: #8E926C;
}
</style>
background-color css
<style>
a { background-color: #8E926C; }
a { background-color: rgb(142,146,108); }
div.DivClassName
{
background-color: #8E926C;
}
.BgClassName
{
background-color: #8E926C;
}
</style>
border-color css
<style>
span { border-color: #8E926C; }
span { border-color: rgb(142,146,108); }
td.TdClassName
{
border-color: #8E926C;
}
.TagClassName
{
border-color: #8E926C;
}
</style>