Shades of Avocado #8C9271
Tints of Avocado #8C9271
RGB
CMYK
RGB Variations
Color information
#8C9271 (or 0x8C9271) is known color: Avocado. HEX triplet: 8C, 92 and 71. RGB value is (140,146,113). Sum of RGB (Red+Green+Blue) = 140+146+113=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9271 is #736D8E. Grayscale: #8C8C8C. Windows color (decimal): -7564687 or 7443084. OLE color: 7443084.
HSL color Cylindrical-coordinate representation of color #8C9271: hue angle of 70.91º 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 #8C9271 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 113 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.43 |
| HSL | 70.91º | 0.13% | 0.51% | - |
| HSV(B) | 70.91º | 0.23% | 0.57% | - |
| XYZ | 24.07 | 27.33 | 19.63 | - |
| YUV | 140.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 113 | 0.04 | 0 | 0.23 | 0.43 | 70.91 | 0.13 | 0.51 |
| Hex | 8C | 92 | 71 | 4 | 0 | 17 | 2B | 47 | D | 33 |
| Octal | 214 | 222 | 161 | 4 | 0 | 27 | 53 | 107 | 15 | 63 |
| Binary | 10001100 | 10010010 | 1110001 | 100 | 0 | 10111 | 101011 | 1000111 | 1101 | 110011 |
Color Harmonies of #8C9271
Complementary color
Monochromatic Colors of #8C9271
Black with #8C9271
Text Example
Text Example
White with #8C9271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9271; }
p { color: rgb(140,146,113); }
H1.HeaderClassName
{
color: #8C9271;
}
.AnyTagClassName
{
color: #8C9271;
}
</style>
background-color css
<style>
a { background-color: #8C9271; }
a { background-color: rgb(140,146,113); }
div.DivClassName
{
background-color: #8C9271;
}
.BgClassName
{
background-color: #8C9271;
}
</style>
border-color css
<style>
span { border-color: #8C9271; }
span { border-color: rgb(140,146,113); }
td.TdClassName
{
border-color: #8C9271;
}
.TagClassName
{
border-color: #8C9271;
}
</style>