Shades of Avocado #8C936D
Tints of Avocado #8C936D
RGB
CMYK
RGB Variations
Color information
#8C936D (or 0x8C936D) is known color: Avocado. HEX triplet: 8C, 93 and 6D. RGB value is (140,147,109). Sum of RGB (Red+Green+Blue) = 140+147+109=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #8C936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C936D is #736C92. Grayscale: #8C8C8C. Windows color (decimal): -7564435 or 7181196. OLE color: 7181196.
HSL color Cylindrical-coordinate representation of color #8C936D: hue angle of 71.05º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C936D is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 109 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.42 |
| HSL | 71.05º | 0.15% | 0.5% | - |
| HSV(B) | 71.05º | 0.26% | 0.58% | - |
| XYZ | 24.01 | 27.55 | 18.52 | - |
| YUV | 140.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 109 | 0.05 | 0 | 0.26 | 0.42 | 71.05 | 0.15 | 0.5 |
| Hex | 8C | 93 | 6D | 5 | 0 | 1A | 2A | 47 | F | 32 |
| Octal | 214 | 223 | 155 | 5 | 0 | 32 | 52 | 107 | 17 | 62 |
| Binary | 10001100 | 10010011 | 1101101 | 101 | 0 | 11010 | 101010 | 1000111 | 1111 | 110010 |
Color Harmonies of #8C936D
Complementary color
Monochromatic Colors of #8C936D
Black with #8C936D
Text Example
Text Example
White with #8C936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C936D; }
p { color: rgb(140,147,109); }
H1.HeaderClassName
{
color: #8C936D;
}
.AnyTagClassName
{
color: #8C936D;
}
</style>
background-color css
<style>
a { background-color: #8C936D; }
a { background-color: rgb(140,147,109); }
div.DivClassName
{
background-color: #8C936D;
}
.BgClassName
{
background-color: #8C936D;
}
</style>
border-color css
<style>
span { border-color: #8C936D; }
span { border-color: rgb(140,147,109); }
td.TdClassName
{
border-color: #8C936D;
}
.TagClassName
{
border-color: #8C936D;
}
</style>