Shades of Avocado #939469
Tints of Avocado #939469
RGB
CMYK
RGB Variations
Color information
#939469 (or 0x939469) is known color: Avocado. HEX triplet: 93, 94 and 69. RGB value is (147,148,105). Sum of RGB (Red+Green+Blue) = 147+148+105=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #939469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939469 is #6C6B96. Grayscale: #8E8E8E. Windows color (decimal): -7105431 or 6919315. OLE color: 6919315.
HSL color Cylindrical-coordinate representation of color #939469: hue angle of 61.4º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #939469 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 148 | 105 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.42 |
| HSL | 61.4º | 0.17% | 0.5% | - |
| HSV(B) | 61.4º | 0.29% | 0.58% | - |
| XYZ | 25.17 | 28.4 | 17.52 | - |
| YUV | 142.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 105 | 0.01 | 0 | 0.29 | 0.42 | 61.4 | 0.17 | 0.5 |
| Hex | 93 | 94 | 69 | 1 | 0 | 1D | 2A | 3D | 11 | 32 |
| Octal | 223 | 224 | 151 | 1 | 0 | 35 | 52 | 75 | 21 | 62 |
| Binary | 10010011 | 10010100 | 1101001 | 1 | 0 | 11101 | 101010 | 111101 | 10001 | 110010 |
Color Harmonies of #939469
Complementary color
Monochromatic Colors of #939469
Black with #939469
Text Example
Text Example
White with #939469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939469; }
p { color: rgb(147,148,105); }
H1.HeaderClassName
{
color: #939469;
}
.AnyTagClassName
{
color: #939469;
}
</style>
background-color css
<style>
a { background-color: #939469; }
a { background-color: rgb(147,148,105); }
div.DivClassName
{
background-color: #939469;
}
.BgClassName
{
background-color: #939469;
}
</style>
border-color css
<style>
span { border-color: #939469; }
span { border-color: rgb(147,148,105); }
td.TdClassName
{
border-color: #939469;
}
.TagClassName
{
border-color: #939469;
}
</style>