Shades of Avocado #8C9464
Tints of Avocado #8C9464
RGB
CMYK
RGB Variations
Color information
#8C9464 (or 0x8C9464) is known color: Avocado. HEX triplet: 8C, 94 and 64. RGB value is (140,148,100). Sum of RGB (Red+Green+Blue) = 140+148+100=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9464 is #736B9B. Grayscale: #8C8C8C. Windows color (decimal): -7564188 or 6591628. OLE color: 6591628.
HSL color Cylindrical-coordinate representation of color #8C9464: hue angle of 70º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C9464 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 100 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.42 |
| HSL | 70º | 0.19% | 0.49% | - |
| HSV(B) | 70º | 0.32% | 0.58% | - |
| XYZ | 23.71 | 27.68 | 16.15 | - |
| YUV | 140.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 100 | 0.05 | 0 | 0.32 | 0.42 | 70 | 0.19 | 0.49 |
| Hex | 8C | 94 | 64 | 5 | 0 | 20 | 2A | 46 | 13 | 31 |
| Octal | 214 | 224 | 144 | 5 | 0 | 40 | 52 | 106 | 23 | 61 |
| Binary | 10001100 | 10010100 | 1100100 | 101 | 0 | 100000 | 101010 | 1000110 | 10011 | 110001 |
Color Harmonies of #8C9464
Complementary color
Monochromatic Colors of #8C9464
Black with #8C9464
Text Example
Text Example
White with #8C9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9464; }
p { color: rgb(140,148,100); }
H1.HeaderClassName
{
color: #8C9464;
}
.AnyTagClassName
{
color: #8C9464;
}
</style>
background-color css
<style>
a { background-color: #8C9464; }
a { background-color: rgb(140,148,100); }
div.DivClassName
{
background-color: #8C9464;
}
.BgClassName
{
background-color: #8C9464;
}
</style>
border-color css
<style>
span { border-color: #8C9464; }
span { border-color: rgb(140,148,100); }
td.TdClassName
{
border-color: #8C9464;
}
.TagClassName
{
border-color: #8C9464;
}
</style>