Shades of Avocado #8C9559
Tints of Avocado #8C9559
RGB
CMYK
RGB Variations
Color information
#8C9559 (or 0x8C9559) is known color: Avocado. HEX triplet: 8C, 95 and 59. RGB value is (140,149,89). Sum of RGB (Red+Green+Blue) = 140+149+89=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9559 is #736AA6. Grayscale: #8B8B8B. Windows color (decimal): -7563943 or 5870988. OLE color: 5870988.
HSL color Cylindrical-coordinate representation of color #8C9559: hue angle of 69º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C9559 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 89 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.42 |
| HSL | 69º | 0.25% | 0.47% | - |
| HSV(B) | 69º | 0.4% | 0.58% | - |
| XYZ | 23.37 | 27.79 | 13.58 | - |
| YUV | 139.47 | 99.52 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 89 | 0.06 | 0 | 0.40 | 0.42 | 69 | 0.25 | 0.47 |
| Hex | 8C | 95 | 59 | 6 | 0 | 28 | 2A | 45 | 19 | 2F |
| Octal | 214 | 225 | 131 | 6 | 0 | 50 | 52 | 105 | 31 | 57 |
| Binary | 10001100 | 10010101 | 1011001 | 110 | 0 | 101000 | 101010 | 1000101 | 11001 | 101111 |
Color Harmonies of #8C9559
Complementary color
Monochromatic Colors of #8C9559
Black with #8C9559
Text Example
Text Example
White with #8C9559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9559; }
p { color: rgb(140,149,89); }
H1.HeaderClassName
{
color: #8C9559;
}
.AnyTagClassName
{
color: #8C9559;
}
</style>
background-color css
<style>
a { background-color: #8C9559; }
a { background-color: rgb(140,149,89); }
div.DivClassName
{
background-color: #8C9559;
}
.BgClassName
{
background-color: #8C9559;
}
</style>
border-color css
<style>
span { border-color: #8C9559; }
span { border-color: rgb(140,149,89); }
td.TdClassName
{
border-color: #8C9559;
}
.TagClassName
{
border-color: #8C9559;
}
</style>