Shades of Avocado #8D936E
Tints of Avocado #8D936E
RGB
CMYK
RGB Variations
Color information
#8D936E (or 0x8D936E) is known color: Avocado. HEX triplet: 8D, 93 and 6E. RGB value is (141,147,110). Sum of RGB (Red+Green+Blue) = 141+147+110=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #8D936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D936E is #726C91. Grayscale: #8D8D8D. Windows color (decimal): -7498898 or 7246733. OLE color: 7246733.
HSL color Cylindrical-coordinate representation of color #8D936E: hue angle of 69.73º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D936E is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 110 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.42 |
| HSL | 69.73º | 0.15% | 0.5% | - |
| HSV(B) | 69.73º | 0.25% | 0.58% | - |
| XYZ | 24.23 | 27.66 | 18.81 | - |
| YUV | 140.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 110 | 0.04 | 0 | 0.25 | 0.42 | 69.73 | 0.15 | 0.5 |
| Hex | 8D | 93 | 6E | 4 | 0 | 19 | 2A | 46 | F | 32 |
| Octal | 215 | 223 | 156 | 4 | 0 | 31 | 52 | 106 | 17 | 62 |
| Binary | 10001101 | 10010011 | 1101110 | 100 | 0 | 11001 | 101010 | 1000110 | 1111 | 110010 |
Color Harmonies of #8D936E
Complementary color
Monochromatic Colors of #8D936E
Black with #8D936E
Text Example
Text Example
White with #8D936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D936E; }
p { color: rgb(141,147,110); }
H1.HeaderClassName
{
color: #8D936E;
}
.AnyTagClassName
{
color: #8D936E;
}
</style>
background-color css
<style>
a { background-color: #8D936E; }
a { background-color: rgb(141,147,110); }
div.DivClassName
{
background-color: #8D936E;
}
.BgClassName
{
background-color: #8D936E;
}
</style>
border-color css
<style>
span { border-color: #8D936E; }
span { border-color: rgb(141,147,110); }
td.TdClassName
{
border-color: #8D936E;
}
.TagClassName
{
border-color: #8D936E;
}
</style>