Shades of Avocado #8E936B
Tints of Avocado #8E936B
RGB
CMYK
RGB Variations
Color information
#8E936B (or 0x8E936B) is known color: Avocado. HEX triplet: 8E, 93 and 6B. RGB value is (142,147,107). Sum of RGB (Red+Green+Blue) = 142+147+107=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #8E936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E936B is #716C94. Grayscale: #8D8D8D. Windows color (decimal): -7433365 or 7050126. OLE color: 7050126.
HSL color Cylindrical-coordinate representation of color #8E936B: hue angle of 67.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E936B is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 107 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.42 |
| HSL | 67.5º | 0.16% | 0.5% | - |
| HSV(B) | 67.5º | 0.27% | 0.58% | - |
| XYZ | 24.24 | 27.68 | 17.97 | - |
| YUV | 140.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 107 | 0.03 | 0 | 0.27 | 0.42 | 67.5 | 0.16 | 0.5 |
| Hex | 8E | 93 | 6B | 3 | 0 | 1B | 2A | 44 | 10 | 32 |
| Octal | 216 | 223 | 153 | 3 | 0 | 33 | 52 | 104 | 20 | 62 |
| Binary | 10001110 | 10010011 | 1101011 | 11 | 0 | 11011 | 101010 | 1000100 | 10000 | 110010 |
Color Harmonies of #8E936B
Complementary color
Monochromatic Colors of #8E936B
Black with #8E936B
Text Example
Text Example
White with #8E936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E936B; }
p { color: rgb(142,147,107); }
H1.HeaderClassName
{
color: #8E936B;
}
.AnyTagClassName
{
color: #8E936B;
}
</style>
background-color css
<style>
a { background-color: #8E936B; }
a { background-color: rgb(142,147,107); }
div.DivClassName
{
background-color: #8E936B;
}
.BgClassName
{
background-color: #8E936B;
}
</style>
border-color css
<style>
span { border-color: #8E936B; }
span { border-color: rgb(142,147,107); }
td.TdClassName
{
border-color: #8E936B;
}
.TagClassName
{
border-color: #8E936B;
}
</style>