Shades of Avocado #8D9368
Tints of Avocado #8D9368
RGB
CMYK
RGB Variations
Color information
#8D9368 (or 0x8D9368) is known color: Avocado. HEX triplet: 8D, 93 and 68. RGB value is (141,147,104). Sum of RGB (Red+Green+Blue) = 141+147+104=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9368 is #726C97. Grayscale: #8C8C8C. Windows color (decimal): -7498904 or 6853517. OLE color: 6853517.
HSL color Cylindrical-coordinate representation of color #8D9368: hue angle of 68.37º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D9368 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 104 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.42 |
| HSL | 68.37º | 0.17% | 0.49% | - |
| HSV(B) | 68.37º | 0.29% | 0.58% | - |
| XYZ | 23.92 | 27.53 | 17.15 | - |
| YUV | 140.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 104 | 0.04 | 0 | 0.29 | 0.42 | 68.37 | 0.17 | 0.49 |
| Hex | 8D | 93 | 68 | 4 | 0 | 1D | 2A | 44 | 11 | 31 |
| Octal | 215 | 223 | 150 | 4 | 0 | 35 | 52 | 104 | 21 | 61 |
| Binary | 10001101 | 10010011 | 1101000 | 100 | 0 | 11101 | 101010 | 1000100 | 10001 | 110001 |
Color Harmonies of #8D9368
Complementary color
Monochromatic Colors of #8D9368
Black with #8D9368
Text Example
Text Example
White with #8D9368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9368; }
p { color: rgb(141,147,104); }
H1.HeaderClassName
{
color: #8D9368;
}
.AnyTagClassName
{
color: #8D9368;
}
</style>
background-color css
<style>
a { background-color: #8D9368; }
a { background-color: rgb(141,147,104); }
div.DivClassName
{
background-color: #8D9368;
}
.BgClassName
{
background-color: #8D9368;
}
</style>
border-color css
<style>
span { border-color: #8D9368; }
span { border-color: rgb(141,147,104); }
td.TdClassName
{
border-color: #8D9368;
}
.TagClassName
{
border-color: #8D9368;
}
</style>