Shades of Avocado #8D9463
Tints of Avocado #8D9463
RGB
CMYK
RGB Variations
Color information
#8D9463 (or 0x8D9463) is known color: Avocado. HEX triplet: 8D, 94 and 63. RGB value is (141,148,99). Sum of RGB (Red+Green+Blue) = 141+148+99=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #8D9463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9463 is #726B9C. Grayscale: #8C8C8C. Windows color (decimal): -7498653 or 6526093. OLE color: 6526093.
HSL color Cylindrical-coordinate representation of color #8D9463: hue angle of 68.57º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D9463 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 99 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.42 |
| HSL | 68.57º | 0.2% | 0.48% | - |
| HSV(B) | 68.57º | 0.33% | 0.58% | - |
| XYZ | 23.83 | 27.74 | 15.9 | - |
| YUV | 140.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 99 | 0.05 | 0 | 0.33 | 0.42 | 68.57 | 0.2 | 0.48 |
| Hex | 8D | 94 | 63 | 5 | 0 | 21 | 2A | 45 | 14 | 30 |
| Octal | 215 | 224 | 143 | 5 | 0 | 41 | 52 | 105 | 24 | 60 |
| Binary | 10001101 | 10010100 | 1100011 | 101 | 0 | 100001 | 101010 | 1000101 | 10100 | 110000 |
Color Harmonies of #8D9463
Complementary color
Monochromatic Colors of #8D9463
Black with #8D9463
Text Example
Text Example
White with #8D9463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9463; }
p { color: rgb(141,148,99); }
H1.HeaderClassName
{
color: #8D9463;
}
.AnyTagClassName
{
color: #8D9463;
}
</style>
background-color css
<style>
a { background-color: #8D9463; }
a { background-color: rgb(141,148,99); }
div.DivClassName
{
background-color: #8D9463;
}
.BgClassName
{
background-color: #8D9463;
}
</style>
border-color css
<style>
span { border-color: #8D9463; }
span { border-color: rgb(141,148,99); }
td.TdClassName
{
border-color: #8D9463;
}
.TagClassName
{
border-color: #8D9463;
}
</style>