Shades of Avocado #939767
Tints of Avocado #939767
RGB
CMYK
RGB Variations
Color information
#939767 (or 0x939767) is known color: Avocado. HEX triplet: 93, 97 and 67. RGB value is (147,151,103). Sum of RGB (Red+Green+Blue) = 147+151+103=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #939767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939767 is #6C6898. Grayscale: #909090. Windows color (decimal): -7104665 or 6789011. OLE color: 6789011.
HSL color Cylindrical-coordinate representation of color #939767: hue angle of 65º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #939767 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 151 | 103 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.41 |
| HSL | 65º | 0.19% | 0.5% | - |
| HSV(B) | 65º | 0.32% | 0.59% | - |
| XYZ | 25.55 | 29.32 | 17.14 | - |
| YUV | 144.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 151 | 103 | 0.03 | 0 | 0.32 | 0.41 | 65 | 0.19 | 0.5 |
| Hex | 93 | 97 | 67 | 3 | 0 | 20 | 29 | 41 | 13 | 32 |
| Octal | 223 | 227 | 147 | 3 | 0 | 40 | 51 | 101 | 23 | 62 |
| Binary | 10010011 | 10010111 | 1100111 | 11 | 0 | 100000 | 101001 | 1000001 | 10011 | 110010 |
Color Harmonies of #939767
Complementary color
Monochromatic Colors of #939767
Black with #939767
Text Example
Text Example
White with #939767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939767; }
p { color: rgb(147,151,103); }
H1.HeaderClassName
{
color: #939767;
}
.AnyTagClassName
{
color: #939767;
}
</style>
background-color css
<style>
a { background-color: #939767; }
a { background-color: rgb(147,151,103); }
div.DivClassName
{
background-color: #939767;
}
.BgClassName
{
background-color: #939767;
}
</style>
border-color css
<style>
span { border-color: #939767; }
span { border-color: rgb(147,151,103); }
td.TdClassName
{
border-color: #939767;
}
.TagClassName
{
border-color: #939767;
}
</style>