Shades of Avocado #8E9770
Tints of Avocado #8E9770
RGB
CMYK
RGB Variations
Color information
#8E9770 (or 0x8E9770) is known color: Avocado. HEX triplet: 8E, 97 and 70. RGB value is (142,151,112). Sum of RGB (Red+Green+Blue) = 142+151+112=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9770 is #71688F. Grayscale: #909090. Windows color (decimal): -7432336 or 7378830. OLE color: 7378830.
HSL color Cylindrical-coordinate representation of color #8E9770: hue angle of 73.85º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E9770 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 151 | 112 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.41 |
| HSL | 73.85º | 0.16% | 0.52% | - |
| HSV(B) | 73.85º | 0.26% | 0.59% | - |
| XYZ | 25.15 | 29.05 | 19.61 | - |
| YUV | 143.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 112 | 0.06 | 0 | 0.26 | 0.41 | 73.85 | 0.16 | 0.52 |
| Hex | 8E | 97 | 70 | 6 | 0 | 1A | 29 | 4A | 10 | 34 |
| Octal | 216 | 227 | 160 | 6 | 0 | 32 | 51 | 112 | 20 | 64 |
| Binary | 10001110 | 10010111 | 1110000 | 110 | 0 | 11010 | 101001 | 1001010 | 10000 | 110100 |
Color Harmonies of #8E9770
Complementary color
Monochromatic Colors of #8E9770
Black with #8E9770
Text Example
Text Example
White with #8E9770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9770; }
p { color: rgb(142,151,112); }
H1.HeaderClassName
{
color: #8E9770;
}
.AnyTagClassName
{
color: #8E9770;
}
</style>
background-color css
<style>
a { background-color: #8E9770; }
a { background-color: rgb(142,151,112); }
div.DivClassName
{
background-color: #8E9770;
}
.BgClassName
{
background-color: #8E9770;
}
</style>
border-color css
<style>
span { border-color: #8E9770; }
span { border-color: rgb(142,151,112); }
td.TdClassName
{
border-color: #8E9770;
}
.TagClassName
{
border-color: #8E9770;
}
</style>