Shades of Avocado #8E935C
Tints of Avocado #8E935C
RGB
CMYK
RGB Variations
Color information
#8E935C (or 0x8E935C) is known color: Avocado. HEX triplet: 8E, 93 and 5C. RGB value is (142,147,92). Sum of RGB (Red+Green+Blue) = 142+147+92=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #8E935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E935C is #716CA3. Grayscale: #8B8B8B. Windows color (decimal): -7433380 or 6067086. OLE color: 6067086.
HSL color Cylindrical-coordinate representation of color #8E935C: hue angle of 65.45º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E935C is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 92 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.42 |
| HSL | 65.45º | 0.23% | 0.47% | - |
| HSV(B) | 65.45º | 0.37% | 0.58% | - |
| XYZ | 23.52 | 27.39 | 14.17 | - |
| YUV | 139.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 92 | 0.03 | 0 | 0.37 | 0.42 | 65.45 | 0.23 | 0.47 |
| Hex | 8E | 93 | 5C | 3 | 0 | 25 | 2A | 41 | 17 | 2F |
| Octal | 216 | 223 | 134 | 3 | 0 | 45 | 52 | 101 | 27 | 57 |
| Binary | 10001110 | 10010011 | 1011100 | 11 | 0 | 100101 | 101010 | 1000001 | 10111 | 101111 |
Color Harmonies of #8E935C
Complementary color
Monochromatic Colors of #8E935C
Black with #8E935C
Text Example
Text Example
White with #8E935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E935C; }
p { color: rgb(142,147,92); }
H1.HeaderClassName
{
color: #8E935C;
}
.AnyTagClassName
{
color: #8E935C;
}
</style>
background-color css
<style>
a { background-color: #8E935C; }
a { background-color: rgb(142,147,92); }
div.DivClassName
{
background-color: #8E935C;
}
.BgClassName
{
background-color: #8E935C;
}
</style>
border-color css
<style>
span { border-color: #8E935C; }
span { border-color: rgb(142,147,92); }
td.TdClassName
{
border-color: #8E935C;
}
.TagClassName
{
border-color: #8E935C;
}
</style>