Shades of Avocado #909167
Tints of Avocado #909167
RGB
CMYK
RGB Variations
Color information
#909167 (or 0x909167) is known color: Avocado. HEX triplet: 90, 91 and 67. RGB value is (144,145,103). Sum of RGB (Red+Green+Blue) = 144+145+103=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #909167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909167 is #6F6E98. Grayscale: #8C8C8C. Windows color (decimal): -7302809 or 6787472. OLE color: 6787472.
HSL color Cylindrical-coordinate representation of color #909167: hue angle of 61.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #909167 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 145 | 103 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.43 |
| HSL | 61.43º | 0.17% | 0.49% | - |
| HSV(B) | 61.43º | 0.29% | 0.57% | - |
| XYZ | 24.08 | 27.16 | 16.81 | - |
| YUV | 139.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 145 | 103 | 0.01 | 0 | 0.29 | 0.43 | 61.43 | 0.17 | 0.49 |
| Hex | 90 | 91 | 67 | 1 | 0 | 1D | 2B | 3D | 11 | 31 |
| Octal | 220 | 221 | 147 | 1 | 0 | 35 | 53 | 75 | 21 | 61 |
| Binary | 10010000 | 10010001 | 1100111 | 1 | 0 | 11101 | 101011 | 111101 | 10001 | 110001 |
Color Harmonies of #909167
Complementary color
Monochromatic Colors of #909167
Black with #909167
Text Example
Text Example
White with #909167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909167; }
p { color: rgb(144,145,103); }
H1.HeaderClassName
{
color: #909167;
}
.AnyTagClassName
{
color: #909167;
}
</style>
background-color css
<style>
a { background-color: #909167; }
a { background-color: rgb(144,145,103); }
div.DivClassName
{
background-color: #909167;
}
.BgClassName
{
background-color: #909167;
}
</style>
border-color css
<style>
span { border-color: #909167; }
span { border-color: rgb(144,145,103); }
td.TdClassName
{
border-color: #909167;
}
.TagClassName
{
border-color: #909167;
}
</style>