Shades of Avocado #939955
Tints of Avocado #939955
RGB
CMYK
RGB Variations
Color information
#939955 (or 0x939955) is known color: Avocado. HEX triplet: 93, 99 and 55. RGB value is (147,153,85). Sum of RGB (Red+Green+Blue) = 147+153+85=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #939955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939955 is #6C66AA. Grayscale: #8F8F8F. Windows color (decimal): -7104171 or 5609875. OLE color: 5609875.
HSL color Cylindrical-coordinate representation of color #939955: hue angle of 65.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #939955 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 85 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.4 |
| HSL | 65.29º | 0.29% | 0.47% | - |
| HSV(B) | 65.29º | 0.44% | 0.6% | - |
| XYZ | 25.06 | 29.64 | 12.99 | - |
| YUV | 143.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 85 | 0.04 | 0 | 0.44 | 0.4 | 65.29 | 0.29 | 0.47 |
| Hex | 93 | 99 | 55 | 4 | 0 | 2C | 28 | 41 | 1D | 2F |
| Octal | 223 | 231 | 125 | 4 | 0 | 54 | 50 | 101 | 35 | 57 |
| Binary | 10010011 | 10011001 | 1010101 | 100 | 0 | 101100 | 101000 | 1000001 | 11101 | 101111 |
Color Harmonies of #939955
Complementary color
Monochromatic Colors of #939955
Black with #939955
Text Example
Text Example
White with #939955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939955; }
p { color: rgb(147,153,85); }
H1.HeaderClassName
{
color: #939955;
}
.AnyTagClassName
{
color: #939955;
}
</style>
background-color css
<style>
a { background-color: #939955; }
a { background-color: rgb(147,153,85); }
div.DivClassName
{
background-color: #939955;
}
.BgClassName
{
background-color: #939955;
}
</style>
border-color css
<style>
span { border-color: #939955; }
span { border-color: rgb(147,153,85); }
td.TdClassName
{
border-color: #939955;
}
.TagClassName
{
border-color: #939955;
}
</style>