Shades of Avocado #93966F
Tints of Avocado #93966F
RGB
CMYK
RGB Variations
Color information
#93966F (or 0x93966F) is known color: Avocado. HEX triplet: 93, 96 and 6F. RGB value is (147,150,111). Sum of RGB (Red+Green+Blue) = 147+150+111=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #93966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93966F is #6C6990. Grayscale: #909090. Windows color (decimal): -7104913 or 7313043. OLE color: 7313043.
HSL color Cylindrical-coordinate representation of color #93966F: hue angle of 64.62º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93966F is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 111 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.41 |
| HSL | 64.62º | 0.16% | 0.51% | - |
| HSV(B) | 64.62º | 0.26% | 0.59% | - |
| XYZ | 25.81 | 29.16 | 19.31 | - |
| YUV | 144.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 111 | 0.02 | 0 | 0.26 | 0.41 | 64.62 | 0.16 | 0.51 |
| Hex | 93 | 96 | 6F | 2 | 0 | 1A | 29 | 41 | 10 | 33 |
| Octal | 223 | 226 | 157 | 2 | 0 | 32 | 51 | 101 | 20 | 63 |
| Binary | 10010011 | 10010110 | 1101111 | 10 | 0 | 11010 | 101001 | 1000001 | 10000 | 110011 |
Color Harmonies of #93966F
Complementary color
Monochromatic Colors of #93966F
Black with #93966F
Text Example
Text Example
White with #93966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93966F; }
p { color: rgb(147,150,111); }
H1.HeaderClassName
{
color: #93966F;
}
.AnyTagClassName
{
color: #93966F;
}
</style>
background-color css
<style>
a { background-color: #93966F; }
a { background-color: rgb(147,150,111); }
div.DivClassName
{
background-color: #93966F;
}
.BgClassName
{
background-color: #93966F;
}
</style>
border-color css
<style>
span { border-color: #93966F; }
span { border-color: rgb(147,150,111); }
td.TdClassName
{
border-color: #93966F;
}
.TagClassName
{
border-color: #93966F;
}
</style>