Shades of Avocado #949968
Tints of Avocado #949968
RGB
CMYK
RGB Variations
Color information
#949968 (or 0x949968) is known color: Avocado. HEX triplet: 94, 99 and 68. RGB value is (148,153,104). Sum of RGB (Red+Green+Blue) = 148+153+104=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #949968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949968 is #6B6697. Grayscale: #929292. Windows color (decimal): -7038616 or 6855060. OLE color: 6855060.
HSL color Cylindrical-coordinate representation of color #949968: hue angle of 66.12º 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 #949968 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 104 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.4 |
| HSL | 66.12º | 0.19% | 0.5% | - |
| HSV(B) | 66.12º | 0.32% | 0.6% | - |
| XYZ | 26.1 | 30.08 | 17.53 | - |
| YUV | 145.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 104 | 0.03 | 0 | 0.32 | 0.4 | 66.12 | 0.19 | 0.5 |
| Hex | 94 | 99 | 68 | 3 | 0 | 20 | 28 | 42 | 13 | 32 |
| Octal | 224 | 231 | 150 | 3 | 0 | 40 | 50 | 102 | 23 | 62 |
| Binary | 10010100 | 10011001 | 1101000 | 11 | 0 | 100000 | 101000 | 1000010 | 10011 | 110010 |
Color Harmonies of #949968
Complementary color
Monochromatic Colors of #949968
Black with #949968
Text Example
Text Example
White with #949968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949968; }
p { color: rgb(148,153,104); }
H1.HeaderClassName
{
color: #949968;
}
.AnyTagClassName
{
color: #949968;
}
</style>
background-color css
<style>
a { background-color: #949968; }
a { background-color: rgb(148,153,104); }
div.DivClassName
{
background-color: #949968;
}
.BgClassName
{
background-color: #949968;
}
</style>
border-color css
<style>
span { border-color: #949968; }
span { border-color: rgb(148,153,104); }
td.TdClassName
{
border-color: #949968;
}
.TagClassName
{
border-color: #949968;
}
</style>