Shades of Avocado #8C9A65
Tints of Avocado #8C9A65
RGB
CMYK
RGB Variations
Color information
#8C9A65 (or 0x8C9A65) is known color: Avocado. HEX triplet: 8C, 9A and 65. RGB value is (140,154,101). Sum of RGB (Red+Green+Blue) = 140+154+101=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 154 - color contains mainly: green. Hex color #8C9A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9A65 is #73659A. Grayscale: #8F8F8F. Windows color (decimal): -7562651 or 6658700. OLE color: 6658700.
HSL color Cylindrical-coordinate representation of color #8C9A65: hue angle of 75.85º degrees, saturation: 0.21, 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 #8C9A65 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 154 | 101 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.40 |
| HSL | 75.85º | 0.21% | 0.5% | - |
| HSV(B) | 75.85º | 0.34% | 0.6% | - |
| XYZ | 24.72 | 29.63 | 16.73 | - |
| YUV | 143.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 154 | 101 | 0.09 | 0 | 0.34 | 0.40 | 75.85 | 0.21 | 0.5 |
| Hex | 8C | 9A | 65 | 9 | 0 | 22 | 28 | 4C | 15 | 32 |
| Octal | 214 | 232 | 145 | 11 | 0 | 42 | 50 | 114 | 25 | 62 |
| Binary | 10001100 | 10011010 | 1100101 | 1001 | 0 | 100010 | 101000 | 1001100 | 10101 | 110010 |
Color Harmonies of #8C9A65
Complementary color
Monochromatic Colors of #8C9A65
Black with #8C9A65
Text Example
Text Example
White with #8C9A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9A65; }
p { color: rgb(140,154,101); }
H1.HeaderClassName
{
color: #8C9A65;
}
.AnyTagClassName
{
color: #8C9A65;
}
</style>
background-color css
<style>
a { background-color: #8C9A65; }
a { background-color: rgb(140,154,101); }
div.DivClassName
{
background-color: #8C9A65;
}
.BgClassName
{
background-color: #8C9A65;
}
</style>
border-color css
<style>
span { border-color: #8C9A65; }
span { border-color: rgb(140,154,101); }
td.TdClassName
{
border-color: #8C9A65;
}
.TagClassName
{
border-color: #8C9A65;
}
</style>