Shades of Avocado #8D9164
Tints of Avocado #8D9164
RGB
CMYK
RGB Variations
Color information
#8D9164 (or 0x8D9164) is known color: Avocado. HEX triplet: 8D, 91 and 64. RGB value is (141,145,100). Sum of RGB (Red+Green+Blue) = 141+145+100=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9164 is #726E9B. Grayscale: #8A8A8A. Windows color (decimal): -7499420 or 6590861. OLE color: 6590861.
HSL color Cylindrical-coordinate representation of color #8D9164: hue angle of 65.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D9164 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 145 | 100 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.43 |
| HSL | 65.33º | 0.18% | 0.48% | - |
| HSV(B) | 65.33º | 0.31% | 0.57% | - |
| XYZ | 23.41 | 26.83 | 16 | - |
| YUV | 138.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 100 | 0.03 | 0 | 0.31 | 0.43 | 65.33 | 0.18 | 0.48 |
| Hex | 8D | 91 | 64 | 3 | 0 | 1F | 2B | 41 | 12 | 30 |
| Octal | 215 | 221 | 144 | 3 | 0 | 37 | 53 | 101 | 22 | 60 |
| Binary | 10001101 | 10010001 | 1100100 | 11 | 0 | 11111 | 101011 | 1000001 | 10010 | 110000 |
Color Harmonies of #8D9164
Complementary color
Monochromatic Colors of #8D9164
Black with #8D9164
Text Example
Text Example
White with #8D9164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9164; }
p { color: rgb(141,145,100); }
H1.HeaderClassName
{
color: #8D9164;
}
.AnyTagClassName
{
color: #8D9164;
}
</style>
background-color css
<style>
a { background-color: #8D9164; }
a { background-color: rgb(141,145,100); }
div.DivClassName
{
background-color: #8D9164;
}
.BgClassName
{
background-color: #8D9164;
}
</style>
border-color css
<style>
span { border-color: #8D9164; }
span { border-color: rgb(141,145,100); }
td.TdClassName
{
border-color: #8D9164;
}
.TagClassName
{
border-color: #8D9164;
}
</style>