Shades of Avocado #8E9172
Tints of Avocado #8E9172
RGB
CMYK
RGB Variations
Color information
#8E9172 (or 0x8E9172) is known color: Avocado. HEX triplet: 8E, 91 and 72. RGB value is (142,145,114). Sum of RGB (Red+Green+Blue) = 142+145+114=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #8E9172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9172 is #716E8D. Grayscale: #8C8C8C. Windows color (decimal): -7433870 or 7508366. OLE color: 7508366.
HSL color Cylindrical-coordinate representation of color #8E9172: hue angle of 65.81º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E9172 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 145 | 114 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.43 |
| HSL | 65.81º | 0.12% | 0.51% | - |
| HSV(B) | 65.81º | 0.21% | 0.57% | - |
| XYZ | 24.32 | 27.22 | 19.89 | - |
| YUV | 140.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 145 | 114 | 0.02 | 0 | 0.21 | 0.43 | 65.81 | 0.12 | 0.51 |
| Hex | 8E | 91 | 72 | 2 | 0 | 15 | 2B | 42 | C | 33 |
| Octal | 216 | 221 | 162 | 2 | 0 | 25 | 53 | 102 | 14 | 63 |
| Binary | 10001110 | 10010001 | 1110010 | 10 | 0 | 10101 | 101011 | 1000010 | 1100 | 110011 |
Color Harmonies of #8E9172
Complementary color
Monochromatic Colors of #8E9172
Black with #8E9172
Text Example
Text Example
White with #8E9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9172; }
p { color: rgb(142,145,114); }
H1.HeaderClassName
{
color: #8E9172;
}
.AnyTagClassName
{
color: #8E9172;
}
</style>
background-color css
<style>
a { background-color: #8E9172; }
a { background-color: rgb(142,145,114); }
div.DivClassName
{
background-color: #8E9172;
}
.BgClassName
{
background-color: #8E9172;
}
</style>
border-color css
<style>
span { border-color: #8E9172; }
span { border-color: rgb(142,145,114); }
td.TdClassName
{
border-color: #8E9172;
}
.TagClassName
{
border-color: #8E9172;
}
</style>