Shades of Avocado #94956A
Tints of Avocado #94956A
RGB
CMYK
RGB Variations
Color information
#94956A (or 0x94956A) is known color: Avocado. HEX triplet: 94, 95 and 6A. RGB value is (148,149,106). Sum of RGB (Red+Green+Blue) = 148+149+106=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #94956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94956A is #6B6A95. Grayscale: #8F8F8F. Windows color (decimal): -7039638 or 6985108. OLE color: 6985108.
HSL color Cylindrical-coordinate representation of color #94956A: 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 #94956A is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 149 | 106 | - |
| 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.56 | 28.83 | 17.85 | - |
| YUV | 143.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 106 | 0.01 | 0 | 0.29 | 0.42 | 61.4 | 0.17 | 0.5 |
| Hex | 94 | 95 | 6A | 1 | 0 | 1D | 2A | 3D | 11 | 32 |
| Octal | 224 | 225 | 152 | 1 | 0 | 35 | 52 | 75 | 21 | 62 |
| Binary | 10010100 | 10010101 | 1101010 | 1 | 0 | 11101 | 101010 | 111101 | 10001 | 110010 |
Color Harmonies of #94956A
Complementary color
Monochromatic Colors of #94956A
Black with #94956A
Text Example
Text Example
White with #94956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94956A; }
p { color: rgb(148,149,106); }
H1.HeaderClassName
{
color: #94956A;
}
.AnyTagClassName
{
color: #94956A;
}
</style>
background-color css
<style>
a { background-color: #94956A; }
a { background-color: rgb(148,149,106); }
div.DivClassName
{
background-color: #94956A;
}
.BgClassName
{
background-color: #94956A;
}
</style>
border-color css
<style>
span { border-color: #94956A; }
span { border-color: rgb(148,149,106); }
td.TdClassName
{
border-color: #94956A;
}
.TagClassName
{
border-color: #94956A;
}
</style>