Shades of Avocado #939671
Tints of Avocado #939671
RGB
CMYK
RGB Variations
Color information
#939671 (or 0x939671) is known color: Avocado. HEX triplet: 93, 96 and 71. RGB value is (147,150,113). Sum of RGB (Red+Green+Blue) = 147+150+113=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #939671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939671 is #6C698E. Grayscale: #919191. Windows color (decimal): -7104911 or 7444115. OLE color: 7444115.
HSL color Cylindrical-coordinate representation of color #939671: hue angle of 64.86º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #939671 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 113 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.41 |
| HSL | 64.86º | 0.15% | 0.52% | - |
| HSV(B) | 64.86º | 0.25% | 0.59% | - |
| XYZ | 25.92 | 29.21 | 19.89 | - |
| YUV | 144.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 113 | 0.02 | 0 | 0.25 | 0.41 | 64.86 | 0.15 | 0.52 |
| Hex | 93 | 96 | 71 | 2 | 0 | 19 | 29 | 41 | F | 34 |
| Octal | 223 | 226 | 161 | 2 | 0 | 31 | 51 | 101 | 17 | 64 |
| Binary | 10010011 | 10010110 | 1110001 | 10 | 0 | 11001 | 101001 | 1000001 | 1111 | 110100 |
Color Harmonies of #939671
Complementary color
Monochromatic Colors of #939671
Black with #939671
Text Example
Text Example
White with #939671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939671; }
p { color: rgb(147,150,113); }
H1.HeaderClassName
{
color: #939671;
}
.AnyTagClassName
{
color: #939671;
}
</style>
background-color css
<style>
a { background-color: #939671; }
a { background-color: rgb(147,150,113); }
div.DivClassName
{
background-color: #939671;
}
.BgClassName
{
background-color: #939671;
}
</style>
border-color css
<style>
span { border-color: #939671; }
span { border-color: rgb(147,150,113); }
td.TdClassName
{
border-color: #939671;
}
.TagClassName
{
border-color: #939671;
}
</style>