Shades of Avocado #8C9663
Tints of Avocado #8C9663
RGB
CMYK
RGB Variations
Color information
#8C9663 (or 0x8C9663) is known color: Avocado. HEX triplet: 8C, 96 and 63. RGB value is (140,150,99). Sum of RGB (Red+Green+Blue) = 140+150+99=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9663 is #73699C. Grayscale: #8D8D8D. Windows color (decimal): -7563677 or 6526604. OLE color: 6526604.
HSL color Cylindrical-coordinate representation of color #8C9663: hue angle of 71.76º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C9663 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 99 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.41 |
| HSL | 71.76º | 0.2% | 0.49% | - |
| HSV(B) | 71.76º | 0.34% | 0.59% | - |
| XYZ | 23.97 | 28.29 | 16 | - |
| YUV | 141.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 99 | 0.07 | 0 | 0.34 | 0.41 | 71.76 | 0.2 | 0.49 |
| Hex | 8C | 96 | 63 | 7 | 0 | 22 | 29 | 48 | 14 | 31 |
| Octal | 214 | 226 | 143 | 7 | 0 | 42 | 51 | 110 | 24 | 61 |
| Binary | 10001100 | 10010110 | 1100011 | 111 | 0 | 100010 | 101001 | 1001000 | 10100 | 110001 |
Color Harmonies of #8C9663
Complementary color
Monochromatic Colors of #8C9663
Black with #8C9663
Text Example
Text Example
White with #8C9663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9663; }
p { color: rgb(140,150,99); }
H1.HeaderClassName
{
color: #8C9663;
}
.AnyTagClassName
{
color: #8C9663;
}
</style>
background-color css
<style>
a { background-color: #8C9663; }
a { background-color: rgb(140,150,99); }
div.DivClassName
{
background-color: #8C9663;
}
.BgClassName
{
background-color: #8C9663;
}
</style>
border-color css
<style>
span { border-color: #8C9663; }
span { border-color: rgb(140,150,99); }
td.TdClassName
{
border-color: #8C9663;
}
.TagClassName
{
border-color: #8C9663;
}
</style>