Shades of Avocado #8D9969
Tints of Avocado #8D9969
RGB
CMYK
RGB Variations
Color information
#8D9969 (or 0x8D9969) is known color: Avocado. HEX triplet: 8D, 99 and 69. RGB value is (141,153,105). Sum of RGB (Red+Green+Blue) = 141+153+105=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9969 is #726696. Grayscale: #909090. Windows color (decimal): -7497367 or 6920589. OLE color: 6920589.
HSL color Cylindrical-coordinate representation of color #8D9969: hue angle of 75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D9969 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 105 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.4 |
| HSL | 75º | 0.19% | 0.51% | - |
| HSV(B) | 75º | 0.31% | 0.6% | - |
| XYZ | 24.93 | 29.47 | 17.74 | - |
| YUV | 143.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 105 | 0.08 | 0 | 0.31 | 0.4 | 75 | 0.19 | 0.51 |
| Hex | 8D | 99 | 69 | 8 | 0 | 1F | 28 | 4B | 13 | 33 |
| Octal | 215 | 231 | 151 | 10 | 0 | 37 | 50 | 113 | 23 | 63 |
| Binary | 10001101 | 10011001 | 1101001 | 1000 | 0 | 11111 | 101000 | 1001011 | 10011 | 110011 |
Color Harmonies of #8D9969
Complementary color
Monochromatic Colors of #8D9969
Black with #8D9969
Text Example
Text Example
White with #8D9969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9969; }
p { color: rgb(141,153,105); }
H1.HeaderClassName
{
color: #8D9969;
}
.AnyTagClassName
{
color: #8D9969;
}
</style>
background-color css
<style>
a { background-color: #8D9969; }
a { background-color: rgb(141,153,105); }
div.DivClassName
{
background-color: #8D9969;
}
.BgClassName
{
background-color: #8D9969;
}
</style>
border-color css
<style>
span { border-color: #8D9969; }
span { border-color: rgb(141,153,105); }
td.TdClassName
{
border-color: #8D9969;
}
.TagClassName
{
border-color: #8D9969;
}
</style>