Shades of Avocado #909769
Tints of Avocado #909769
RGB
CMYK
RGB Variations
Color information
#909769 (or 0x909769) is known color: Avocado. HEX triplet: 90, 97 and 69. RGB value is (144,151,105). Sum of RGB (Red+Green+Blue) = 144+151+105=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #909769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909769 is #6F6896. Grayscale: #8F8F8F. Windows color (decimal): -7301271 or 6920080. OLE color: 6920080.
HSL color Cylindrical-coordinate representation of color #909769: hue angle of 69.13º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #909769 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 151 | 105 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.41 |
| HSL | 69.13º | 0.18% | 0.5% | - |
| HSV(B) | 69.13º | 0.3% | 0.59% | - |
| XYZ | 25.12 | 29.08 | 17.65 | - |
| YUV | 143.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 151 | 105 | 0.05 | 0 | 0.30 | 0.41 | 69.13 | 0.18 | 0.5 |
| Hex | 90 | 97 | 69 | 5 | 0 | 1E | 29 | 45 | 12 | 32 |
| Octal | 220 | 227 | 151 | 5 | 0 | 36 | 51 | 105 | 22 | 62 |
| Binary | 10010000 | 10010111 | 1101001 | 101 | 0 | 11110 | 101001 | 1000101 | 10010 | 110010 |
Color Harmonies of #909769
Complementary color
Monochromatic Colors of #909769
Black with #909769
Text Example
Text Example
White with #909769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909769; }
p { color: rgb(144,151,105); }
H1.HeaderClassName
{
color: #909769;
}
.AnyTagClassName
{
color: #909769;
}
</style>
background-color css
<style>
a { background-color: #909769; }
a { background-color: rgb(144,151,105); }
div.DivClassName
{
background-color: #909769;
}
.BgClassName
{
background-color: #909769;
}
</style>
border-color css
<style>
span { border-color: #909769; }
span { border-color: rgb(144,151,105); }
td.TdClassName
{
border-color: #909769;
}
.TagClassName
{
border-color: #909769;
}
</style>