Shades of Avocado #949365
Tints of Avocado #949365
RGB
CMYK
RGB Variations
Color information
#949365 (or 0x949365) is known color: Avocado. HEX triplet: 94, 93 and 65. RGB value is (148,147,101). Sum of RGB (Red+Green+Blue) = 148+147+101=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #949365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949365 is #6B6C9A. Grayscale: #8E8E8E. Windows color (decimal): -7040155 or 6656916. OLE color: 6656916.
HSL color Cylindrical-coordinate representation of color #949365: hue angle of 58.72º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949365 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 101 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.42 |
| HSL | 58.72º | 0.19% | 0.49% | - |
| HSV(B) | 58.72º | 0.32% | 0.58% | - |
| XYZ | 25 | 28.1 | 16.42 | - |
| YUV | 142.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 101 | 0 | 0.01 | 0.32 | 0.42 | 58.72 | 0.19 | 0.49 |
| Hex | 94 | 93 | 65 | 0 | 1 | 20 | 2A | 3B | 13 | 31 |
| Octal | 224 | 223 | 145 | 0 | 1 | 40 | 52 | 73 | 23 | 61 |
| Binary | 10010100 | 10010011 | 1100101 | 0 | 1 | 100000 | 101010 | 111011 | 10011 | 110001 |
Color Harmonies of #949365
Complementary color
Monochromatic Colors of #949365
Black with #949365
Text Example
Text Example
White with #949365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949365; }
p { color: rgb(148,147,101); }
H1.HeaderClassName
{
color: #949365;
}
.AnyTagClassName
{
color: #949365;
}
</style>
background-color css
<style>
a { background-color: #949365; }
a { background-color: rgb(148,147,101); }
div.DivClassName
{
background-color: #949365;
}
.BgClassName
{
background-color: #949365;
}
</style>
border-color css
<style>
span { border-color: #949365; }
span { border-color: rgb(148,147,101); }
td.TdClassName
{
border-color: #949365;
}
.TagClassName
{
border-color: #949365;
}
</style>