Shades of Avocado #939675
Tints of Avocado #939675
RGB
CMYK
RGB Variations
Color information
#939675 (or 0x939675) is known color: Avocado. HEX triplet: 93, 96 and 75. RGB value is (147,150,117). Sum of RGB (Red+Green+Blue) = 147+150+117=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 150 - color contains mainly: green. Hex color #939675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939675 is #6C698A. Grayscale: #919191. Windows color (decimal): -7104907 or 7706259. OLE color: 7706259.
HSL color Cylindrical-coordinate representation of color #939675: hue angle of 65.45º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #939675 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 117 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.41 |
| HSL | 65.45º | 0.14% | 0.52% | - |
| HSV(B) | 65.45º | 0.22% | 0.59% | - |
| XYZ | 26.15 | 29.3 | 21.11 | - |
| YUV | 145.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 117 | 0.02 | 0 | 0.22 | 0.41 | 65.45 | 0.14 | 0.52 |
| Hex | 93 | 96 | 75 | 2 | 0 | 16 | 29 | 41 | E | 34 |
| Octal | 223 | 226 | 165 | 2 | 0 | 26 | 51 | 101 | 16 | 64 |
| Binary | 10010011 | 10010110 | 1110101 | 10 | 0 | 10110 | 101001 | 1000001 | 1110 | 110100 |
Color Harmonies of #939675
Complementary color
Monochromatic Colors of #939675
Black with #939675
Text Example
Text Example
White with #939675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939675; }
p { color: rgb(147,150,117); }
H1.HeaderClassName
{
color: #939675;
}
.AnyTagClassName
{
color: #939675;
}
</style>
background-color css
<style>
a { background-color: #939675; }
a { background-color: rgb(147,150,117); }
div.DivClassName
{
background-color: #939675;
}
.BgClassName
{
background-color: #939675;
}
</style>
border-color css
<style>
span { border-color: #939675; }
span { border-color: rgb(147,150,117); }
td.TdClassName
{
border-color: #939675;
}
.TagClassName
{
border-color: #939675;
}
</style>