Shades of Avocado #8D9A69
Tints of Avocado #8D9A69
RGB
CMYK
RGB Variations
Color information
#8D9A69 (or 0x8D9A69) is known color: Avocado. HEX triplet: 8D, 9A and 69. RGB value is (141,154,105). Sum of RGB (Red+Green+Blue) = 141+154+105=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 154 - color contains mainly: green. Hex color #8D9A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9A69 is #726596. Grayscale: #909090. Windows color (decimal): -7497111 or 6920845. OLE color: 6920845.
HSL color Cylindrical-coordinate representation of color #8D9A69: hue angle of 75.92º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D9A69 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 154 | 105 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.40 |
| HSL | 75.92º | 0.2% | 0.51% | - |
| HSV(B) | 75.92º | 0.32% | 0.6% | - |
| XYZ | 25.09 | 29.79 | 17.79 | - |
| YUV | 144.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 105 | 0.08 | 0 | 0.32 | 0.40 | 75.92 | 0.2 | 0.51 |
| Hex | 8D | 9A | 69 | 8 | 0 | 20 | 28 | 4C | 14 | 33 |
| Octal | 215 | 232 | 151 | 10 | 0 | 40 | 50 | 114 | 24 | 63 |
| Binary | 10001101 | 10011010 | 1101001 | 1000 | 0 | 100000 | 101000 | 1001100 | 10100 | 110011 |
Color Harmonies of #8D9A69
Complementary color
Monochromatic Colors of #8D9A69
Black with #8D9A69
Text Example
Text Example
White with #8D9A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9A69; }
p { color: rgb(141,154,105); }
H1.HeaderClassName
{
color: #8D9A69;
}
.AnyTagClassName
{
color: #8D9A69;
}
</style>
background-color css
<style>
a { background-color: #8D9A69; }
a { background-color: rgb(141,154,105); }
div.DivClassName
{
background-color: #8D9A69;
}
.BgClassName
{
background-color: #8D9A69;
}
</style>
border-color css
<style>
span { border-color: #8D9A69; }
span { border-color: rgb(141,154,105); }
td.TdClassName
{
border-color: #8D9A69;
}
.TagClassName
{
border-color: #8D9A69;
}
</style>