Shades of Avocado #8C9371
Tints of Avocado #8C9371
RGB
CMYK
RGB Variations
Color information
#8C9371 (or 0x8C9371) is known color: Avocado. HEX triplet: 8C, 93 and 71. RGB value is (140,147,113). Sum of RGB (Red+Green+Blue) = 140+147+113=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9371 is #736C8E. Grayscale: #8D8D8D. Windows color (decimal): -7564431 or 7443340. OLE color: 7443340.
HSL color Cylindrical-coordinate representation of color #8C9371: hue angle of 72.35º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C9371 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 113 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.42 |
| HSL | 72.35º | 0.14% | 0.51% | - |
| HSV(B) | 72.35º | 0.23% | 0.58% | - |
| XYZ | 24.23 | 27.64 | 19.68 | - |
| YUV | 141.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 113 | 0.05 | 0 | 0.23 | 0.42 | 72.35 | 0.14 | 0.51 |
| Hex | 8C | 93 | 71 | 5 | 0 | 17 | 2A | 48 | E | 33 |
| Octal | 214 | 223 | 161 | 5 | 0 | 27 | 52 | 110 | 16 | 63 |
| Binary | 10001100 | 10010011 | 1110001 | 101 | 0 | 10111 | 101010 | 1001000 | 1110 | 110011 |
Color Harmonies of #8C9371
Complementary color
Monochromatic Colors of #8C9371
Black with #8C9371
Text Example
Text Example
White with #8C9371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9371; }
p { color: rgb(140,147,113); }
H1.HeaderClassName
{
color: #8C9371;
}
.AnyTagClassName
{
color: #8C9371;
}
</style>
background-color css
<style>
a { background-color: #8C9371; }
a { background-color: rgb(140,147,113); }
div.DivClassName
{
background-color: #8C9371;
}
.BgClassName
{
background-color: #8C9371;
}
</style>
border-color css
<style>
span { border-color: #8C9371; }
span { border-color: rgb(140,147,113); }
td.TdClassName
{
border-color: #8C9371;
}
.TagClassName
{
border-color: #8C9371;
}
</style>