Shades of Avocado #8C9569
Tints of Avocado #8C9569
RGB
CMYK
RGB Variations
Color information
#8C9569 (or 0x8C9569) is known color: Avocado. HEX triplet: 8C, 95 and 69. RGB value is (140,149,105). Sum of RGB (Red+Green+Blue) = 140+149+105=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9569 is #736A96. Grayscale: #8D8D8D. Windows color (decimal): -7563927 or 6919564. OLE color: 6919564.
HSL color Cylindrical-coordinate representation of color #8C9569: hue angle of 72.27º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C9569 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 105 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.42 |
| HSL | 72.27º | 0.17% | 0.5% | - |
| HSV(B) | 72.27º | 0.3% | 0.58% | - |
| XYZ | 24.11 | 28.09 | 17.52 | - |
| YUV | 141.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 105 | 0.06 | 0 | 0.30 | 0.42 | 72.27 | 0.17 | 0.5 |
| Hex | 8C | 95 | 69 | 6 | 0 | 1E | 2A | 48 | 11 | 32 |
| Octal | 214 | 225 | 151 | 6 | 0 | 36 | 52 | 110 | 21 | 62 |
| Binary | 10001100 | 10010101 | 1101001 | 110 | 0 | 11110 | 101010 | 1001000 | 10001 | 110010 |
Color Harmonies of #8C9569
Complementary color
Monochromatic Colors of #8C9569
Black with #8C9569
Text Example
Text Example
White with #8C9569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9569; }
p { color: rgb(140,149,105); }
H1.HeaderClassName
{
color: #8C9569;
}
.AnyTagClassName
{
color: #8C9569;
}
</style>
background-color css
<style>
a { background-color: #8C9569; }
a { background-color: rgb(140,149,105); }
div.DivClassName
{
background-color: #8C9569;
}
.BgClassName
{
background-color: #8C9569;
}
</style>
border-color css
<style>
span { border-color: #8C9569; }
span { border-color: rgb(140,149,105); }
td.TdClassName
{
border-color: #8C9569;
}
.TagClassName
{
border-color: #8C9569;
}
</style>