Shades of Avocado #919762
Tints of Avocado #919762
RGB
CMYK
RGB Variations
Color information
#919762 (or 0x919762) is known color: Avocado. HEX triplet: 91, 97 and 62. RGB value is (145,151,98). Sum of RGB (Red+Green+Blue) = 145+151+98=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #919762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919762 is #6E689D. Grayscale: #8F8F8F. Windows color (decimal): -7235742 or 6461329. OLE color: 6461329.
HSL color Cylindrical-coordinate representation of color #919762: hue angle of 66.79º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919762 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 151 | 98 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.41 |
| HSL | 66.79º | 0.21% | 0.49% | - |
| HSV(B) | 66.79º | 0.35% | 0.59% | - |
| XYZ | 24.95 | 29.03 | 15.84 | - |
| YUV | 143.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 98 | 0.04 | 0 | 0.35 | 0.41 | 66.79 | 0.21 | 0.49 |
| Hex | 91 | 97 | 62 | 4 | 0 | 23 | 29 | 43 | 15 | 31 |
| Octal | 221 | 227 | 142 | 4 | 0 | 43 | 51 | 103 | 25 | 61 |
| Binary | 10010001 | 10010111 | 1100010 | 100 | 0 | 100011 | 101001 | 1000011 | 10101 | 110001 |
Color Harmonies of #919762
Complementary color
Monochromatic Colors of #919762
Black with #919762
Text Example
Text Example
White with #919762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919762; }
p { color: rgb(145,151,98); }
H1.HeaderClassName
{
color: #919762;
}
.AnyTagClassName
{
color: #919762;
}
</style>
background-color css
<style>
a { background-color: #919762; }
a { background-color: rgb(145,151,98); }
div.DivClassName
{
background-color: #919762;
}
.BgClassName
{
background-color: #919762;
}
</style>
border-color css
<style>
span { border-color: #919762; }
span { border-color: rgb(145,151,98); }
td.TdClassName
{
border-color: #919762;
}
.TagClassName
{
border-color: #919762;
}
</style>