Shades of Avocado #939361
Tints of Avocado #939361
RGB
CMYK
RGB Variations
Color information
#939361 (or 0x939361) is known color: Avocado. HEX triplet: 93, 93 and 61. RGB value is (147,147,97). Sum of RGB (Red+Green+Blue) = 147+147+97=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 147 - color contains mainly: red, green. Hex color #939361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939361 is #6C6C9E. Grayscale: #8D8D8D. Windows color (decimal): -7105695 or 6394771. OLE color: 6394771.
HSL color Cylindrical-coordinate representation of color #939361: hue angle of 60º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #939361 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 147 | 97 | - |
| CMYK | 0 | 0 | 0.34 | 0.42 |
| HSL | 60º | 0.2% | 0.48% | - |
| HSV(B) | 60º | 0.34% | 0.58% | - |
| XYZ | 24.62 | 27.93 | 15.4 | - |
| YUV | 141.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 97 | 0 | 0 | 0.34 | 0.42 | 60 | 0.2 | 0.48 |
| Hex | 93 | 93 | 61 | 0 | 0 | 22 | 2A | 3C | 14 | 30 |
| Octal | 223 | 223 | 141 | 0 | 0 | 42 | 52 | 74 | 24 | 60 |
| Binary | 10010011 | 10010011 | 1100001 | 0 | 0 | 100010 | 101010 | 111100 | 10100 | 110000 |
Color Harmonies of #939361
Complementary color
Monochromatic Colors of #939361
Black with #939361
Text Example
Text Example
White with #939361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939361; }
p { color: rgb(147,147,97); }
H1.HeaderClassName
{
color: #939361;
}
.AnyTagClassName
{
color: #939361;
}
</style>
background-color css
<style>
a { background-color: #939361; }
a { background-color: rgb(147,147,97); }
div.DivClassName
{
background-color: #939361;
}
.BgClassName
{
background-color: #939361;
}
</style>
border-color css
<style>
span { border-color: #939361; }
span { border-color: rgb(147,147,97); }
td.TdClassName
{
border-color: #939361;
}
.TagClassName
{
border-color: #939361;
}
</style>