Shades of Avocado #8C965A
Tints of Avocado #8C965A
RGB
CMYK
RGB Variations
Color information
#8C965A (or 0x8C965A) is known color: Avocado. HEX triplet: 8C, 96 and 5A. RGB value is (140,150,90). Sum of RGB (Red+Green+Blue) = 140+150+90=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 150 - color contains mainly: green. Hex color #8C965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C965A is #7369A5. Grayscale: #8C8C8C. Windows color (decimal): -7563686 or 5936780. OLE color: 5936780.
HSL color Cylindrical-coordinate representation of color #8C965A: hue angle of 70º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C965A is Cyan = 0.07, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 90 | - |
| CMYK | 0.07 | 0 | 0.4 | 0.41 |
| HSL | 70º | 0.25% | 0.47% | - |
| HSV(B) | 70º | 0.4% | 0.59% | - |
| XYZ | 23.57 | 28.13 | 13.86 | - |
| YUV | 140.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 90 | 0.07 | 0 | 0.4 | 0.41 | 70 | 0.25 | 0.47 |
| Hex | 8C | 96 | 5A | 7 | 0 | 28 | 29 | 46 | 19 | 2F |
| Octal | 214 | 226 | 132 | 7 | 0 | 50 | 51 | 106 | 31 | 57 |
| Binary | 10001100 | 10010110 | 1011010 | 111 | 0 | 101000 | 101001 | 1000110 | 11001 | 101111 |
Color Harmonies of #8C965A
Complementary color
Monochromatic Colors of #8C965A
Black with #8C965A
Text Example
Text Example
White with #8C965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C965A; }
p { color: rgb(140,150,90); }
H1.HeaderClassName
{
color: #8C965A;
}
.AnyTagClassName
{
color: #8C965A;
}
</style>
background-color css
<style>
a { background-color: #8C965A; }
a { background-color: rgb(140,150,90); }
div.DivClassName
{
background-color: #8C965A;
}
.BgClassName
{
background-color: #8C965A;
}
</style>
border-color css
<style>
span { border-color: #8C965A; }
span { border-color: rgb(140,150,90); }
td.TdClassName
{
border-color: #8C965A;
}
.TagClassName
{
border-color: #8C965A;
}
</style>