Shades of Avocado #8D995F
Tints of Avocado #8D995F
RGB
CMYK
RGB Variations
Color information
#8D995F (or 0x8D995F) is known color: Avocado. HEX triplet: 8D, 99 and 5F. RGB value is (141,153,95). Sum of RGB (Red+Green+Blue) = 141+153+95=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #8D995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D995F is #7266A0. Grayscale: #8F8F8F. Windows color (decimal): -7497377 or 6265229. OLE color: 6265229.
HSL color Cylindrical-coordinate representation of color #8D995F: hue angle of 72.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D995F is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 95 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.4 |
| HSL | 72.41º | 0.23% | 0.49% | - |
| HSV(B) | 72.41º | 0.38% | 0.6% | - |
| XYZ | 24.44 | 29.27 | 15.19 | - |
| YUV | 142.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 95 | 0.08 | 0 | 0.38 | 0.4 | 72.41 | 0.23 | 0.49 |
| Hex | 8D | 99 | 5F | 8 | 0 | 26 | 28 | 48 | 17 | 31 |
| Octal | 215 | 231 | 137 | 10 | 0 | 46 | 50 | 110 | 27 | 61 |
| Binary | 10001101 | 10011001 | 1011111 | 1000 | 0 | 100110 | 101000 | 1001000 | 10111 | 110001 |
Color Harmonies of #8D995F
Complementary color
Monochromatic Colors of #8D995F
Black with #8D995F
Text Example
Text Example
White with #8D995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D995F; }
p { color: rgb(141,153,95); }
H1.HeaderClassName
{
color: #8D995F;
}
.AnyTagClassName
{
color: #8D995F;
}
</style>
background-color css
<style>
a { background-color: #8D995F; }
a { background-color: rgb(141,153,95); }
div.DivClassName
{
background-color: #8D995F;
}
.BgClassName
{
background-color: #8D995F;
}
</style>
border-color css
<style>
span { border-color: #8D995F; }
span { border-color: rgb(141,153,95); }
td.TdClassName
{
border-color: #8D995F;
}
.TagClassName
{
border-color: #8D995F;
}
</style>