Shades of Avocado #909069
Tints of Avocado #909069
RGB
CMYK
RGB Variations
Color information
#909069 (or 0x909069) is known color: Avocado. HEX triplet: 90, 90 and 69. RGB value is (144,144,105). Sum of RGB (Red+Green+Blue) = 144+144+105=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909069 is #6F6F96. Grayscale: #8B8B8B. Windows color (decimal): -7303063 or 6918288. OLE color: 6918288.
HSL color Cylindrical-coordinate representation of color #909069: 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.27%. Process color model (Four color, CMYK) of #909069 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 144 | 105 | - |
| CMYK | 0 | 0 | 0.27 | 0.44 |
| HSL | 60º | 0.16% | 0.49% | - |
| HSV(B) | 60º | 0.27% | 0.56% | - |
| XYZ | 24.02 | 26.9 | 17.29 | - |
| YUV | 139.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 105 | 0 | 0 | 0.27 | 0.44 | 60 | 0.16 | 0.49 |
| Hex | 90 | 90 | 69 | 0 | 0 | 1B | 2C | 3C | 10 | 31 |
| Octal | 220 | 220 | 151 | 0 | 0 | 33 | 54 | 74 | 20 | 61 |
| Binary | 10010000 | 10010000 | 1101001 | 0 | 0 | 11011 | 101100 | 111100 | 10000 | 110001 |
Color Harmonies of #909069
Complementary color
Monochromatic Colors of #909069
Black with #909069
Text Example
Text Example
White with #909069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909069; }
p { color: rgb(144,144,105); }
H1.HeaderClassName
{
color: #909069;
}
.AnyTagClassName
{
color: #909069;
}
</style>
background-color css
<style>
a { background-color: #909069; }
a { background-color: rgb(144,144,105); }
div.DivClassName
{
background-color: #909069;
}
.BgClassName
{
background-color: #909069;
}
</style>
border-color css
<style>
span { border-color: #909069; }
span { border-color: rgb(144,144,105); }
td.TdClassName
{
border-color: #909069;
}
.TagClassName
{
border-color: #909069;
}
</style>