Shades of Avocado #8C9270
Tints of Avocado #8C9270
RGB
CMYK
RGB Variations
Color information
#8C9270 (or 0x8C9270) is known color: Avocado. HEX triplet: 8C, 92 and 70. RGB value is (140,146,112). Sum of RGB (Red+Green+Blue) = 140+146+112=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9270 is #736D8F. Grayscale: #8C8C8C. Windows color (decimal): -7564688 or 7377548. OLE color: 7377548.
HSL color Cylindrical-coordinate representation of color #8C9270: hue angle of 70.59º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C9270 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 112 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.43 |
| HSL | 70.59º | 0.13% | 0.51% | - |
| HSV(B) | 70.59º | 0.23% | 0.57% | - |
| XYZ | 24.02 | 27.3 | 19.33 | - |
| YUV | 140.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 112 | 0.04 | 0 | 0.23 | 0.43 | 70.59 | 0.13 | 0.51 |
| Hex | 8C | 92 | 70 | 4 | 0 | 17 | 2B | 47 | D | 33 |
| Octal | 214 | 222 | 160 | 4 | 0 | 27 | 53 | 107 | 15 | 63 |
| Binary | 10001100 | 10010010 | 1110000 | 100 | 0 | 10111 | 101011 | 1000111 | 1101 | 110011 |
Color Harmonies of #8C9270
Complementary color
Monochromatic Colors of #8C9270
Black with #8C9270
Text Example
Text Example
White with #8C9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9270; }
p { color: rgb(140,146,112); }
H1.HeaderClassName
{
color: #8C9270;
}
.AnyTagClassName
{
color: #8C9270;
}
</style>
background-color css
<style>
a { background-color: #8C9270; }
a { background-color: rgb(140,146,112); }
div.DivClassName
{
background-color: #8C9270;
}
.BgClassName
{
background-color: #8C9270;
}
</style>
border-color css
<style>
span { border-color: #8C9270; }
span { border-color: rgb(140,146,112); }
td.TdClassName
{
border-color: #8C9270;
}
.TagClassName
{
border-color: #8C9270;
}
</style>