Shades of Avocado #919751
Tints of Avocado #919751
RGB
CMYK
RGB Variations
Color information
#919751 (or 0x919751) is known color: Avocado. HEX triplet: 91, 97 and 51. RGB value is (145,151,81). Sum of RGB (Red+Green+Blue) = 145+151+81=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #919751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919751 is #6E68AE. Grayscale: #8D8D8D. Windows color (decimal): -7235759 or 5347217. OLE color: 5347217.
HSL color Cylindrical-coordinate representation of color #919751: hue angle of 65.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #919751 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 151 | 81 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.41 |
| HSL | 65.14º | 0.3% | 0.45% | - |
| HSV(B) | 65.14º | 0.46% | 0.59% | - |
| XYZ | 24.23 | 28.75 | 12.06 | - |
| YUV | 141.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 81 | 0.04 | 0 | 0.46 | 0.41 | 65.14 | 0.3 | 0.45 |
| Hex | 91 | 97 | 51 | 4 | 0 | 2E | 29 | 41 | 1E | 2D |
| Octal | 221 | 227 | 121 | 4 | 0 | 56 | 51 | 101 | 36 | 55 |
| Binary | 10010001 | 10010111 | 1010001 | 100 | 0 | 101110 | 101001 | 1000001 | 11110 | 101101 |
Color Harmonies of #919751
Complementary color
Monochromatic Colors of #919751
Black with #919751
Text Example
Text Example
White with #919751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919751; }
p { color: rgb(145,151,81); }
H1.HeaderClassName
{
color: #919751;
}
.AnyTagClassName
{
color: #919751;
}
</style>
background-color css
<style>
a { background-color: #919751; }
a { background-color: rgb(145,151,81); }
div.DivClassName
{
background-color: #919751;
}
.BgClassName
{
background-color: #919751;
}
</style>
border-color css
<style>
span { border-color: #919751; }
span { border-color: rgb(145,151,81); }
td.TdClassName
{
border-color: #919751;
}
.TagClassName
{
border-color: #919751;
}
</style>