Shades of Avocado #8D976B
Tints of Avocado #8D976B
RGB
CMYK
RGB Variations
Color information
#8D976B (or 0x8D976B) is known color: Avocado. HEX triplet: 8D, 97 and 6B. RGB value is (141,151,107). Sum of RGB (Red+Green+Blue) = 141+151+107=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #8D976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D976B is #726894. Grayscale: #8F8F8F. Windows color (decimal): -7497877 or 7051149. OLE color: 7051149.
HSL color Cylindrical-coordinate representation of color #8D976B: hue angle of 73.64º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D976B is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 107 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.41 |
| HSL | 73.64º | 0.17% | 0.51% | - |
| HSV(B) | 73.64º | 0.29% | 0.59% | - |
| XYZ | 24.7 | 28.86 | 18.18 | - |
| YUV | 142.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 107 | 0.07 | 0 | 0.29 | 0.41 | 73.64 | 0.17 | 0.51 |
| Hex | 8D | 97 | 6B | 7 | 0 | 1D | 29 | 4A | 11 | 33 |
| Octal | 215 | 227 | 153 | 7 | 0 | 35 | 51 | 112 | 21 | 63 |
| Binary | 10001101 | 10010111 | 1101011 | 111 | 0 | 11101 | 101001 | 1001010 | 10001 | 110011 |
Color Harmonies of #8D976B
Complementary color
Monochromatic Colors of #8D976B
Black with #8D976B
Text Example
Text Example
White with #8D976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D976B; }
p { color: rgb(141,151,107); }
H1.HeaderClassName
{
color: #8D976B;
}
.AnyTagClassName
{
color: #8D976B;
}
</style>
background-color css
<style>
a { background-color: #8D976B; }
a { background-color: rgb(141,151,107); }
div.DivClassName
{
background-color: #8D976B;
}
.BgClassName
{
background-color: #8D976B;
}
</style>
border-color css
<style>
span { border-color: #8D976B; }
span { border-color: rgb(141,151,107); }
td.TdClassName
{
border-color: #8D976B;
}
.TagClassName
{
border-color: #8D976B;
}
</style>