Shades of Avocado #94956C
Tints of Avocado #94956C
RGB
CMYK
RGB Variations
Color information
#94956C (or 0x94956C) is known color: Avocado. HEX triplet: 94, 95 and 6C. RGB value is (148,149,108). Sum of RGB (Red+Green+Blue) = 148+149+108=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #94956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94956C is #6B6A93. Grayscale: #909090. Windows color (decimal): -7039636 or 7116180. OLE color: 7116180.
HSL color Cylindrical-coordinate representation of color #94956C: hue angle of 61.46º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94956C is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 149 | 108 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.42 |
| HSL | 61.46º | 0.16% | 0.5% | - |
| HSV(B) | 61.46º | 0.28% | 0.58% | - |
| XYZ | 25.67 | 28.87 | 18.41 | - |
| YUV | 144.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 108 | 0.01 | 0 | 0.28 | 0.42 | 61.46 | 0.16 | 0.5 |
| Hex | 94 | 95 | 6C | 1 | 0 | 1C | 2A | 3D | 10 | 32 |
| Octal | 224 | 225 | 154 | 1 | 0 | 34 | 52 | 75 | 20 | 62 |
| Binary | 10010100 | 10010101 | 1101100 | 1 | 0 | 11100 | 101010 | 111101 | 10000 | 110010 |
Color Harmonies of #94956C
Complementary color
Monochromatic Colors of #94956C
Black with #94956C
Text Example
Text Example
White with #94956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94956C; }
p { color: rgb(148,149,108); }
H1.HeaderClassName
{
color: #94956C;
}
.AnyTagClassName
{
color: #94956C;
}
</style>
background-color css
<style>
a { background-color: #94956C; }
a { background-color: rgb(148,149,108); }
div.DivClassName
{
background-color: #94956C;
}
.BgClassName
{
background-color: #94956C;
}
</style>
border-color css
<style>
span { border-color: #94956C; }
span { border-color: rgb(148,149,108); }
td.TdClassName
{
border-color: #94956C;
}
.TagClassName
{
border-color: #94956C;
}
</style>