Shades of Avocado #939662
Tints of Avocado #939662
RGB
CMYK
RGB Variations
Color information
#939662 (or 0x939662) is known color: Avocado. HEX triplet: 93, 96 and 62. RGB value is (147,150,98). Sum of RGB (Red+Green+Blue) = 147+150+98=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #939662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939662 is #6C699D. Grayscale: #8F8F8F. Windows color (decimal): -7104926 or 6461075. OLE color: 6461075.
HSL color Cylindrical-coordinate representation of color #939662: hue angle of 63.46º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #939662 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 98 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.41 |
| HSL | 63.46º | 0.21% | 0.49% | - |
| HSV(B) | 63.46º | 0.35% | 0.59% | - |
| XYZ | 25.14 | 28.9 | 15.81 | - |
| YUV | 143.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 98 | 0.02 | 0 | 0.35 | 0.41 | 63.46 | 0.21 | 0.49 |
| Hex | 93 | 96 | 62 | 2 | 0 | 23 | 29 | 3F | 15 | 31 |
| Octal | 223 | 226 | 142 | 2 | 0 | 43 | 51 | 77 | 25 | 61 |
| Binary | 10010011 | 10010110 | 1100010 | 10 | 0 | 100011 | 101001 | 111111 | 10101 | 110001 |
Color Harmonies of #939662
Complementary color
Monochromatic Colors of #939662
Black with #939662
Text Example
Text Example
White with #939662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939662; }
p { color: rgb(147,150,98); }
H1.HeaderClassName
{
color: #939662;
}
.AnyTagClassName
{
color: #939662;
}
</style>
background-color css
<style>
a { background-color: #939662; }
a { background-color: rgb(147,150,98); }
div.DivClassName
{
background-color: #939662;
}
.BgClassName
{
background-color: #939662;
}
</style>
border-color css
<style>
span { border-color: #939662; }
span { border-color: rgb(147,150,98); }
td.TdClassName
{
border-color: #939662;
}
.TagClassName
{
border-color: #939662;
}
</style>