Shades of Avocado #8C9356
Tints of Avocado #8C9356
RGB
CMYK
RGB Variations
Color information
#8C9356 (or 0x8C9356) is known color: Avocado. HEX triplet: 8C, 93 and 56. RGB value is (140,147,86). Sum of RGB (Red+Green+Blue) = 140+147+86=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9356 is #736CA9. Grayscale: #8A8A8A. Windows color (decimal): -7564458 or 5673868. OLE color: 5673868.
HSL color Cylindrical-coordinate representation of color #8C9356: hue angle of 66.89º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C9356 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 86 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.42 |
| HSL | 66.89º | 0.26% | 0.46% | - |
| HSV(B) | 66.89º | 0.41% | 0.58% | - |
| XYZ | 22.93 | 27.11 | 12.83 | - |
| YUV | 137.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 86 | 0.05 | 0 | 0.41 | 0.42 | 66.89 | 0.26 | 0.46 |
| Hex | 8C | 93 | 56 | 5 | 0 | 29 | 2A | 43 | 1A | 2E |
| Octal | 214 | 223 | 126 | 5 | 0 | 51 | 52 | 103 | 32 | 56 |
| Binary | 10001100 | 10010011 | 1010110 | 101 | 0 | 101001 | 101010 | 1000011 | 11010 | 101110 |
Color Harmonies of #8C9356
Complementary color
Monochromatic Colors of #8C9356
Black with #8C9356
Text Example
Text Example
White with #8C9356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9356; }
p { color: rgb(140,147,86); }
H1.HeaderClassName
{
color: #8C9356;
}
.AnyTagClassName
{
color: #8C9356;
}
</style>
background-color css
<style>
a { background-color: #8C9356; }
a { background-color: rgb(140,147,86); }
div.DivClassName
{
background-color: #8C9356;
}
.BgClassName
{
background-color: #8C9356;
}
</style>
border-color css
<style>
span { border-color: #8C9356; }
span { border-color: rgb(140,147,86); }
td.TdClassName
{
border-color: #8C9356;
}
.TagClassName
{
border-color: #8C9356;
}
</style>