Shades of Avocado #919755
Tints of Avocado #919755
RGB
CMYK
RGB Variations
Color information
#919755 (or 0x919755) is known color: Avocado. HEX triplet: 91, 97 and 55. RGB value is (145,151,85). Sum of RGB (Red+Green+Blue) = 145+151+85=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 151 - color contains mainly: green. Hex color #919755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919755 is #6E68AA. Grayscale: #8D8D8D. Windows color (decimal): -7235755 or 5609361. OLE color: 5609361.
HSL color Cylindrical-coordinate representation of color #919755: hue angle of 65.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #919755 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 151 | 85 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.41 |
| HSL | 65.45º | 0.28% | 0.46% | - |
| HSV(B) | 65.45º | 0.44% | 0.59% | - |
| XYZ | 24.38 | 28.81 | 12.87 | - |
| YUV | 141.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 85 | 0.04 | 0 | 0.44 | 0.41 | 65.45 | 0.28 | 0.46 |
| Hex | 91 | 97 | 55 | 4 | 0 | 2C | 29 | 41 | 1C | 2E |
| Octal | 221 | 227 | 125 | 4 | 0 | 54 | 51 | 101 | 34 | 56 |
| Binary | 10010001 | 10010111 | 1010101 | 100 | 0 | 101100 | 101001 | 1000001 | 11100 | 101110 |
Color Harmonies of #919755
Complementary color
Monochromatic Colors of #919755
Black with #919755
Text Example
Text Example
White with #919755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919755; }
p { color: rgb(145,151,85); }
H1.HeaderClassName
{
color: #919755;
}
.AnyTagClassName
{
color: #919755;
}
</style>
background-color css
<style>
a { background-color: #919755; }
a { background-color: rgb(145,151,85); }
div.DivClassName
{
background-color: #919755;
}
.BgClassName
{
background-color: #919755;
}
</style>
border-color css
<style>
span { border-color: #919755; }
span { border-color: rgb(145,151,85); }
td.TdClassName
{
border-color: #919755;
}
.TagClassName
{
border-color: #919755;
}
</style>