Shades of Avocado #919462
Tints of Avocado #919462
RGB
CMYK
RGB Variations
Color information
#919462 (or 0x919462) is known color: Avocado. HEX triplet: 91, 94 and 62. RGB value is (145,148,98). Sum of RGB (Red+Green+Blue) = 145+148+98=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #919462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919462 is #6E6B9D. Grayscale: #8D8D8D. Windows color (decimal): -7236510 or 6460561. OLE color: 6460561.
HSL color Cylindrical-coordinate representation of color #919462: hue angle of 63.6º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919462 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 148 | 98 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.42 |
| HSL | 63.6º | 0.2% | 0.48% | - |
| HSV(B) | 63.6º | 0.34% | 0.58% | - |
| XYZ | 24.47 | 28.08 | 15.69 | - |
| YUV | 141.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 98 | 0.02 | 0 | 0.34 | 0.42 | 63.6 | 0.2 | 0.48 |
| Hex | 91 | 94 | 62 | 2 | 0 | 22 | 2A | 40 | 14 | 30 |
| Octal | 221 | 224 | 142 | 2 | 0 | 42 | 52 | 100 | 24 | 60 |
| Binary | 10010001 | 10010100 | 1100010 | 10 | 0 | 100010 | 101010 | 1000000 | 10100 | 110000 |
Color Harmonies of #919462
Complementary color
Monochromatic Colors of #919462
Black with #919462
Text Example
Text Example
White with #919462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919462; }
p { color: rgb(145,148,98); }
H1.HeaderClassName
{
color: #919462;
}
.AnyTagClassName
{
color: #919462;
}
</style>
background-color css
<style>
a { background-color: #919462; }
a { background-color: rgb(145,148,98); }
div.DivClassName
{
background-color: #919462;
}
.BgClassName
{
background-color: #919462;
}
</style>
border-color css
<style>
span { border-color: #919462; }
span { border-color: rgb(145,148,98); }
td.TdClassName
{
border-color: #919462;
}
.TagClassName
{
border-color: #919462;
}
</style>