Shades of Avocado #93956C
Tints of Avocado #93956C
RGB
CMYK
RGB Variations
Color information
#93956C (or 0x93956C) is known color: Avocado. HEX triplet: 93, 95 and 6C. RGB value is (147,149,108). Sum of RGB (Red+Green+Blue) = 147+149+108=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #93956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93956C is #6C6A93. Grayscale: #8F8F8F. Windows color (decimal): -7105172 or 7116179. OLE color: 7116179.
HSL color Cylindrical-coordinate representation of color #93956C: hue angle of 62.93º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93956C is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 149 | 108 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.42 |
| HSL | 62.93º | 0.16% | 0.5% | - |
| HSV(B) | 62.93º | 0.28% | 0.58% | - |
| XYZ | 25.49 | 28.78 | 18.4 | - |
| YUV | 143.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 108 | 0.01 | 0 | 0.28 | 0.42 | 62.93 | 0.16 | 0.5 |
| Hex | 93 | 95 | 6C | 1 | 0 | 1C | 2A | 3F | 10 | 32 |
| Octal | 223 | 225 | 154 | 1 | 0 | 34 | 52 | 77 | 20 | 62 |
| Binary | 10010011 | 10010101 | 1101100 | 1 | 0 | 11100 | 101010 | 111111 | 10000 | 110010 |
Color Harmonies of #93956C
Complementary color
Monochromatic Colors of #93956C
Black with #93956C
Text Example
Text Example
White with #93956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93956C; }
p { color: rgb(147,149,108); }
H1.HeaderClassName
{
color: #93956C;
}
.AnyTagClassName
{
color: #93956C;
}
</style>
background-color css
<style>
a { background-color: #93956C; }
a { background-color: rgb(147,149,108); }
div.DivClassName
{
background-color: #93956C;
}
.BgClassName
{
background-color: #93956C;
}
</style>
border-color css
<style>
span { border-color: #93956C; }
span { border-color: rgb(147,149,108); }
td.TdClassName
{
border-color: #93956C;
}
.TagClassName
{
border-color: #93956C;
}
</style>