Shades of Avocado #93915F
Tints of Avocado #93915F
RGB
CMYK
RGB Variations
Color information
#93915F (or 0x93915F) is known color: Avocado. HEX triplet: 93, 91 and 5F. RGB value is (147,145,95). Sum of RGB (Red+Green+Blue) = 147+145+95=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #93915F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93915F is #6C6EA0. Grayscale: #8C8C8C. Windows color (decimal): -7106209 or 6263187. OLE color: 6263187.
HSL color Cylindrical-coordinate representation of color #93915F: hue angle of 57.69º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93915F is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 145 | 95 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.42 |
| HSL | 57.69º | 0.21% | 0.47% | - |
| HSV(B) | 57.69º | 0.35% | 0.58% | - |
| XYZ | 24.22 | 27.28 | 14.82 | - |
| YUV | 139.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 95 | 0 | 0.01 | 0.35 | 0.42 | 57.69 | 0.21 | 0.47 |
| Hex | 93 | 91 | 5F | 0 | 1 | 23 | 2A | 3A | 15 | 2F |
| Octal | 223 | 221 | 137 | 0 | 1 | 43 | 52 | 72 | 25 | 57 |
| Binary | 10010011 | 10010001 | 1011111 | 0 | 1 | 100011 | 101010 | 111010 | 10101 | 101111 |
Color Harmonies of #93915F
Complementary color
Monochromatic Colors of #93915F
Black with #93915F
Text Example
Text Example
White with #93915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93915F; }
p { color: rgb(147,145,95); }
H1.HeaderClassName
{
color: #93915F;
}
.AnyTagClassName
{
color: #93915F;
}
</style>
background-color css
<style>
a { background-color: #93915F; }
a { background-color: rgb(147,145,95); }
div.DivClassName
{
background-color: #93915F;
}
.BgClassName
{
background-color: #93915F;
}
</style>
border-color css
<style>
span { border-color: #93915F; }
span { border-color: rgb(147,145,95); }
td.TdClassName
{
border-color: #93915F;
}
.TagClassName
{
border-color: #93915F;
}
</style>