Shades of Avocado #949865
Tints of Avocado #949865
RGB
CMYK
RGB Variations
Color information
#949865 (or 0x949865) is known color: Avocado. HEX triplet: 94, 98 and 65. RGB value is (148,152,101). Sum of RGB (Red+Green+Blue) = 148+152+101=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #949865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949865 is #6B679A. Grayscale: #919191. Windows color (decimal): -7038875 or 6658196. OLE color: 6658196.
HSL color Cylindrical-coordinate representation of color #949865: hue angle of 64.71º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949865 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 152 | 101 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.40 |
| HSL | 64.71º | 0.2% | 0.5% | - |
| HSV(B) | 64.71º | 0.34% | 0.6% | - |
| XYZ | 25.79 | 29.69 | 16.68 | - |
| YUV | 144.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 101 | 0.03 | 0 | 0.34 | 0.40 | 64.71 | 0.2 | 0.5 |
| Hex | 94 | 98 | 65 | 3 | 0 | 22 | 28 | 41 | 14 | 32 |
| Octal | 224 | 230 | 145 | 3 | 0 | 42 | 50 | 101 | 24 | 62 |
| Binary | 10010100 | 10011000 | 1100101 | 11 | 0 | 100010 | 101000 | 1000001 | 10100 | 110010 |
Color Harmonies of #949865
Complementary color
Monochromatic Colors of #949865
Black with #949865
Text Example
Text Example
White with #949865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949865; }
p { color: rgb(148,152,101); }
H1.HeaderClassName
{
color: #949865;
}
.AnyTagClassName
{
color: #949865;
}
</style>
background-color css
<style>
a { background-color: #949865; }
a { background-color: rgb(148,152,101); }
div.DivClassName
{
background-color: #949865;
}
.BgClassName
{
background-color: #949865;
}
</style>
border-color css
<style>
span { border-color: #949865; }
span { border-color: rgb(148,152,101); }
td.TdClassName
{
border-color: #949865;
}
.TagClassName
{
border-color: #949865;
}
</style>