Shades of Avocado #8D9374
Tints of Avocado #8D9374
RGB
CMYK
RGB Variations
Color information
#8D9374 (or 0x8D9374) is known color: Avocado. HEX triplet: 8D, 93 and 74. RGB value is (141,147,116). Sum of RGB (Red+Green+Blue) = 141+147+116=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9374 is #726C8B. Grayscale: #8D8D8D. Windows color (decimal): -7498892 or 7639949. OLE color: 7639949.
HSL color Cylindrical-coordinate representation of color #8D9374: hue angle of 71.61º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D9374 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 116 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.42 |
| HSL | 71.61º | 0.13% | 0.52% | - |
| HSV(B) | 71.61º | 0.21% | 0.58% | - |
| XYZ | 24.57 | 27.79 | 20.59 | - |
| YUV | 141.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 116 | 0.04 | 0 | 0.21 | 0.42 | 71.61 | 0.13 | 0.52 |
| Hex | 8D | 93 | 74 | 4 | 0 | 15 | 2A | 48 | D | 34 |
| Octal | 215 | 223 | 164 | 4 | 0 | 25 | 52 | 110 | 15 | 64 |
| Binary | 10001101 | 10010011 | 1110100 | 100 | 0 | 10101 | 101010 | 1001000 | 1101 | 110100 |
Color Harmonies of #8D9374
Complementary color
Monochromatic Colors of #8D9374
Black with #8D9374
Text Example
Text Example
White with #8D9374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9374; }
p { color: rgb(141,147,116); }
H1.HeaderClassName
{
color: #8D9374;
}
.AnyTagClassName
{
color: #8D9374;
}
</style>
background-color css
<style>
a { background-color: #8D9374; }
a { background-color: rgb(141,147,116); }
div.DivClassName
{
background-color: #8D9374;
}
.BgClassName
{
background-color: #8D9374;
}
</style>
border-color css
<style>
span { border-color: #8D9374; }
span { border-color: rgb(141,147,116); }
td.TdClassName
{
border-color: #8D9374;
}
.TagClassName
{
border-color: #8D9374;
}
</style>