Shades of Avocado #8C955F
Tints of Avocado #8C955F
RGB
CMYK
RGB Variations
Color information
#8C955F (or 0x8C955F) is known color: Avocado. HEX triplet: 8C, 95 and 5F. RGB value is (140,149,95). Sum of RGB (Red+Green+Blue) = 140+149+95=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #8C955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C955F is #736AA0. Grayscale: #8C8C8C. Windows color (decimal): -7563937 or 6264204. OLE color: 6264204.
HSL color Cylindrical-coordinate representation of color #8C955F: hue angle of 70º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C955F is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 95 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.42 |
| HSL | 70º | 0.22% | 0.48% | - |
| HSV(B) | 70º | 0.36% | 0.58% | - |
| XYZ | 23.63 | 27.9 | 14.97 | - |
| YUV | 140.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 95 | 0.06 | 0 | 0.36 | 0.42 | 70 | 0.22 | 0.48 |
| Hex | 8C | 95 | 5F | 6 | 0 | 24 | 2A | 46 | 16 | 30 |
| Octal | 214 | 225 | 137 | 6 | 0 | 44 | 52 | 106 | 26 | 60 |
| Binary | 10001100 | 10010101 | 1011111 | 110 | 0 | 100100 | 101010 | 1000110 | 10110 | 110000 |
Color Harmonies of #8C955F
Complementary color
Monochromatic Colors of #8C955F
Black with #8C955F
Text Example
Text Example
White with #8C955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C955F; }
p { color: rgb(140,149,95); }
H1.HeaderClassName
{
color: #8C955F;
}
.AnyTagClassName
{
color: #8C955F;
}
</style>
background-color css
<style>
a { background-color: #8C955F; }
a { background-color: rgb(140,149,95); }
div.DivClassName
{
background-color: #8C955F;
}
.BgClassName
{
background-color: #8C955F;
}
</style>
border-color css
<style>
span { border-color: #8C955F; }
span { border-color: rgb(140,149,95); }
td.TdClassName
{
border-color: #8C955F;
}
.TagClassName
{
border-color: #8C955F;
}
</style>