Shades of Avocado #949364
Tints of Avocado #949364
RGB
CMYK
RGB Variations
Color information
#949364 (or 0x949364) is known color: Avocado. HEX triplet: 94, 93 and 64. RGB value is (148,147,100). Sum of RGB (Red+Green+Blue) = 148+147+100=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #949364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949364 is #6B6C9B. Grayscale: #8E8E8E. Windows color (decimal): -7040156 or 6591380. OLE color: 6591380.
HSL color Cylindrical-coordinate representation of color #949364: hue angle of 58.75º 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 #949364 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 100 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.42 |
| HSL | 58.75º | 0.19% | 0.49% | - |
| HSV(B) | 58.75º | 0.32% | 0.58% | - |
| XYZ | 24.95 | 28.08 | 16.16 | - |
| YUV | 141.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 100 | 0 | 0.01 | 0.32 | 0.42 | 58.75 | 0.19 | 0.49 |
| Hex | 94 | 93 | 64 | 0 | 1 | 20 | 2A | 3B | 13 | 31 |
| Octal | 224 | 223 | 144 | 0 | 1 | 40 | 52 | 73 | 23 | 61 |
| Binary | 10010100 | 10010011 | 1100100 | 0 | 1 | 100000 | 101010 | 111011 | 10011 | 110001 |
Color Harmonies of #949364
Complementary color
Monochromatic Colors of #949364
Black with #949364
Text Example
Text Example
White with #949364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949364; }
p { color: rgb(148,147,100); }
H1.HeaderClassName
{
color: #949364;
}
.AnyTagClassName
{
color: #949364;
}
</style>
background-color css
<style>
a { background-color: #949364; }
a { background-color: rgb(148,147,100); }
div.DivClassName
{
background-color: #949364;
}
.BgClassName
{
background-color: #949364;
}
</style>
border-color css
<style>
span { border-color: #949364; }
span { border-color: rgb(148,147,100); }
td.TdClassName
{
border-color: #949364;
}
.TagClassName
{
border-color: #949364;
}
</style>