Shades of Avocado #939460
Tints of Avocado #939460
RGB
CMYK
RGB Variations
Color information
#939460 (or 0x939460) is known color: Avocado. HEX triplet: 93, 94 and 60. RGB value is (147,148,96). Sum of RGB (Red+Green+Blue) = 147+148+96=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #939460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939460 is #6C6B9F. Grayscale: #8D8D8D. Windows color (decimal): -7105440 or 6329491. OLE color: 6329491.
HSL color Cylindrical-coordinate representation of color #939460: hue angle of 61.15º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #939460 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 148 | 96 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.42 |
| HSL | 61.15º | 0.21% | 0.48% | - |
| HSV(B) | 61.15º | 0.35% | 0.58% | - |
| XYZ | 24.73 | 28.23 | 15.21 | - |
| YUV | 141.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 96 | 0.01 | 0 | 0.35 | 0.42 | 61.15 | 0.21 | 0.48 |
| Hex | 93 | 94 | 60 | 1 | 0 | 23 | 2A | 3D | 15 | 30 |
| Octal | 223 | 224 | 140 | 1 | 0 | 43 | 52 | 75 | 25 | 60 |
| Binary | 10010011 | 10010100 | 1100000 | 1 | 0 | 100011 | 101010 | 111101 | 10101 | 110000 |
Color Harmonies of #939460
Complementary color
Monochromatic Colors of #939460
Black with #939460
Text Example
Text Example
White with #939460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939460; }
p { color: rgb(147,148,96); }
H1.HeaderClassName
{
color: #939460;
}
.AnyTagClassName
{
color: #939460;
}
</style>
background-color css
<style>
a { background-color: #939460; }
a { background-color: rgb(147,148,96); }
div.DivClassName
{
background-color: #939460;
}
.BgClassName
{
background-color: #939460;
}
</style>
border-color css
<style>
span { border-color: #939460; }
span { border-color: rgb(147,148,96); }
td.TdClassName
{
border-color: #939460;
}
.TagClassName
{
border-color: #939460;
}
</style>