Shades of Avocado #8C9864
Tints of Avocado #8C9864
RGB
CMYK
RGB Variations
Color information
#8C9864 (or 0x8C9864) is known color: Avocado. HEX triplet: 8C, 98 and 64. RGB value is (140,152,100). Sum of RGB (Red+Green+Blue) = 140+152+100=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9864 is #73679B. Grayscale: #8E8E8E. Windows color (decimal): -7563164 or 6592652. OLE color: 6592652.
HSL color Cylindrical-coordinate representation of color #8C9864: hue angle of 73.85º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C9864 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 100 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.40 |
| HSL | 73.85º | 0.21% | 0.49% | - |
| HSV(B) | 73.85º | 0.34% | 0.6% | - |
| XYZ | 24.34 | 28.95 | 16.36 | - |
| YUV | 142.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 100 | 0.08 | 0 | 0.34 | 0.40 | 73.85 | 0.21 | 0.49 |
| Hex | 8C | 98 | 64 | 8 | 0 | 22 | 28 | 4A | 15 | 31 |
| Octal | 214 | 230 | 144 | 10 | 0 | 42 | 50 | 112 | 25 | 61 |
| Binary | 10001100 | 10011000 | 1100100 | 1000 | 0 | 100010 | 101000 | 1001010 | 10101 | 110001 |
Color Harmonies of #8C9864
Complementary color
Monochromatic Colors of #8C9864
Black with #8C9864
Text Example
Text Example
White with #8C9864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9864; }
p { color: rgb(140,152,100); }
H1.HeaderClassName
{
color: #8C9864;
}
.AnyTagClassName
{
color: #8C9864;
}
</style>
background-color css
<style>
a { background-color: #8C9864; }
a { background-color: rgb(140,152,100); }
div.DivClassName
{
background-color: #8C9864;
}
.BgClassName
{
background-color: #8C9864;
}
</style>
border-color css
<style>
span { border-color: #8C9864; }
span { border-color: rgb(140,152,100); }
td.TdClassName
{
border-color: #8C9864;
}
.TagClassName
{
border-color: #8C9864;
}
</style>