Shades of Avocado #8C9457
Tints of Avocado #8C9457
RGB
CMYK
RGB Variations
Color information
#8C9457 (or 0x8C9457) is known color: Avocado. HEX triplet: 8C, 94 and 57. RGB value is (140,148,87). Sum of RGB (Red+Green+Blue) = 140+148+87=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9457 is #736BA8. Grayscale: #8A8A8A. Windows color (decimal): -7564201 or 5739660. OLE color: 5739660.
HSL color Cylindrical-coordinate representation of color #8C9457: hue angle of 67.87º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C9457 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 87 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.42 |
| HSL | 67.87º | 0.26% | 0.46% | - |
| HSV(B) | 67.87º | 0.41% | 0.58% | - |
| XYZ | 23.13 | 27.44 | 13.1 | - |
| YUV | 138.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 87 | 0.05 | 0 | 0.41 | 0.42 | 67.87 | 0.26 | 0.46 |
| Hex | 8C | 94 | 57 | 5 | 0 | 29 | 2A | 44 | 1A | 2E |
| Octal | 214 | 224 | 127 | 5 | 0 | 51 | 52 | 104 | 32 | 56 |
| Binary | 10001100 | 10010100 | 1010111 | 101 | 0 | 101001 | 101010 | 1000100 | 11010 | 101110 |
Color Harmonies of #8C9457
Complementary color
Monochromatic Colors of #8C9457
Black with #8C9457
Text Example
Text Example
White with #8C9457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9457; }
p { color: rgb(140,148,87); }
H1.HeaderClassName
{
color: #8C9457;
}
.AnyTagClassName
{
color: #8C9457;
}
</style>
background-color css
<style>
a { background-color: #8C9457; }
a { background-color: rgb(140,148,87); }
div.DivClassName
{
background-color: #8C9457;
}
.BgClassName
{
background-color: #8C9457;
}
</style>
border-color css
<style>
span { border-color: #8C9457; }
span { border-color: rgb(140,148,87); }
td.TdClassName
{
border-color: #8C9457;
}
.TagClassName
{
border-color: #8C9457;
}
</style>