Shades of Avocado #8F905E
Tints of Avocado #8F905E
RGB
CMYK
RGB Variations
Color information
#8F905E (or 0x8F905E) is known color: Avocado. HEX triplet: 8F, 90 and 5E. RGB value is (143,144,94). Sum of RGB (Red+Green+Blue) = 143+144+94=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #8F905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F905E is #706FA1. Grayscale: #8A8A8A. Windows color (decimal): -7368610 or 6197391. OLE color: 6197391.
HSL color Cylindrical-coordinate representation of color #8F905E: hue angle of 61.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F905E is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 94 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.44 |
| HSL | 61.2º | 0.21% | 0.47% | - |
| HSV(B) | 61.2º | 0.35% | 0.56% | - |
| XYZ | 23.32 | 26.59 | 14.49 | - |
| YUV | 138 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 94 | 0.01 | 0 | 0.35 | 0.44 | 61.2 | 0.21 | 0.47 |
| Hex | 8F | 90 | 5E | 1 | 0 | 23 | 2C | 3D | 15 | 2F |
| Octal | 217 | 220 | 136 | 1 | 0 | 43 | 54 | 75 | 25 | 57 |
| Binary | 10001111 | 10010000 | 1011110 | 1 | 0 | 100011 | 101100 | 111101 | 10101 | 101111 |
Color Harmonies of #8F905E
Complementary color
Monochromatic Colors of #8F905E
Black with #8F905E
Text Example
Text Example
White with #8F905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F905E; }
p { color: rgb(143,144,94); }
H1.HeaderClassName
{
color: #8F905E;
}
.AnyTagClassName
{
color: #8F905E;
}
</style>
background-color css
<style>
a { background-color: #8F905E; }
a { background-color: rgb(143,144,94); }
div.DivClassName
{
background-color: #8F905E;
}
.BgClassName
{
background-color: #8F905E;
}
</style>
border-color css
<style>
span { border-color: #8F905E; }
span { border-color: rgb(143,144,94); }
td.TdClassName
{
border-color: #8F905E;
}
.TagClassName
{
border-color: #8F905E;
}
</style>