Shades of Avocado #8D9270
Tints of Avocado #8D9270
RGB
CMYK
RGB Variations
Color information
#8D9270 (or 0x8D9270) is known color: Avocado. HEX triplet: 8D, 92 and 70. RGB value is (141,146,112). Sum of RGB (Red+Green+Blue) = 141+146+112=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9270 is #726D8F. Grayscale: #8C8C8C. Windows color (decimal): -7499152 or 7377549. OLE color: 7377549.
HSL color Cylindrical-coordinate representation of color #8D9270: hue angle of 68.82º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D9270 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 112 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.43 |
| HSL | 68.82º | 0.13% | 0.51% | - |
| HSV(B) | 68.82º | 0.23% | 0.57% | - |
| XYZ | 24.19 | 27.39 | 19.34 | - |
| YUV | 140.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 112 | 0.03 | 0 | 0.23 | 0.43 | 68.82 | 0.13 | 0.51 |
| Hex | 8D | 92 | 70 | 3 | 0 | 17 | 2B | 45 | D | 33 |
| Octal | 215 | 222 | 160 | 3 | 0 | 27 | 53 | 105 | 15 | 63 |
| Binary | 10001101 | 10010010 | 1110000 | 11 | 0 | 10111 | 101011 | 1000101 | 1101 | 110011 |
Color Harmonies of #8D9270
Complementary color
Monochromatic Colors of #8D9270
Black with #8D9270
Text Example
Text Example
White with #8D9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9270; }
p { color: rgb(141,146,112); }
H1.HeaderClassName
{
color: #8D9270;
}
.AnyTagClassName
{
color: #8D9270;
}
</style>
background-color css
<style>
a { background-color: #8D9270; }
a { background-color: rgb(141,146,112); }
div.DivClassName
{
background-color: #8D9270;
}
.BgClassName
{
background-color: #8D9270;
}
</style>
border-color css
<style>
span { border-color: #8D9270; }
span { border-color: rgb(141,146,112); }
td.TdClassName
{
border-color: #8D9270;
}
.TagClassName
{
border-color: #8D9270;
}
</style>