Shades of Avocado #949868
Tints of Avocado #949868
RGB
CMYK
RGB Variations
Color information
#949868 (or 0x949868) is known color: Avocado. HEX triplet: 94, 98 and 68. RGB value is (148,152,104). Sum of RGB (Red+Green+Blue) = 148+152+104=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #949868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949868 is #6B6797. Grayscale: #919191. Windows color (decimal): -7038872 or 6854804. OLE color: 6854804.
HSL color Cylindrical-coordinate representation of color #949868: hue angle of 65º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949868 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 152 | 104 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.40 |
| HSL | 65º | 0.19% | 0.5% | - |
| HSV(B) | 65º | 0.32% | 0.6% | - |
| XYZ | 25.94 | 29.75 | 17.47 | - |
| YUV | 145.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 104 | 0.03 | 0 | 0.32 | 0.40 | 65 | 0.19 | 0.5 |
| Hex | 94 | 98 | 68 | 3 | 0 | 20 | 28 | 41 | 13 | 32 |
| Octal | 224 | 230 | 150 | 3 | 0 | 40 | 50 | 101 | 23 | 62 |
| Binary | 10010100 | 10011000 | 1101000 | 11 | 0 | 100000 | 101000 | 1000001 | 10011 | 110010 |
Color Harmonies of #949868
Complementary color
Monochromatic Colors of #949868
Black with #949868
Text Example
Text Example
White with #949868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949868; }
p { color: rgb(148,152,104); }
H1.HeaderClassName
{
color: #949868;
}
.AnyTagClassName
{
color: #949868;
}
</style>
background-color css
<style>
a { background-color: #949868; }
a { background-color: rgb(148,152,104); }
div.DivClassName
{
background-color: #949868;
}
.BgClassName
{
background-color: #949868;
}
</style>
border-color css
<style>
span { border-color: #949868; }
span { border-color: rgb(148,152,104); }
td.TdClassName
{
border-color: #949868;
}
.TagClassName
{
border-color: #949868;
}
</style>