Shades of Avocado #8C976A
Tints of Avocado #8C976A
RGB
CMYK
RGB Variations
Color information
#8C976A (or 0x8C976A) is known color: Avocado. HEX triplet: 8C, 97 and 6A. RGB value is (140,151,106). Sum of RGB (Red+Green+Blue) = 140+151+106=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #8C976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C976A is #736895. Grayscale: #8E8E8E. Windows color (decimal): -7563414 or 6985612. OLE color: 6985612.
HSL color Cylindrical-coordinate representation of color #8C976A: hue angle of 74.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C976A is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 106 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.41 |
| HSL | 74.67º | 0.18% | 0.5% | - |
| HSV(B) | 74.67º | 0.3% | 0.59% | - |
| XYZ | 24.48 | 28.75 | 17.89 | - |
| YUV | 142.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 106 | 0.07 | 0 | 0.30 | 0.41 | 74.67 | 0.18 | 0.5 |
| Hex | 8C | 97 | 6A | 7 | 0 | 1E | 29 | 4B | 12 | 32 |
| Octal | 214 | 227 | 152 | 7 | 0 | 36 | 51 | 113 | 22 | 62 |
| Binary | 10001100 | 10010111 | 1101010 | 111 | 0 | 11110 | 101001 | 1001011 | 10010 | 110010 |
Color Harmonies of #8C976A
Complementary color
Monochromatic Colors of #8C976A
Black with #8C976A
Text Example
Text Example
White with #8C976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C976A; }
p { color: rgb(140,151,106); }
H1.HeaderClassName
{
color: #8C976A;
}
.AnyTagClassName
{
color: #8C976A;
}
</style>
background-color css
<style>
a { background-color: #8C976A; }
a { background-color: rgb(140,151,106); }
div.DivClassName
{
background-color: #8C976A;
}
.BgClassName
{
background-color: #8C976A;
}
</style>
border-color css
<style>
span { border-color: #8C976A; }
span { border-color: rgb(140,151,106); }
td.TdClassName
{
border-color: #8C976A;
}
.TagClassName
{
border-color: #8C976A;
}
</style>