Shades of Avocado #919968
Tints of Avocado #919968
RGB
CMYK
RGB Variations
Color information
#919968 (or 0x919968) is known color: Avocado. HEX triplet: 91, 99 and 68. RGB value is (145,153,104). Sum of RGB (Red+Green+Blue) = 145+153+104=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #919968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919968 is #6E6697. Grayscale: #919191. Windows color (decimal): -7235224 or 6855057. OLE color: 6855057.
HSL color Cylindrical-coordinate representation of color #919968: hue angle of 69.8º 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 #919968 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 104 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.4 |
| HSL | 69.8º | 0.19% | 0.5% | - |
| HSV(B) | 69.8º | 0.32% | 0.6% | - |
| XYZ | 25.57 | 29.8 | 17.5 | - |
| YUV | 145.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 104 | 0.05 | 0 | 0.32 | 0.4 | 69.8 | 0.19 | 0.5 |
| Hex | 91 | 99 | 68 | 5 | 0 | 20 | 28 | 46 | 13 | 32 |
| Octal | 221 | 231 | 150 | 5 | 0 | 40 | 50 | 106 | 23 | 62 |
| Binary | 10010001 | 10011001 | 1101000 | 101 | 0 | 100000 | 101000 | 1000110 | 10011 | 110010 |
Color Harmonies of #919968
Complementary color
Monochromatic Colors of #919968
Black with #919968
Text Example
Text Example
White with #919968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919968; }
p { color: rgb(145,153,104); }
H1.HeaderClassName
{
color: #919968;
}
.AnyTagClassName
{
color: #919968;
}
</style>
background-color css
<style>
a { background-color: #919968; }
a { background-color: rgb(145,153,104); }
div.DivClassName
{
background-color: #919968;
}
.BgClassName
{
background-color: #919968;
}
</style>
border-color css
<style>
span { border-color: #919968; }
span { border-color: rgb(145,153,104); }
td.TdClassName
{
border-color: #919968;
}
.TagClassName
{
border-color: #919968;
}
</style>