Shades of Avocado #8C956A
Tints of Avocado #8C956A
RGB
CMYK
RGB Variations
Color information
#8C956A (or 0x8C956A) is known color: Avocado. HEX triplet: 8C, 95 and 6A. RGB value is (140,149,106). Sum of RGB (Red+Green+Blue) = 140+149+106=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #8C956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C956A is #736A95. Grayscale: #8D8D8D. Windows color (decimal): -7563926 or 6985100. OLE color: 6985100.
HSL color Cylindrical-coordinate representation of color #8C956A: hue angle of 72.56º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C956A is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 106 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.42 |
| HSL | 72.56º | 0.17% | 0.5% | - |
| HSV(B) | 72.56º | 0.29% | 0.58% | - |
| XYZ | 24.16 | 28.11 | 17.79 | - |
| YUV | 141.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 106 | 0.06 | 0 | 0.29 | 0.42 | 72.56 | 0.17 | 0.5 |
| Hex | 8C | 95 | 6A | 6 | 0 | 1D | 2A | 49 | 11 | 32 |
| Octal | 214 | 225 | 152 | 6 | 0 | 35 | 52 | 111 | 21 | 62 |
| Binary | 10001100 | 10010101 | 1101010 | 110 | 0 | 11101 | 101010 | 1001001 | 10001 | 110010 |
Color Harmonies of #8C956A
Complementary color
Monochromatic Colors of #8C956A
Black with #8C956A
Text Example
Text Example
White with #8C956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C956A; }
p { color: rgb(140,149,106); }
H1.HeaderClassName
{
color: #8C956A;
}
.AnyTagClassName
{
color: #8C956A;
}
</style>
background-color css
<style>
a { background-color: #8C956A; }
a { background-color: rgb(140,149,106); }
div.DivClassName
{
background-color: #8C956A;
}
.BgClassName
{
background-color: #8C956A;
}
</style>
border-color css
<style>
span { border-color: #8C956A; }
span { border-color: rgb(140,149,106); }
td.TdClassName
{
border-color: #8C956A;
}
.TagClassName
{
border-color: #8C956A;
}
</style>