Shades of Avocado #939467
Tints of Avocado #939467
RGB
CMYK
RGB Variations
Color information
#939467 (or 0x939467) is known color: Avocado. HEX triplet: 93, 94 and 67. RGB value is (147,148,103). Sum of RGB (Red+Green+Blue) = 147+148+103=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #939467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939467 is #6C6B98. Grayscale: #8E8E8E. Windows color (decimal): -7105433 or 6788243. OLE color: 6788243.
HSL color Cylindrical-coordinate representation of color #939467: hue angle of 61.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #939467 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 148 | 103 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.42 |
| HSL | 61.33º | 0.18% | 0.49% | - |
| HSV(B) | 61.33º | 0.3% | 0.58% | - |
| XYZ | 25.07 | 28.36 | 16.99 | - |
| YUV | 142.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 103 | 0.01 | 0 | 0.30 | 0.42 | 61.33 | 0.18 | 0.49 |
| Hex | 93 | 94 | 67 | 1 | 0 | 1E | 2A | 3D | 12 | 31 |
| Octal | 223 | 224 | 147 | 1 | 0 | 36 | 52 | 75 | 22 | 61 |
| Binary | 10010011 | 10010100 | 1100111 | 1 | 0 | 11110 | 101010 | 111101 | 10010 | 110001 |
Color Harmonies of #939467
Complementary color
Monochromatic Colors of #939467
Black with #939467
Text Example
Text Example
White with #939467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939467; }
p { color: rgb(147,148,103); }
H1.HeaderClassName
{
color: #939467;
}
.AnyTagClassName
{
color: #939467;
}
</style>
background-color css
<style>
a { background-color: #939467; }
a { background-color: rgb(147,148,103); }
div.DivClassName
{
background-color: #939467;
}
.BgClassName
{
background-color: #939467;
}
</style>
border-color css
<style>
span { border-color: #939467; }
span { border-color: rgb(147,148,103); }
td.TdClassName
{
border-color: #939467;
}
.TagClassName
{
border-color: #939467;
}
</style>