Shades of Avocado #919752
Tints of Avocado #919752
RGB
CMYK
RGB Variations
Color information
#919752 (or 0x919752) is known color: Avocado. HEX triplet: 91, 97 and 52. RGB value is (145,151,82). Sum of RGB (Red+Green+Blue) = 145+151+82=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #919752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919752 is #6E68AD. Grayscale: #8D8D8D. Windows color (decimal): -7235758 or 5412753. OLE color: 5412753.
HSL color Cylindrical-coordinate representation of color #919752: hue angle of 65.22º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #919752 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 151 | 82 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.41 |
| HSL | 65.22º | 0.3% | 0.46% | - |
| HSV(B) | 65.22º | 0.46% | 0.59% | - |
| XYZ | 24.27 | 28.76 | 12.26 | - |
| YUV | 141.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 82 | 0.04 | 0 | 0.46 | 0.41 | 65.22 | 0.3 | 0.46 |
| Hex | 91 | 97 | 52 | 4 | 0 | 2E | 29 | 41 | 1E | 2E |
| Octal | 221 | 227 | 122 | 4 | 0 | 56 | 51 | 101 | 36 | 56 |
| Binary | 10010001 | 10010111 | 1010010 | 100 | 0 | 101110 | 101001 | 1000001 | 11110 | 101110 |
Color Harmonies of #919752
Complementary color
Monochromatic Colors of #919752
Black with #919752
Text Example
Text Example
White with #919752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919752; }
p { color: rgb(145,151,82); }
H1.HeaderClassName
{
color: #919752;
}
.AnyTagClassName
{
color: #919752;
}
</style>
background-color css
<style>
a { background-color: #919752; }
a { background-color: rgb(145,151,82); }
div.DivClassName
{
background-color: #919752;
}
.BgClassName
{
background-color: #919752;
}
</style>
border-color css
<style>
span { border-color: #919752; }
span { border-color: rgb(145,151,82); }
td.TdClassName
{
border-color: #919752;
}
.TagClassName
{
border-color: #919752;
}
</style>