Shades of Avocado #919669
Tints of Avocado #919669
RGB
CMYK
RGB Variations
Color information
#919669 (or 0x919669) is known color: Avocado. HEX triplet: 91, 96 and 69. RGB value is (145,150,105). Sum of RGB (Red+Green+Blue) = 145+150+105=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #919669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919669 is #6E6996. Grayscale: #8F8F8F. Windows color (decimal): -7235991 or 6919825. OLE color: 6919825.
HSL color Cylindrical-coordinate representation of color #919669: hue angle of 66.67º 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 #919669 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 105 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.41 |
| HSL | 66.67º | 0.18% | 0.5% | - |
| HSV(B) | 66.67º | 0.3% | 0.59% | - |
| XYZ | 25.13 | 28.85 | 17.61 | - |
| YUV | 143.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 105 | 0.03 | 0 | 0.30 | 0.41 | 66.67 | 0.18 | 0.5 |
| Hex | 91 | 96 | 69 | 3 | 0 | 1E | 29 | 43 | 12 | 32 |
| Octal | 221 | 226 | 151 | 3 | 0 | 36 | 51 | 103 | 22 | 62 |
| Binary | 10010001 | 10010110 | 1101001 | 11 | 0 | 11110 | 101001 | 1000011 | 10010 | 110010 |
Color Harmonies of #919669
Complementary color
Monochromatic Colors of #919669
Black with #919669
Text Example
Text Example
White with #919669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919669; }
p { color: rgb(145,150,105); }
H1.HeaderClassName
{
color: #919669;
}
.AnyTagClassName
{
color: #919669;
}
</style>
background-color css
<style>
a { background-color: #919669; }
a { background-color: rgb(145,150,105); }
div.DivClassName
{
background-color: #919669;
}
.BgClassName
{
background-color: #919669;
}
</style>
border-color css
<style>
span { border-color: #919669; }
span { border-color: rgb(145,150,105); }
td.TdClassName
{
border-color: #919669;
}
.TagClassName
{
border-color: #919669;
}
</style>