Shades of Avocado #8D926C
Tints of Avocado #8D926C
RGB
CMYK
RGB Variations
Color information
#8D926C (or 0x8D926C) is known color: Avocado. HEX triplet: 8D, 92 and 6C. RGB value is (141,146,108). Sum of RGB (Red+Green+Blue) = 141+146+108=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #8D926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D926C is #726D93. Grayscale: #8C8C8C. Windows color (decimal): -7499156 or 7115405. OLE color: 7115405.
HSL color Cylindrical-coordinate representation of color #8D926C: hue angle of 67.89º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D926C is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 108 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.43 |
| HSL | 67.89º | 0.15% | 0.5% | - |
| HSV(B) | 67.89º | 0.26% | 0.57% | - |
| XYZ | 23.97 | 27.3 | 18.19 | - |
| YUV | 140.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 108 | 0.03 | 0 | 0.26 | 0.43 | 67.89 | 0.15 | 0.5 |
| Hex | 8D | 92 | 6C | 3 | 0 | 1A | 2B | 44 | F | 32 |
| Octal | 215 | 222 | 154 | 3 | 0 | 32 | 53 | 104 | 17 | 62 |
| Binary | 10001101 | 10010010 | 1101100 | 11 | 0 | 11010 | 101011 | 1000100 | 1111 | 110010 |
Color Harmonies of #8D926C
Complementary color
Monochromatic Colors of #8D926C
Black with #8D926C
Text Example
Text Example
White with #8D926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D926C; }
p { color: rgb(141,146,108); }
H1.HeaderClassName
{
color: #8D926C;
}
.AnyTagClassName
{
color: #8D926C;
}
</style>
background-color css
<style>
a { background-color: #8D926C; }
a { background-color: rgb(141,146,108); }
div.DivClassName
{
background-color: #8D926C;
}
.BgClassName
{
background-color: #8D926C;
}
</style>
border-color css
<style>
span { border-color: #8D926C; }
span { border-color: rgb(141,146,108); }
td.TdClassName
{
border-color: #8D926C;
}
.TagClassName
{
border-color: #8D926C;
}
</style>