Shades of Avocado #909068
Tints of Avocado #909068
RGB
CMYK
RGB Variations
Color information
#909068 (or 0x909068) is known color: Avocado. HEX triplet: 90, 90 and 68. RGB value is (144,144,104). Sum of RGB (Red+Green+Blue) = 144+144+104=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909068 is #6F6F97. Grayscale: #8B8B8B. Windows color (decimal): -7303064 or 6852752. OLE color: 6852752.
HSL color Cylindrical-coordinate representation of color #909068: hue angle of 60º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #909068 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 144 | 104 | - |
| CMYK | 0 | 0 | 0.28 | 0.44 |
| HSL | 60º | 0.16% | 0.49% | - |
| HSV(B) | 60º | 0.28% | 0.56% | - |
| XYZ | 23.97 | 26.88 | 17.02 | - |
| YUV | 139.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 104 | 0 | 0 | 0.28 | 0.44 | 60 | 0.16 | 0.49 |
| Hex | 90 | 90 | 68 | 0 | 0 | 1C | 2C | 3C | 10 | 31 |
| Octal | 220 | 220 | 150 | 0 | 0 | 34 | 54 | 74 | 20 | 61 |
| Binary | 10010000 | 10010000 | 1101000 | 0 | 0 | 11100 | 101100 | 111100 | 10000 | 110001 |
Color Harmonies of #909068
Complementary color
Monochromatic Colors of #909068
Black with #909068
Text Example
Text Example
White with #909068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909068; }
p { color: rgb(144,144,104); }
H1.HeaderClassName
{
color: #909068;
}
.AnyTagClassName
{
color: #909068;
}
</style>
background-color css
<style>
a { background-color: #909068; }
a { background-color: rgb(144,144,104); }
div.DivClassName
{
background-color: #909068;
}
.BgClassName
{
background-color: #909068;
}
</style>
border-color css
<style>
span { border-color: #909068; }
span { border-color: rgb(144,144,104); }
td.TdClassName
{
border-color: #909068;
}
.TagClassName
{
border-color: #909068;
}
</style>