Shades of Avocado #909968
Tints of Avocado #909968
RGB
CMYK
RGB Variations
Color information
#909968 (or 0x909968) is known color: Avocado. HEX triplet: 90, 99 and 68. RGB value is (144,153,104). Sum of RGB (Red+Green+Blue) = 144+153+104=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #909968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909968 is #6F6697. Grayscale: #909090. Windows color (decimal): -7300760 or 6855056. OLE color: 6855056.
HSL color Cylindrical-coordinate representation of color #909968: hue angle of 71.02º 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 #909968 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 104 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.4 |
| HSL | 71.02º | 0.19% | 0.5% | - |
| HSV(B) | 71.02º | 0.32% | 0.6% | - |
| XYZ | 25.39 | 29.71 | 17.49 | - |
| YUV | 144.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 104 | 0.06 | 0 | 0.32 | 0.4 | 71.02 | 0.19 | 0.5 |
| Hex | 90 | 99 | 68 | 6 | 0 | 20 | 28 | 47 | 13 | 32 |
| Octal | 220 | 231 | 150 | 6 | 0 | 40 | 50 | 107 | 23 | 62 |
| Binary | 10010000 | 10011001 | 1101000 | 110 | 0 | 100000 | 101000 | 1000111 | 10011 | 110010 |
Color Harmonies of #909968
Complementary color
Monochromatic Colors of #909968
Black with #909968
Text Example
Text Example
White with #909968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909968; }
p { color: rgb(144,153,104); }
H1.HeaderClassName
{
color: #909968;
}
.AnyTagClassName
{
color: #909968;
}
</style>
background-color css
<style>
a { background-color: #909968; }
a { background-color: rgb(144,153,104); }
div.DivClassName
{
background-color: #909968;
}
.BgClassName
{
background-color: #909968;
}
</style>
border-color css
<style>
span { border-color: #909968; }
span { border-color: rgb(144,153,104); }
td.TdClassName
{
border-color: #909968;
}
.TagClassName
{
border-color: #909968;
}
</style>