Shades of Avocado #8C965F
Tints of Avocado #8C965F
RGB
CMYK
RGB Variations
Color information
#8C965F (or 0x8C965F) is known color: Avocado. HEX triplet: 8C, 96 and 5F. RGB value is (140,150,95). Sum of RGB (Red+Green+Blue) = 140+150+95=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #8C965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C965F is #7369A0. Grayscale: #8C8C8C. Windows color (decimal): -7563681 or 6264460. OLE color: 6264460.
HSL color Cylindrical-coordinate representation of color #8C965F: hue angle of 70.91º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C965F is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 95 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.41 |
| HSL | 70.91º | 0.22% | 0.48% | - |
| HSV(B) | 70.91º | 0.37% | 0.59% | - |
| XYZ | 23.79 | 28.21 | 15.02 | - |
| YUV | 140.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 95 | 0.07 | 0 | 0.37 | 0.41 | 70.91 | 0.22 | 0.48 |
| Hex | 8C | 96 | 5F | 7 | 0 | 25 | 29 | 47 | 16 | 30 |
| Octal | 214 | 226 | 137 | 7 | 0 | 45 | 51 | 107 | 26 | 60 |
| Binary | 10001100 | 10010110 | 1011111 | 111 | 0 | 100101 | 101001 | 1000111 | 10110 | 110000 |
Color Harmonies of #8C965F
Complementary color
Monochromatic Colors of #8C965F
Black with #8C965F
Text Example
Text Example
White with #8C965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C965F; }
p { color: rgb(140,150,95); }
H1.HeaderClassName
{
color: #8C965F;
}
.AnyTagClassName
{
color: #8C965F;
}
</style>
background-color css
<style>
a { background-color: #8C965F; }
a { background-color: rgb(140,150,95); }
div.DivClassName
{
background-color: #8C965F;
}
.BgClassName
{
background-color: #8C965F;
}
</style>
border-color css
<style>
span { border-color: #8C965F; }
span { border-color: rgb(140,150,95); }
td.TdClassName
{
border-color: #8C965F;
}
.TagClassName
{
border-color: #8C965F;
}
</style>