Shades of Avocado #8D926E
Tints of Avocado #8D926E
RGB
CMYK
RGB Variations
Color information
#8D926E (or 0x8D926E) is known color: Avocado. HEX triplet: 8D, 92 and 6E. RGB value is (141,146,110). Sum of RGB (Red+Green+Blue) = 141+146+110=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #8D926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D926E is #726D91. Grayscale: #8C8C8C. Windows color (decimal): -7499154 or 7246477. OLE color: 7246477.
HSL color Cylindrical-coordinate representation of color #8D926E: hue angle of 68.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D926E is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 110 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.43 |
| HSL | 68.33º | 0.14% | 0.5% | - |
| HSV(B) | 68.33º | 0.25% | 0.57% | - |
| XYZ | 24.08 | 27.35 | 18.76 | - |
| YUV | 140.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 110 | 0.03 | 0 | 0.25 | 0.43 | 68.33 | 0.14 | 0.5 |
| Hex | 8D | 92 | 6E | 3 | 0 | 19 | 2B | 44 | E | 32 |
| Octal | 215 | 222 | 156 | 3 | 0 | 31 | 53 | 104 | 16 | 62 |
| Binary | 10001101 | 10010010 | 1101110 | 11 | 0 | 11001 | 101011 | 1000100 | 1110 | 110010 |
Color Harmonies of #8D926E
Complementary color
Monochromatic Colors of #8D926E
Black with #8D926E
Text Example
Text Example
White with #8D926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D926E; }
p { color: rgb(141,146,110); }
H1.HeaderClassName
{
color: #8D926E;
}
.AnyTagClassName
{
color: #8D926E;
}
</style>
background-color css
<style>
a { background-color: #8D926E; }
a { background-color: rgb(141,146,110); }
div.DivClassName
{
background-color: #8D926E;
}
.BgClassName
{
background-color: #8D926E;
}
</style>
border-color css
<style>
span { border-color: #8D926E; }
span { border-color: rgb(141,146,110); }
td.TdClassName
{
border-color: #8D926E;
}
.TagClassName
{
border-color: #8D926E;
}
</style>