Shades of Avocado #8D9361
Tints of Avocado #8D9361
RGB
CMYK
RGB Variations
Color information
#8D9361 (or 0x8D9361) is known color: Avocado. HEX triplet: 8D, 93 and 61. RGB value is (141,147,97). Sum of RGB (Red+Green+Blue) = 141+147+97=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9361 is #726C9E. Grayscale: #8B8B8B. Windows color (decimal): -7498911 or 6394765. OLE color: 6394765.
HSL color Cylindrical-coordinate representation of color #8D9361: hue angle of 67.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D9361 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 97 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.42 |
| HSL | 67.2º | 0.2% | 0.48% | - |
| HSV(B) | 67.2º | 0.34% | 0.58% | - |
| XYZ | 23.58 | 27.39 | 15.35 | - |
| YUV | 139.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 97 | 0.04 | 0 | 0.34 | 0.42 | 67.2 | 0.2 | 0.48 |
| Hex | 8D | 93 | 61 | 4 | 0 | 22 | 2A | 43 | 14 | 30 |
| Octal | 215 | 223 | 141 | 4 | 0 | 42 | 52 | 103 | 24 | 60 |
| Binary | 10001101 | 10010011 | 1100001 | 100 | 0 | 100010 | 101010 | 1000011 | 10100 | 110000 |
Color Harmonies of #8D9361
Complementary color
Monochromatic Colors of #8D9361
Black with #8D9361
Text Example
Text Example
White with #8D9361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9361; }
p { color: rgb(141,147,97); }
H1.HeaderClassName
{
color: #8D9361;
}
.AnyTagClassName
{
color: #8D9361;
}
</style>
background-color css
<style>
a { background-color: #8D9361; }
a { background-color: rgb(141,147,97); }
div.DivClassName
{
background-color: #8D9361;
}
.BgClassName
{
background-color: #8D9361;
}
</style>
border-color css
<style>
span { border-color: #8D9361; }
span { border-color: rgb(141,147,97); }
td.TdClassName
{
border-color: #8D9361;
}
.TagClassName
{
border-color: #8D9361;
}
</style>