Shades of Avocado #949360
Tints of Avocado #949360
RGB
CMYK
RGB Variations
Color information
#949360 (or 0x949360) is known color: Avocado. HEX triplet: 94, 93 and 60. RGB value is (148,147,96). Sum of RGB (Red+Green+Blue) = 148+147+96=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #949360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949360 is #6B6C9F. Grayscale: #8D8D8D. Windows color (decimal): -7040160 or 6329236. OLE color: 6329236.
HSL color Cylindrical-coordinate representation of color #949360: hue angle of 58.85º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #949360 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 96 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.42 |
| HSL | 58.85º | 0.21% | 0.48% | - |
| HSV(B) | 58.85º | 0.35% | 0.58% | - |
| XYZ | 24.76 | 28.01 | 15.17 | - |
| YUV | 141.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 96 | 0 | 0.01 | 0.35 | 0.42 | 58.85 | 0.21 | 0.48 |
| Hex | 94 | 93 | 60 | 0 | 1 | 23 | 2A | 3B | 15 | 30 |
| Octal | 224 | 223 | 140 | 0 | 1 | 43 | 52 | 73 | 25 | 60 |
| Binary | 10010100 | 10010011 | 1100000 | 0 | 1 | 100011 | 101010 | 111011 | 10101 | 110000 |
Color Harmonies of #949360
Complementary color
Monochromatic Colors of #949360
Black with #949360
Text Example
Text Example
White with #949360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949360; }
p { color: rgb(148,147,96); }
H1.HeaderClassName
{
color: #949360;
}
.AnyTagClassName
{
color: #949360;
}
</style>
background-color css
<style>
a { background-color: #949360; }
a { background-color: rgb(148,147,96); }
div.DivClassName
{
background-color: #949360;
}
.BgClassName
{
background-color: #949360;
}
</style>
border-color css
<style>
span { border-color: #949360; }
span { border-color: rgb(148,147,96); }
td.TdClassName
{
border-color: #949360;
}
.TagClassName
{
border-color: #949360;
}
</style>