Shades of Avocado #8E9B67
Tints of Avocado #8E9B67
RGB
CMYK
RGB Variations
Color information
#8E9B67 (or 0x8E9B67) is known color: Avocado. HEX triplet: 8E, 9B and 67. RGB value is (142,155,103). Sum of RGB (Red+Green+Blue) = 142+155+103=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B67 is #716498. Grayscale: #919191. Windows color (decimal): -7431321 or 6790030. OLE color: 6790030.
HSL color Cylindrical-coordinate representation of color #8E9B67: hue angle of 75º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E9B67 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 155 | 103 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.39 |
| HSL | 75º | 0.21% | 0.51% | - |
| HSV(B) | 75º | 0.34% | 0.61% | - |
| XYZ | 25.32 | 30.17 | 17.32 | - |
| YUV | 145.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 155 | 103 | 0.08 | 0 | 0.34 | 0.39 | 75 | 0.21 | 0.51 |
| Hex | 8E | 9B | 67 | 8 | 0 | 22 | 27 | 4B | 15 | 33 |
| Octal | 216 | 233 | 147 | 10 | 0 | 42 | 47 | 113 | 25 | 63 |
| Binary | 10001110 | 10011011 | 1100111 | 1000 | 0 | 100010 | 100111 | 1001011 | 10101 | 110011 |
Color Harmonies of #8E9B67
Complementary color
Monochromatic Colors of #8E9B67
Black with #8E9B67
Text Example
Text Example
White with #8E9B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9B67; }
p { color: rgb(142,155,103); }
H1.HeaderClassName
{
color: #8E9B67;
}
.AnyTagClassName
{
color: #8E9B67;
}
</style>
background-color css
<style>
a { background-color: #8E9B67; }
a { background-color: rgb(142,155,103); }
div.DivClassName
{
background-color: #8E9B67;
}
.BgClassName
{
background-color: #8E9B67;
}
</style>
border-color css
<style>
span { border-color: #8E9B67; }
span { border-color: rgb(142,155,103); }
td.TdClassName
{
border-color: #8E9B67;
}
.TagClassName
{
border-color: #8E9B67;
}
</style>