Shades of Avocado #919466
Tints of Avocado #919466
RGB
CMYK
RGB Variations
Color information
#919466 (or 0x919466) is known color: Avocado. HEX triplet: 91, 94 and 66. RGB value is (145,148,102). Sum of RGB (Red+Green+Blue) = 145+148+102=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #919466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919466 is #6E6B99. Grayscale: #8E8E8E. Windows color (decimal): -7236506 or 6722705. OLE color: 6722705.
HSL color Cylindrical-coordinate representation of color #919466: hue angle of 63.91º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #919466 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 148 | 102 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.42 |
| HSL | 63.91º | 0.18% | 0.49% | - |
| HSV(B) | 63.91º | 0.31% | 0.58% | - |
| XYZ | 24.67 | 28.16 | 16.71 | - |
| YUV | 141.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 102 | 0.02 | 0 | 0.31 | 0.42 | 63.91 | 0.18 | 0.49 |
| Hex | 91 | 94 | 66 | 2 | 0 | 1F | 2A | 40 | 12 | 31 |
| Octal | 221 | 224 | 146 | 2 | 0 | 37 | 52 | 100 | 22 | 61 |
| Binary | 10010001 | 10010100 | 1100110 | 10 | 0 | 11111 | 101010 | 1000000 | 10010 | 110001 |
Color Harmonies of #919466
Complementary color
Monochromatic Colors of #919466
Black with #919466
Text Example
Text Example
White with #919466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919466; }
p { color: rgb(145,148,102); }
H1.HeaderClassName
{
color: #919466;
}
.AnyTagClassName
{
color: #919466;
}
</style>
background-color css
<style>
a { background-color: #919466; }
a { background-color: rgb(145,148,102); }
div.DivClassName
{
background-color: #919466;
}
.BgClassName
{
background-color: #919466;
}
</style>
border-color css
<style>
span { border-color: #919466; }
span { border-color: rgb(145,148,102); }
td.TdClassName
{
border-color: #919466;
}
.TagClassName
{
border-color: #919466;
}
</style>