Shades of Avocado #8F935B
Tints of Avocado #8F935B
RGB
CMYK
RGB Variations
Color information
#8F935B (or 0x8F935B) is known color: Avocado. HEX triplet: 8F, 93 and 5B. RGB value is (143,147,91). Sum of RGB (Red+Green+Blue) = 143+147+91=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #8F935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F935B is #706CA4. Grayscale: #8B8B8B. Windows color (decimal): -7367845 or 6001551. OLE color: 6001551.
HSL color Cylindrical-coordinate representation of color #8F935B: hue angle of 64.29º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F935B is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 91 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.42 |
| HSL | 64.29º | 0.24% | 0.47% | - |
| HSV(B) | 64.29º | 0.38% | 0.58% | - |
| XYZ | 23.65 | 27.46 | 13.95 | - |
| YUV | 139.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 91 | 0.03 | 0 | 0.38 | 0.42 | 64.29 | 0.24 | 0.47 |
| Hex | 8F | 93 | 5B | 3 | 0 | 26 | 2A | 40 | 18 | 2F |
| Octal | 217 | 223 | 133 | 3 | 0 | 46 | 52 | 100 | 30 | 57 |
| Binary | 10001111 | 10010011 | 1011011 | 11 | 0 | 100110 | 101010 | 1000000 | 11000 | 101111 |
Color Harmonies of #8F935B
Complementary color
Monochromatic Colors of #8F935B
Black with #8F935B
Text Example
Text Example
White with #8F935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F935B; }
p { color: rgb(143,147,91); }
H1.HeaderClassName
{
color: #8F935B;
}
.AnyTagClassName
{
color: #8F935B;
}
</style>
background-color css
<style>
a { background-color: #8F935B; }
a { background-color: rgb(143,147,91); }
div.DivClassName
{
background-color: #8F935B;
}
.BgClassName
{
background-color: #8F935B;
}
</style>
border-color css
<style>
span { border-color: #8F935B; }
span { border-color: rgb(143,147,91); }
td.TdClassName
{
border-color: #8F935B;
}
.TagClassName
{
border-color: #8F935B;
}
</style>