Shades of Avocado #939659
Tints of Avocado #939659
RGB
CMYK
RGB Variations
Color information
#939659 (or 0x939659) is known color: Avocado. HEX triplet: 93, 96 and 59. RGB value is (147,150,89). Sum of RGB (Red+Green+Blue) = 147+150+89=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 150 - color contains mainly: green. Hex color #939659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939659 is #6C69A6. Grayscale: #8E8E8E. Windows color (decimal): -7104935 or 5871251. OLE color: 5871251.
HSL color Cylindrical-coordinate representation of color #939659: hue angle of 62.95º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #939659 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 89 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.41 |
| HSL | 62.95º | 0.26% | 0.47% | - |
| HSV(B) | 62.95º | 0.41% | 0.59% | - |
| XYZ | 24.74 | 28.74 | 13.69 | - |
| YUV | 142.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 89 | 0.02 | 0 | 0.41 | 0.41 | 62.95 | 0.26 | 0.47 |
| Hex | 93 | 96 | 59 | 2 | 0 | 29 | 29 | 3F | 1A | 2F |
| Octal | 223 | 226 | 131 | 2 | 0 | 51 | 51 | 77 | 32 | 57 |
| Binary | 10010011 | 10010110 | 1011001 | 10 | 0 | 101001 | 101001 | 111111 | 11010 | 101111 |
Color Harmonies of #939659
Complementary color
Monochromatic Colors of #939659
Black with #939659
Text Example
Text Example
White with #939659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939659; }
p { color: rgb(147,150,89); }
H1.HeaderClassName
{
color: #939659;
}
.AnyTagClassName
{
color: #939659;
}
</style>
background-color css
<style>
a { background-color: #939659; }
a { background-color: rgb(147,150,89); }
div.DivClassName
{
background-color: #939659;
}
.BgClassName
{
background-color: #939659;
}
</style>
border-color css
<style>
span { border-color: #939659; }
span { border-color: rgb(147,150,89); }
td.TdClassName
{
border-color: #939659;
}
.TagClassName
{
border-color: #939659;
}
</style>