Shades of Avocado #8C9257
Tints of Avocado #8C9257
RGB
CMYK
RGB Variations
Color information
#8C9257 (or 0x8C9257) is known color: Avocado. HEX triplet: 8C, 92 and 57. RGB value is (140,146,87). Sum of RGB (Red+Green+Blue) = 140+146+87=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9257 is #736DA8. Grayscale: #898989. Windows color (decimal): -7564713 or 5739148. OLE color: 5739148.
HSL color Cylindrical-coordinate representation of color #8C9257: hue angle of 66.1º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C9257 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 87 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.43 |
| HSL | 66.1º | 0.25% | 0.46% | - |
| HSV(B) | 66.1º | 0.4% | 0.57% | - |
| XYZ | 22.81 | 26.82 | 12.99 | - |
| YUV | 137.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 87 | 0.04 | 0 | 0.40 | 0.43 | 66.1 | 0.25 | 0.46 |
| Hex | 8C | 92 | 57 | 4 | 0 | 28 | 2B | 42 | 19 | 2E |
| Octal | 214 | 222 | 127 | 4 | 0 | 50 | 53 | 102 | 31 | 56 |
| Binary | 10001100 | 10010010 | 1010111 | 100 | 0 | 101000 | 101011 | 1000010 | 11001 | 101110 |
Color Harmonies of #8C9257
Complementary color
Monochromatic Colors of #8C9257
Black with #8C9257
Text Example
Text Example
White with #8C9257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9257; }
p { color: rgb(140,146,87); }
H1.HeaderClassName
{
color: #8C9257;
}
.AnyTagClassName
{
color: #8C9257;
}
</style>
background-color css
<style>
a { background-color: #8C9257; }
a { background-color: rgb(140,146,87); }
div.DivClassName
{
background-color: #8C9257;
}
.BgClassName
{
background-color: #8C9257;
}
</style>
border-color css
<style>
span { border-color: #8C9257; }
span { border-color: rgb(140,146,87); }
td.TdClassName
{
border-color: #8C9257;
}
.TagClassName
{
border-color: #8C9257;
}
</style>