Shades of Avocado #93996B
Tints of Avocado #93996B
RGB
CMYK
RGB Variations
Color information
#93996B (or 0x93996B) is known color: Avocado. HEX triplet: 93, 99 and 6B. RGB value is (147,153,107). Sum of RGB (Red+Green+Blue) = 147+153+107=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #93996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93996B is #6C6694. Grayscale: #929292. Windows color (decimal): -7104149 or 7051667. OLE color: 7051667.
HSL color Cylindrical-coordinate representation of color #93996B: hue angle of 67.83º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93996B is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 107 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.4 |
| HSL | 67.83º | 0.18% | 0.51% | - |
| HSV(B) | 67.83º | 0.3% | 0.6% | - |
| XYZ | 26.08 | 30.05 | 18.34 | - |
| YUV | 145.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 107 | 0.04 | 0 | 0.30 | 0.4 | 67.83 | 0.18 | 0.51 |
| Hex | 93 | 99 | 6B | 4 | 0 | 1E | 28 | 44 | 12 | 33 |
| Octal | 223 | 231 | 153 | 4 | 0 | 36 | 50 | 104 | 22 | 63 |
| Binary | 10010011 | 10011001 | 1101011 | 100 | 0 | 11110 | 101000 | 1000100 | 10010 | 110011 |
Color Harmonies of #93996B
Complementary color
Monochromatic Colors of #93996B
Black with #93996B
Text Example
Text Example
White with #93996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93996B; }
p { color: rgb(147,153,107); }
H1.HeaderClassName
{
color: #93996B;
}
.AnyTagClassName
{
color: #93996B;
}
</style>
background-color css
<style>
a { background-color: #93996B; }
a { background-color: rgb(147,153,107); }
div.DivClassName
{
background-color: #93996B;
}
.BgClassName
{
background-color: #93996B;
}
</style>
border-color css
<style>
span { border-color: #93996B; }
span { border-color: rgb(147,153,107); }
td.TdClassName
{
border-color: #93996B;
}
.TagClassName
{
border-color: #93996B;
}
</style>