Shades of Avocado #8C9965
Tints of Avocado #8C9965
RGB
CMYK
RGB Variations
Color information
#8C9965 (or 0x8C9965) is known color: Avocado. HEX triplet: 8C, 99 and 65. RGB value is (140,153,101). Sum of RGB (Red+Green+Blue) = 140+153+101=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9965 is #73669A. Grayscale: #8F8F8F. Windows color (decimal): -7562907 or 6658444. OLE color: 6658444.
HSL color Cylindrical-coordinate representation of color #8C9965: hue angle of 75º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C9965 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 101 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.4 |
| HSL | 75º | 0.2% | 0.5% | - |
| HSV(B) | 75º | 0.34% | 0.6% | - |
| XYZ | 24.56 | 29.3 | 16.67 | - |
| YUV | 143.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 101 | 0.08 | 0 | 0.34 | 0.4 | 75 | 0.2 | 0.5 |
| Hex | 8C | 99 | 65 | 8 | 0 | 22 | 28 | 4B | 14 | 32 |
| Octal | 214 | 231 | 145 | 10 | 0 | 42 | 50 | 113 | 24 | 62 |
| Binary | 10001100 | 10011001 | 1100101 | 1000 | 0 | 100010 | 101000 | 1001011 | 10100 | 110010 |
Color Harmonies of #8C9965
Complementary color
Monochromatic Colors of #8C9965
Black with #8C9965
Text Example
Text Example
White with #8C9965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9965; }
p { color: rgb(140,153,101); }
H1.HeaderClassName
{
color: #8C9965;
}
.AnyTagClassName
{
color: #8C9965;
}
</style>
background-color css
<style>
a { background-color: #8C9965; }
a { background-color: rgb(140,153,101); }
div.DivClassName
{
background-color: #8C9965;
}
.BgClassName
{
background-color: #8C9965;
}
</style>
border-color css
<style>
span { border-color: #8C9965; }
span { border-color: rgb(140,153,101); }
td.TdClassName
{
border-color: #8C9965;
}
.TagClassName
{
border-color: #8C9965;
}
</style>