Shades of Avocado #8C926F
Tints of Avocado #8C926F
RGB
CMYK
RGB Variations
Color information
#8C926F (or 0x8C926F) is known color: Avocado. HEX triplet: 8C, 92 and 6F. RGB value is (140,146,111). Sum of RGB (Red+Green+Blue) = 140+146+111=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #8C926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C926F is #736D90. Grayscale: #8C8C8C. Windows color (decimal): -7564689 or 7312012. OLE color: 7312012.
HSL color Cylindrical-coordinate representation of color #8C926F: hue angle of 70.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C926F is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 111 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.43 |
| HSL | 70.29º | 0.14% | 0.5% | - |
| HSV(B) | 70.29º | 0.24% | 0.57% | - |
| XYZ | 23.96 | 27.28 | 19.04 | - |
| YUV | 140.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 111 | 0.04 | 0 | 0.24 | 0.43 | 70.29 | 0.14 | 0.5 |
| Hex | 8C | 92 | 6F | 4 | 0 | 18 | 2B | 46 | E | 32 |
| Octal | 214 | 222 | 157 | 4 | 0 | 30 | 53 | 106 | 16 | 62 |
| Binary | 10001100 | 10010010 | 1101111 | 100 | 0 | 11000 | 101011 | 1000110 | 1110 | 110010 |
Color Harmonies of #8C926F
Complementary color
Monochromatic Colors of #8C926F
Black with #8C926F
Text Example
Text Example
White with #8C926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C926F; }
p { color: rgb(140,146,111); }
H1.HeaderClassName
{
color: #8C926F;
}
.AnyTagClassName
{
color: #8C926F;
}
</style>
background-color css
<style>
a { background-color: #8C926F; }
a { background-color: rgb(140,146,111); }
div.DivClassName
{
background-color: #8C926F;
}
.BgClassName
{
background-color: #8C926F;
}
</style>
border-color css
<style>
span { border-color: #8C926F; }
span { border-color: rgb(140,146,111); }
td.TdClassName
{
border-color: #8C926F;
}
.TagClassName
{
border-color: #8C926F;
}
</style>