Shades of Avocado #8F915D
Tints of Avocado #8F915D
RGB
CMYK
RGB Variations
Color information
#8F915D (or 0x8F915D) is known color: Avocado. HEX triplet: 8F, 91 and 5D. RGB value is (143,145,93). Sum of RGB (Red+Green+Blue) = 143+145+93=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #8F915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F915D is #706EA2. Grayscale: #8A8A8A. Windows color (decimal): -7368355 or 6132111. OLE color: 6132111.
HSL color Cylindrical-coordinate representation of color #8F915D: hue angle of 62.31º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F915D is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 93 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.43 |
| HSL | 62.31º | 0.22% | 0.47% | - |
| HSV(B) | 62.31º | 0.36% | 0.57% | - |
| XYZ | 23.43 | 26.88 | 14.31 | - |
| YUV | 138.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 93 | 0.01 | 0 | 0.36 | 0.43 | 62.31 | 0.22 | 0.47 |
| Hex | 8F | 91 | 5D | 1 | 0 | 24 | 2B | 3E | 16 | 2F |
| Octal | 217 | 221 | 135 | 1 | 0 | 44 | 53 | 76 | 26 | 57 |
| Binary | 10001111 | 10010001 | 1011101 | 1 | 0 | 100100 | 101011 | 111110 | 10110 | 101111 |
Color Harmonies of #8F915D
Complementary color
Monochromatic Colors of #8F915D
Black with #8F915D
Text Example
Text Example
White with #8F915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F915D; }
p { color: rgb(143,145,93); }
H1.HeaderClassName
{
color: #8F915D;
}
.AnyTagClassName
{
color: #8F915D;
}
</style>
background-color css
<style>
a { background-color: #8F915D; }
a { background-color: rgb(143,145,93); }
div.DivClassName
{
background-color: #8F915D;
}
.BgClassName
{
background-color: #8F915D;
}
</style>
border-color css
<style>
span { border-color: #8F915D; }
span { border-color: rgb(143,145,93); }
td.TdClassName
{
border-color: #8F915D;
}
.TagClassName
{
border-color: #8F915D;
}
</style>