Shades of Avocado #8C9764
Tints of Avocado #8C9764
RGB
CMYK
RGB Variations
Color information
#8C9764 (or 0x8C9764) is known color: Avocado. HEX triplet: 8C, 97 and 64. RGB value is (140,151,100). Sum of RGB (Red+Green+Blue) = 140+151+100=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9764 is #73689B. Grayscale: #8E8E8E. Windows color (decimal): -7563420 or 6592396. OLE color: 6592396.
HSL color Cylindrical-coordinate representation of color #8C9764: hue angle of 72.94º 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 #8C9764 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 100 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.41 |
| HSL | 72.94º | 0.2% | 0.49% | - |
| HSV(B) | 72.94º | 0.34% | 0.59% | - |
| XYZ | 24.18 | 28.63 | 16.31 | - |
| YUV | 141.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 100 | 0.07 | 0 | 0.34 | 0.41 | 72.94 | 0.2 | 0.49 |
| Hex | 8C | 97 | 64 | 7 | 0 | 22 | 29 | 49 | 14 | 31 |
| Octal | 214 | 227 | 144 | 7 | 0 | 42 | 51 | 111 | 24 | 61 |
| Binary | 10001100 | 10010111 | 1100100 | 111 | 0 | 100010 | 101001 | 1001001 | 10100 | 110001 |
Color Harmonies of #8C9764
Complementary color
Monochromatic Colors of #8C9764
Black with #8C9764
Text Example
Text Example
White with #8C9764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9764; }
p { color: rgb(140,151,100); }
H1.HeaderClassName
{
color: #8C9764;
}
.AnyTagClassName
{
color: #8C9764;
}
</style>
background-color css
<style>
a { background-color: #8C9764; }
a { background-color: rgb(140,151,100); }
div.DivClassName
{
background-color: #8C9764;
}
.BgClassName
{
background-color: #8C9764;
}
</style>
border-color css
<style>
span { border-color: #8C9764; }
span { border-color: rgb(140,151,100); }
td.TdClassName
{
border-color: #8C9764;
}
.TagClassName
{
border-color: #8C9764;
}
</style>