Shades of Avocado #939566
Tints of Avocado #939566
RGB
CMYK
RGB Variations
Color information
#939566 (or 0x939566) is known color: Avocado. HEX triplet: 93, 95 and 66. RGB value is (147,149,102). Sum of RGB (Red+Green+Blue) = 147+149+102=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #939566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939566 is #6C6A99. Grayscale: #8F8F8F. Windows color (decimal): -7105178 or 6722963. OLE color: 6722963.
HSL color Cylindrical-coordinate representation of color #939566: hue angle of 62.55º 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 #939566 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 149 | 102 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.42 |
| HSL | 62.55º | 0.19% | 0.49% | - |
| HSV(B) | 62.55º | 0.32% | 0.58% | - |
| XYZ | 25.18 | 28.66 | 16.77 | - |
| YUV | 143.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 102 | 0.01 | 0 | 0.32 | 0.42 | 62.55 | 0.19 | 0.49 |
| Hex | 93 | 95 | 66 | 1 | 0 | 20 | 2A | 3F | 13 | 31 |
| Octal | 223 | 225 | 146 | 1 | 0 | 40 | 52 | 77 | 23 | 61 |
| Binary | 10010011 | 10010101 | 1100110 | 1 | 0 | 100000 | 101010 | 111111 | 10011 | 110001 |
Color Harmonies of #939566
Complementary color
Monochromatic Colors of #939566
Black with #939566
Text Example
Text Example
White with #939566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939566; }
p { color: rgb(147,149,102); }
H1.HeaderClassName
{
color: #939566;
}
.AnyTagClassName
{
color: #939566;
}
</style>
background-color css
<style>
a { background-color: #939566; }
a { background-color: rgb(147,149,102); }
div.DivClassName
{
background-color: #939566;
}
.BgClassName
{
background-color: #939566;
}
</style>
border-color css
<style>
span { border-color: #939566; }
span { border-color: rgb(147,149,102); }
td.TdClassName
{
border-color: #939566;
}
.TagClassName
{
border-color: #939566;
}
</style>