Shades of Avocado #8D976C
Tints of Avocado #8D976C
RGB
CMYK
RGB Variations
Color information
#8D976C (or 0x8D976C) is known color: Avocado. HEX triplet: 8D, 97 and 6C. RGB value is (141,151,108). Sum of RGB (Red+Green+Blue) = 141+151+108=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #8D976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D976C is #726893. Grayscale: #8F8F8F. Windows color (decimal): -7497876 or 7116685. OLE color: 7116685.
HSL color Cylindrical-coordinate representation of color #8D976C: hue angle of 73.95º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D976C is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 108 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.41 |
| HSL | 73.95º | 0.17% | 0.51% | - |
| HSV(B) | 73.95º | 0.28% | 0.59% | - |
| XYZ | 24.76 | 28.88 | 18.46 | - |
| YUV | 143.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 108 | 0.07 | 0 | 0.28 | 0.41 | 73.95 | 0.17 | 0.51 |
| Hex | 8D | 97 | 6C | 7 | 0 | 1C | 29 | 4A | 11 | 33 |
| Octal | 215 | 227 | 154 | 7 | 0 | 34 | 51 | 112 | 21 | 63 |
| Binary | 10001101 | 10010111 | 1101100 | 111 | 0 | 11100 | 101001 | 1001010 | 10001 | 110011 |
Color Harmonies of #8D976C
Complementary color
Monochromatic Colors of #8D976C
Black with #8D976C
Text Example
Text Example
White with #8D976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D976C; }
p { color: rgb(141,151,108); }
H1.HeaderClassName
{
color: #8D976C;
}
.AnyTagClassName
{
color: #8D976C;
}
</style>
background-color css
<style>
a { background-color: #8D976C; }
a { background-color: rgb(141,151,108); }
div.DivClassName
{
background-color: #8D976C;
}
.BgClassName
{
background-color: #8D976C;
}
</style>
border-color css
<style>
span { border-color: #8D976C; }
span { border-color: rgb(141,151,108); }
td.TdClassName
{
border-color: #8D976C;
}
.TagClassName
{
border-color: #8D976C;
}
</style>