Shades of Avocado #8C976E
Tints of Avocado #8C976E
RGB
CMYK
RGB Variations
Color information
#8C976E (or 0x8C976E) is known color: Avocado. HEX triplet: 8C, 97 and 6E. RGB value is (140,151,110). Sum of RGB (Red+Green+Blue) = 140+151+110=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #8C976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C976E is #736891. Grayscale: #8F8F8F. Windows color (decimal): -7563410 or 7247756. OLE color: 7247756.
HSL color Cylindrical-coordinate representation of color #8C976E: hue angle of 76.1º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C976E is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 110 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.41 |
| HSL | 76.1º | 0.16% | 0.51% | - |
| HSV(B) | 76.1º | 0.27% | 0.59% | - |
| XYZ | 24.7 | 28.83 | 19.02 | - |
| YUV | 143.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 110 | 0.07 | 0 | 0.27 | 0.41 | 76.1 | 0.16 | 0.51 |
| Hex | 8C | 97 | 6E | 7 | 0 | 1B | 29 | 4C | 10 | 33 |
| Octal | 214 | 227 | 156 | 7 | 0 | 33 | 51 | 114 | 20 | 63 |
| Binary | 10001100 | 10010111 | 1101110 | 111 | 0 | 11011 | 101001 | 1001100 | 10000 | 110011 |
Color Harmonies of #8C976E
Complementary color
Monochromatic Colors of #8C976E
Black with #8C976E
Text Example
Text Example
White with #8C976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C976E; }
p { color: rgb(140,151,110); }
H1.HeaderClassName
{
color: #8C976E;
}
.AnyTagClassName
{
color: #8C976E;
}
</style>
background-color css
<style>
a { background-color: #8C976E; }
a { background-color: rgb(140,151,110); }
div.DivClassName
{
background-color: #8C976E;
}
.BgClassName
{
background-color: #8C976E;
}
</style>
border-color css
<style>
span { border-color: #8C976E; }
span { border-color: rgb(140,151,110); }
td.TdClassName
{
border-color: #8C976E;
}
.TagClassName
{
border-color: #8C976E;
}
</style>