Shades of Avocado #8D966B
Tints of Avocado #8D966B
RGB
CMYK
RGB Variations
Color information
#8D966B (or 0x8D966B) is known color: Avocado. HEX triplet: 8D, 96 and 6B. RGB value is (141,150,107). Sum of RGB (Red+Green+Blue) = 141+150+107=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 150 - color contains mainly: green. Hex color #8D966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D966B is #726994. Grayscale: #8E8E8E. Windows color (decimal): -7498133 or 7050893. OLE color: 7050893.
HSL color Cylindrical-coordinate representation of color #8D966B: hue angle of 72.56º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D966B is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 150 | 107 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.41 |
| HSL | 72.56º | 0.17% | 0.5% | - |
| HSV(B) | 72.56º | 0.29% | 0.59% | - |
| XYZ | 24.54 | 28.54 | 18.12 | - |
| YUV | 142.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 107 | 0.06 | 0 | 0.29 | 0.41 | 72.56 | 0.17 | 0.5 |
| Hex | 8D | 96 | 6B | 6 | 0 | 1D | 29 | 49 | 11 | 32 |
| Octal | 215 | 226 | 153 | 6 | 0 | 35 | 51 | 111 | 21 | 62 |
| Binary | 10001101 | 10010110 | 1101011 | 110 | 0 | 11101 | 101001 | 1001001 | 10001 | 110010 |
Color Harmonies of #8D966B
Complementary color
Monochromatic Colors of #8D966B
Black with #8D966B
Text Example
Text Example
White with #8D966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D966B; }
p { color: rgb(141,150,107); }
H1.HeaderClassName
{
color: #8D966B;
}
.AnyTagClassName
{
color: #8D966B;
}
</style>
background-color css
<style>
a { background-color: #8D966B; }
a { background-color: rgb(141,150,107); }
div.DivClassName
{
background-color: #8D966B;
}
.BgClassName
{
background-color: #8D966B;
}
</style>
border-color css
<style>
span { border-color: #8D966B; }
span { border-color: rgb(141,150,107); }
td.TdClassName
{
border-color: #8D966B;
}
.TagClassName
{
border-color: #8D966B;
}
</style>