Shades of Avocado #939362
Tints of Avocado #939362
RGB
CMYK
RGB Variations
Color information
#939362 (or 0x939362) is known color: Avocado. HEX triplet: 93, 93 and 62. RGB value is (147,147,98). Sum of RGB (Red+Green+Blue) = 147+147+98=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 147 - color contains mainly: red, green. Hex color #939362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939362 is #6C6C9D. Grayscale: #8D8D8D. Windows color (decimal): -7105694 or 6460307. OLE color: 6460307.
HSL color Cylindrical-coordinate representation of color #939362: hue angle of 60º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #939362 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 147 | 98 | - |
| CMYK | 0 | 0 | 0.33 | 0.42 |
| HSL | 60º | 0.2% | 0.48% | - |
| HSV(B) | 60º | 0.33% | 0.58% | - |
| XYZ | 24.67 | 27.95 | 15.65 | - |
| YUV | 141.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 98 | 0 | 0 | 0.33 | 0.42 | 60 | 0.2 | 0.48 |
| Hex | 93 | 93 | 62 | 0 | 0 | 21 | 2A | 3C | 14 | 30 |
| Octal | 223 | 223 | 142 | 0 | 0 | 41 | 52 | 74 | 24 | 60 |
| Binary | 10010011 | 10010011 | 1100010 | 0 | 0 | 100001 | 101010 | 111100 | 10100 | 110000 |
Color Harmonies of #939362
Complementary color
Monochromatic Colors of #939362
Black with #939362
Text Example
Text Example
White with #939362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939362; }
p { color: rgb(147,147,98); }
H1.HeaderClassName
{
color: #939362;
}
.AnyTagClassName
{
color: #939362;
}
</style>
background-color css
<style>
a { background-color: #939362; }
a { background-color: rgb(147,147,98); }
div.DivClassName
{
background-color: #939362;
}
.BgClassName
{
background-color: #939362;
}
</style>
border-color css
<style>
span { border-color: #939362; }
span { border-color: rgb(147,147,98); }
td.TdClassName
{
border-color: #939362;
}
.TagClassName
{
border-color: #939362;
}
</style>