Shades of Avocado #8F995D
Tints of Avocado #8F995D
RGB
CMYK
RGB Variations
Color information
#8F995D (or 0x8F995D) is known color: Avocado. HEX triplet: 8F, 99 and 5D. RGB value is (143,153,93). Sum of RGB (Red+Green+Blue) = 143+153+93=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #8F995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F995D is #7066A2. Grayscale: #8F8F8F. Windows color (decimal): -7366307 or 6134159. OLE color: 6134159.
HSL color Cylindrical-coordinate representation of color #8F995D: hue angle of 70º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F995D is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 93 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.4 |
| HSL | 70º | 0.24% | 0.48% | - |
| HSV(B) | 70º | 0.39% | 0.6% | - |
| XYZ | 24.69 | 29.41 | 14.73 | - |
| YUV | 143.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 93 | 0.07 | 0 | 0.39 | 0.4 | 70 | 0.24 | 0.48 |
| Hex | 8F | 99 | 5D | 7 | 0 | 27 | 28 | 46 | 18 | 30 |
| Octal | 217 | 231 | 135 | 7 | 0 | 47 | 50 | 106 | 30 | 60 |
| Binary | 10001111 | 10011001 | 1011101 | 111 | 0 | 100111 | 101000 | 1000110 | 11000 | 110000 |
Color Harmonies of #8F995D
Complementary color
Monochromatic Colors of #8F995D
Black with #8F995D
Text Example
Text Example
White with #8F995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F995D; }
p { color: rgb(143,153,93); }
H1.HeaderClassName
{
color: #8F995D;
}
.AnyTagClassName
{
color: #8F995D;
}
</style>
background-color css
<style>
a { background-color: #8F995D; }
a { background-color: rgb(143,153,93); }
div.DivClassName
{
background-color: #8F995D;
}
.BgClassName
{
background-color: #8F995D;
}
</style>
border-color css
<style>
span { border-color: #8F995D; }
span { border-color: rgb(143,153,93); }
td.TdClassName
{
border-color: #8F995D;
}
.TagClassName
{
border-color: #8F995D;
}
</style>