Shades of Avocado #909168
Tints of Avocado #909168
RGB
CMYK
RGB Variations
Color information
#909168 (or 0x909168) is known color: Avocado. HEX triplet: 90, 91 and 68. RGB value is (144,145,104). Sum of RGB (Red+Green+Blue) = 144+145+104=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #909168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909168 is #6F6E97. Grayscale: #8C8C8C. Windows color (decimal): -7302808 or 6853008. OLE color: 6853008.
HSL color Cylindrical-coordinate representation of color #909168: hue angle of 61.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #909168 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 145 | 104 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.43 |
| HSL | 61.46º | 0.16% | 0.49% | - |
| HSV(B) | 61.46º | 0.28% | 0.57% | - |
| XYZ | 24.13 | 27.18 | 17.07 | - |
| YUV | 140.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 145 | 104 | 0.01 | 0 | 0.28 | 0.43 | 61.46 | 0.16 | 0.49 |
| Hex | 90 | 91 | 68 | 1 | 0 | 1C | 2B | 3D | 10 | 31 |
| Octal | 220 | 221 | 150 | 1 | 0 | 34 | 53 | 75 | 20 | 61 |
| Binary | 10010000 | 10010001 | 1101000 | 1 | 0 | 11100 | 101011 | 111101 | 10000 | 110001 |
Color Harmonies of #909168
Complementary color
Monochromatic Colors of #909168
Black with #909168
Text Example
Text Example
White with #909168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909168; }
p { color: rgb(144,145,104); }
H1.HeaderClassName
{
color: #909168;
}
.AnyTagClassName
{
color: #909168;
}
</style>
background-color css
<style>
a { background-color: #909168; }
a { background-color: rgb(144,145,104); }
div.DivClassName
{
background-color: #909168;
}
.BgClassName
{
background-color: #909168;
}
</style>
border-color css
<style>
span { border-color: #909168; }
span { border-color: rgb(144,145,104); }
td.TdClassName
{
border-color: #909168;
}
.TagClassName
{
border-color: #909168;
}
</style>