Shades of Avocado #939773
Tints of Avocado #939773
RGB
CMYK
RGB Variations
Color information
#939773 (or 0x939773) is known color: Avocado. HEX triplet: 93, 97 and 73. RGB value is (147,151,115). Sum of RGB (Red+Green+Blue) = 147+151+115=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 151 - color contains mainly: green. Hex color #939773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939773 is #6C688C. Grayscale: #919191. Windows color (decimal): -7104653 or 7575443. OLE color: 7575443.
HSL color Cylindrical-coordinate representation of color #939773: hue angle of 66.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #939773 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 151 | 115 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.41 |
| HSL | 66.67º | 0.15% | 0.52% | - |
| HSV(B) | 66.67º | 0.24% | 0.59% | - |
| XYZ | 26.19 | 29.57 | 20.55 | - |
| YUV | 145.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 151 | 115 | 0.03 | 0 | 0.24 | 0.41 | 66.67 | 0.15 | 0.52 |
| Hex | 93 | 97 | 73 | 3 | 0 | 18 | 29 | 43 | F | 34 |
| Octal | 223 | 227 | 163 | 3 | 0 | 30 | 51 | 103 | 17 | 64 |
| Binary | 10010011 | 10010111 | 1110011 | 11 | 0 | 11000 | 101001 | 1000011 | 1111 | 110100 |
Color Harmonies of #939773
Complementary color
Monochromatic Colors of #939773
Black with #939773
Text Example
Text Example
White with #939773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939773; }
p { color: rgb(147,151,115); }
H1.HeaderClassName
{
color: #939773;
}
.AnyTagClassName
{
color: #939773;
}
</style>
background-color css
<style>
a { background-color: #939773; }
a { background-color: rgb(147,151,115); }
div.DivClassName
{
background-color: #939773;
}
.BgClassName
{
background-color: #939773;
}
</style>
border-color css
<style>
span { border-color: #939773; }
span { border-color: rgb(147,151,115); }
td.TdClassName
{
border-color: #939773;
}
.TagClassName
{
border-color: #939773;
}
</style>