Shades of Avocado #8E995B
Tints of Avocado #8E995B
RGB
CMYK
RGB Variations
Color information
#8E995B (or 0x8E995B) is known color: Avocado. HEX triplet: 8E, 99 and 5B. RGB value is (142,153,91). Sum of RGB (Red+Green+Blue) = 142+153+91=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #8E995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E995B is #7166A4. Grayscale: #8E8E8E. Windows color (decimal): -7431845 or 6003086. OLE color: 6003086.
HSL color Cylindrical-coordinate representation of color #8E995B: hue angle of 70.65º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E995B is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 153 | 91 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.4 |
| HSL | 70.65º | 0.25% | 0.48% | - |
| HSV(B) | 70.65º | 0.41% | 0.6% | - |
| XYZ | 24.43 | 29.29 | 14.26 | - |
| YUV | 142.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 91 | 0.07 | 0 | 0.41 | 0.4 | 70.65 | 0.25 | 0.48 |
| Hex | 8E | 99 | 5B | 7 | 0 | 29 | 28 | 47 | 19 | 30 |
| Octal | 216 | 231 | 133 | 7 | 0 | 51 | 50 | 107 | 31 | 60 |
| Binary | 10001110 | 10011001 | 1011011 | 111 | 0 | 101001 | 101000 | 1000111 | 11001 | 110000 |
Color Harmonies of #8E995B
Complementary color
Monochromatic Colors of #8E995B
Black with #8E995B
Text Example
Text Example
White with #8E995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E995B; }
p { color: rgb(142,153,91); }
H1.HeaderClassName
{
color: #8E995B;
}
.AnyTagClassName
{
color: #8E995B;
}
</style>
background-color css
<style>
a { background-color: #8E995B; }
a { background-color: rgb(142,153,91); }
div.DivClassName
{
background-color: #8E995B;
}
.BgClassName
{
background-color: #8E995B;
}
</style>
border-color css
<style>
span { border-color: #8E995B; }
span { border-color: rgb(142,153,91); }
td.TdClassName
{
border-color: #8E995B;
}
.TagClassName
{
border-color: #8E995B;
}
</style>