Shades of Avocado #8F935E
Tints of Avocado #8F935E
RGB
CMYK
RGB Variations
Color information
#8F935E (or 0x8F935E) is known color: Avocado. HEX triplet: 8F, 93 and 5E. RGB value is (143,147,94). Sum of RGB (Red+Green+Blue) = 143+147+94=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #8F935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F935E is #706CA1. Grayscale: #8B8B8B. Windows color (decimal): -7367842 or 6198159. OLE color: 6198159.
HSL color Cylindrical-coordinate representation of color #8F935E: hue angle of 64.53º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F935E is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 94 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.42 |
| HSL | 64.53º | 0.22% | 0.47% | - |
| HSV(B) | 64.53º | 0.36% | 0.58% | - |
| XYZ | 23.78 | 27.52 | 14.65 | - |
| YUV | 139.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 94 | 0.03 | 0 | 0.36 | 0.42 | 64.53 | 0.22 | 0.47 |
| Hex | 8F | 93 | 5E | 3 | 0 | 24 | 2A | 41 | 16 | 2F |
| Octal | 217 | 223 | 136 | 3 | 0 | 44 | 52 | 101 | 26 | 57 |
| Binary | 10001111 | 10010011 | 1011110 | 11 | 0 | 100100 | 101010 | 1000001 | 10110 | 101111 |
Color Harmonies of #8F935E
Complementary color
Monochromatic Colors of #8F935E
Black with #8F935E
Text Example
Text Example
White with #8F935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F935E; }
p { color: rgb(143,147,94); }
H1.HeaderClassName
{
color: #8F935E;
}
.AnyTagClassName
{
color: #8F935E;
}
</style>
background-color css
<style>
a { background-color: #8F935E; }
a { background-color: rgb(143,147,94); }
div.DivClassName
{
background-color: #8F935E;
}
.BgClassName
{
background-color: #8F935E;
}
</style>
border-color css
<style>
span { border-color: #8F935E; }
span { border-color: rgb(143,147,94); }
td.TdClassName
{
border-color: #8F935E;
}
.TagClassName
{
border-color: #8F935E;
}
</style>