Shades of Avocado #8C9957
Tints of Avocado #8C9957
RGB
CMYK
RGB Variations
Color information
#8C9957 (or 0x8C9957) is known color: Avocado. HEX triplet: 8C, 99 and 57. RGB value is (140,153,87). Sum of RGB (Red+Green+Blue) = 140+153+87=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9957 is #7366A8. Grayscale: #8D8D8D. Windows color (decimal): -7562921 or 5740940. OLE color: 5740940.
HSL color Cylindrical-coordinate representation of color #8C9957: hue angle of 71.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C9957 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 87 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.4 |
| HSL | 71.82º | 0.28% | 0.47% | - |
| HSV(B) | 71.82º | 0.43% | 0.6% | - |
| XYZ | 23.93 | 29.05 | 13.36 | - |
| YUV | 141.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 87 | 0.08 | 0 | 0.43 | 0.4 | 71.82 | 0.28 | 0.47 |
| Hex | 8C | 99 | 57 | 8 | 0 | 2B | 28 | 48 | 1C | 2F |
| Octal | 214 | 231 | 127 | 10 | 0 | 53 | 50 | 110 | 34 | 57 |
| Binary | 10001100 | 10011001 | 1010111 | 1000 | 0 | 101011 | 101000 | 1001000 | 11100 | 101111 |
Color Harmonies of #8C9957
Complementary color
Monochromatic Colors of #8C9957
Black with #8C9957
Text Example
Text Example
White with #8C9957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9957; }
p { color: rgb(140,153,87); }
H1.HeaderClassName
{
color: #8C9957;
}
.AnyTagClassName
{
color: #8C9957;
}
</style>
background-color css
<style>
a { background-color: #8C9957; }
a { background-color: rgb(140,153,87); }
div.DivClassName
{
background-color: #8C9957;
}
.BgClassName
{
background-color: #8C9957;
}
</style>
border-color css
<style>
span { border-color: #8C9957; }
span { border-color: rgb(140,153,87); }
td.TdClassName
{
border-color: #8C9957;
}
.TagClassName
{
border-color: #8C9957;
}
</style>