Shades of Avocado #939464
Tints of Avocado #939464
RGB
CMYK
RGB Variations
Color information
#939464 (or 0x939464) is known color: Avocado. HEX triplet: 93, 94 and 64. RGB value is (147,148,100). Sum of RGB (Red+Green+Blue) = 147+148+100=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #939464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939464 is #6C6B9B. Grayscale: #8E8E8E. Windows color (decimal): -7105436 or 6591635. OLE color: 6591635.
HSL color Cylindrical-coordinate representation of color #939464: hue angle of 61.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #939464 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 148 | 100 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.42 |
| HSL | 61.25º | 0.19% | 0.49% | - |
| HSV(B) | 61.25º | 0.32% | 0.58% | - |
| XYZ | 24.92 | 28.3 | 16.21 | - |
| YUV | 142.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 100 | 0.01 | 0 | 0.32 | 0.42 | 61.25 | 0.19 | 0.49 |
| Hex | 93 | 94 | 64 | 1 | 0 | 20 | 2A | 3D | 13 | 31 |
| Octal | 223 | 224 | 144 | 1 | 0 | 40 | 52 | 75 | 23 | 61 |
| Binary | 10010011 | 10010100 | 1100100 | 1 | 0 | 100000 | 101010 | 111101 | 10011 | 110001 |
Color Harmonies of #939464
Complementary color
Monochromatic Colors of #939464
Black with #939464
Text Example
Text Example
White with #939464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939464; }
p { color: rgb(147,148,100); }
H1.HeaderClassName
{
color: #939464;
}
.AnyTagClassName
{
color: #939464;
}
</style>
background-color css
<style>
a { background-color: #939464; }
a { background-color: rgb(147,148,100); }
div.DivClassName
{
background-color: #939464;
}
.BgClassName
{
background-color: #939464;
}
</style>
border-color css
<style>
span { border-color: #939464; }
span { border-color: rgb(147,148,100); }
td.TdClassName
{
border-color: #939464;
}
.TagClassName
{
border-color: #939464;
}
</style>