Shades of Avocado #8D9272
Tints of Avocado #8D9272
RGB
CMYK
RGB Variations
Color information
#8D9272 (or 0x8D9272) is known color: Avocado. HEX triplet: 8D, 92 and 72. RGB value is (141,146,114). Sum of RGB (Red+Green+Blue) = 141+146+114=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9272 is #726D8D. Grayscale: #8C8C8C. Windows color (decimal): -7499150 or 7508621. OLE color: 7508621.
HSL color Cylindrical-coordinate representation of color #8D9272: hue angle of 69.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D9272 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 114 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.43 |
| HSL | 69.38º | 0.13% | 0.51% | - |
| HSV(B) | 69.38º | 0.22% | 0.57% | - |
| XYZ | 24.3 | 27.44 | 19.93 | - |
| YUV | 140.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 114 | 0.03 | 0 | 0.22 | 0.43 | 69.38 | 0.13 | 0.51 |
| Hex | 8D | 92 | 72 | 3 | 0 | 16 | 2B | 45 | D | 33 |
| Octal | 215 | 222 | 162 | 3 | 0 | 26 | 53 | 105 | 15 | 63 |
| Binary | 10001101 | 10010010 | 1110010 | 11 | 0 | 10110 | 101011 | 1000101 | 1101 | 110011 |
Color Harmonies of #8D9272
Complementary color
Monochromatic Colors of #8D9272
Black with #8D9272
Text Example
Text Example
White with #8D9272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9272; }
p { color: rgb(141,146,114); }
H1.HeaderClassName
{
color: #8D9272;
}
.AnyTagClassName
{
color: #8D9272;
}
</style>
background-color css
<style>
a { background-color: #8D9272; }
a { background-color: rgb(141,146,114); }
div.DivClassName
{
background-color: #8D9272;
}
.BgClassName
{
background-color: #8D9272;
}
</style>
border-color css
<style>
span { border-color: #8D9272; }
span { border-color: rgb(141,146,114); }
td.TdClassName
{
border-color: #8D9272;
}
.TagClassName
{
border-color: #8D9272;
}
</style>