Shades of Avocado #8E9374
Tints of Avocado #8E9374
RGB
CMYK
RGB Variations
Color information
#8E9374 (or 0x8E9374) is known color: Avocado. HEX triplet: 8E, 93 and 74. RGB value is (142,147,116). Sum of RGB (Red+Green+Blue) = 142+147+116=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9374 is #716C8B. Grayscale: #8E8E8E. Windows color (decimal): -7433356 or 7639950. OLE color: 7639950.
HSL color Cylindrical-coordinate representation of color #8E9374: hue angle of 69.68º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E9374 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 116 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.42 |
| HSL | 69.68º | 0.13% | 0.52% | - |
| HSV(B) | 69.68º | 0.21% | 0.58% | - |
| XYZ | 24.74 | 27.88 | 20.6 | - |
| YUV | 141.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 116 | 0.03 | 0 | 0.21 | 0.42 | 69.68 | 0.13 | 0.52 |
| Hex | 8E | 93 | 74 | 3 | 0 | 15 | 2A | 46 | D | 34 |
| Octal | 216 | 223 | 164 | 3 | 0 | 25 | 52 | 106 | 15 | 64 |
| Binary | 10001110 | 10010011 | 1110100 | 11 | 0 | 10101 | 101010 | 1000110 | 1101 | 110100 |
Color Harmonies of #8E9374
Complementary color
Monochromatic Colors of #8E9374
Black with #8E9374
Text Example
Text Example
White with #8E9374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9374; }
p { color: rgb(142,147,116); }
H1.HeaderClassName
{
color: #8E9374;
}
.AnyTagClassName
{
color: #8E9374;
}
</style>
background-color css
<style>
a { background-color: #8E9374; }
a { background-color: rgb(142,147,116); }
div.DivClassName
{
background-color: #8E9374;
}
.BgClassName
{
background-color: #8E9374;
}
</style>
border-color css
<style>
span { border-color: #8E9374; }
span { border-color: rgb(142,147,116); }
td.TdClassName
{
border-color: #8E9374;
}
.TagClassName
{
border-color: #8E9374;
}
</style>