Shades of Avocado #939364
Tints of Avocado #939364
RGB
CMYK
RGB Variations
Color information
#939364 (or 0x939364) is known color: Avocado. HEX triplet: 93, 93 and 64. RGB value is (147,147,100). Sum of RGB (Red+Green+Blue) = 147+147+100=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 147 - color contains mainly: red, green. Hex color #939364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939364 is #6C6C9B. Grayscale: #8D8D8D. Windows color (decimal): -7105692 or 6591379. OLE color: 6591379.
HSL color Cylindrical-coordinate representation of color #939364: hue angle of 60º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #939364 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 147 | 100 | - |
| CMYK | 0 | 0 | 0.32 | 0.42 |
| HSL | 60º | 0.19% | 0.48% | - |
| HSV(B) | 60º | 0.32% | 0.58% | - |
| XYZ | 24.77 | 27.99 | 16.15 | - |
| YUV | 141.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 100 | 0 | 0 | 0.32 | 0.42 | 60 | 0.19 | 0.48 |
| Hex | 93 | 93 | 64 | 0 | 0 | 20 | 2A | 3C | 13 | 30 |
| Octal | 223 | 223 | 144 | 0 | 0 | 40 | 52 | 74 | 23 | 60 |
| Binary | 10010011 | 10010011 | 1100100 | 0 | 0 | 100000 | 101010 | 111100 | 10011 | 110000 |
Color Harmonies of #939364
Complementary color
Monochromatic Colors of #939364
Black with #939364
Text Example
Text Example
White with #939364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939364; }
p { color: rgb(147,147,100); }
H1.HeaderClassName
{
color: #939364;
}
.AnyTagClassName
{
color: #939364;
}
</style>
background-color css
<style>
a { background-color: #939364; }
a { background-color: rgb(147,147,100); }
div.DivClassName
{
background-color: #939364;
}
.BgClassName
{
background-color: #939364;
}
</style>
border-color css
<style>
span { border-color: #939364; }
span { border-color: rgb(147,147,100); }
td.TdClassName
{
border-color: #939364;
}
.TagClassName
{
border-color: #939364;
}
</style>