Shades of Avocado #8F905D
Tints of Avocado #8F905D
RGB
CMYK
RGB Variations
Color information
#8F905D (or 0x8F905D) is known color: Avocado. HEX triplet: 8F, 90 and 5D. RGB value is (143,144,93). Sum of RGB (Red+Green+Blue) = 143+144+93=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #8F905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F905D is #706FA2. Grayscale: #8A8A8A. Windows color (decimal): -7368611 or 6131855. OLE color: 6131855.
HSL color Cylindrical-coordinate representation of color #8F905D: hue angle of 61.18º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F905D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 93 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.44 |
| HSL | 61.18º | 0.22% | 0.46% | - |
| HSV(B) | 61.18º | 0.35% | 0.56% | - |
| XYZ | 23.28 | 26.58 | 14.26 | - |
| YUV | 137.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 93 | 0.01 | 0 | 0.35 | 0.44 | 61.18 | 0.22 | 0.46 |
| Hex | 8F | 90 | 5D | 1 | 0 | 23 | 2C | 3D | 16 | 2E |
| Octal | 217 | 220 | 135 | 1 | 0 | 43 | 54 | 75 | 26 | 56 |
| Binary | 10001111 | 10010000 | 1011101 | 1 | 0 | 100011 | 101100 | 111101 | 10110 | 101110 |
Color Harmonies of #8F905D
Complementary color
Monochromatic Colors of #8F905D
Black with #8F905D
Text Example
Text Example
White with #8F905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F905D; }
p { color: rgb(143,144,93); }
H1.HeaderClassName
{
color: #8F905D;
}
.AnyTagClassName
{
color: #8F905D;
}
</style>
background-color css
<style>
a { background-color: #8F905D; }
a { background-color: rgb(143,144,93); }
div.DivClassName
{
background-color: #8F905D;
}
.BgClassName
{
background-color: #8F905D;
}
</style>
border-color css
<style>
span { border-color: #8F905D; }
span { border-color: rgb(143,144,93); }
td.TdClassName
{
border-color: #8F905D;
}
.TagClassName
{
border-color: #8F905D;
}
</style>