Shades of Avocado #939C66
Tints of Avocado #939C66
RGB
CMYK
RGB Variations
Color information
#939C66 (or 0x939C66) is known color: Avocado. HEX triplet: 93, 9C and 66. RGB value is (147,156,102). Sum of RGB (Red+Green+Blue) = 147+156+102=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 156 - color contains mainly: green. Hex color #939C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939C66 is #6C6399. Grayscale: #939393. Windows color (decimal): -7103386 or 6724755. OLE color: 6724755.
HSL color Cylindrical-coordinate representation of color #939C66: hue angle of 70º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #939C66 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 156 | 102 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.39 |
| HSL | 70º | 0.21% | 0.51% | - |
| HSV(B) | 70º | 0.35% | 0.61% | - |
| XYZ | 26.32 | 30.94 | 17.16 | - |
| YUV | 147.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 102 | 0.06 | 0 | 0.35 | 0.39 | 70 | 0.21 | 0.51 |
| Hex | 93 | 9C | 66 | 6 | 0 | 23 | 27 | 46 | 15 | 33 |
| Octal | 223 | 234 | 146 | 6 | 0 | 43 | 47 | 106 | 25 | 63 |
| Binary | 10010011 | 10011100 | 1100110 | 110 | 0 | 100011 | 100111 | 1000110 | 10101 | 110011 |
Color Harmonies of #939C66
Complementary color
Monochromatic Colors of #939C66
Black with #939C66
Text Example
Text Example
White with #939C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939C66; }
p { color: rgb(147,156,102); }
H1.HeaderClassName
{
color: #939C66;
}
.AnyTagClassName
{
color: #939C66;
}
</style>
background-color css
<style>
a { background-color: #939C66; }
a { background-color: rgb(147,156,102); }
div.DivClassName
{
background-color: #939C66;
}
.BgClassName
{
background-color: #939C66;
}
</style>
border-color css
<style>
span { border-color: #939C66; }
span { border-color: rgb(147,156,102); }
td.TdClassName
{
border-color: #939C66;
}
.TagClassName
{
border-color: #939C66;
}
</style>