Shades of Avocado #919763
Tints of Avocado #919763
RGB
CMYK
RGB Variations
Color information
#919763 (or 0x919763) is known color: Avocado. HEX triplet: 91, 97 and 63. RGB value is (145,151,99). Sum of RGB (Red+Green+Blue) = 145+151+99=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #919763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919763 is #6E689C. Grayscale: #8F8F8F. Windows color (decimal): -7235741 or 6526865. OLE color: 6526865.
HSL color Cylindrical-coordinate representation of color #919763: hue angle of 66.92º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919763 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 151 | 99 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.41 |
| HSL | 66.92º | 0.21% | 0.49% | - |
| HSV(B) | 66.92º | 0.34% | 0.59% | - |
| XYZ | 25 | 29.05 | 16.09 | - |
| YUV | 143.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 99 | 0.04 | 0 | 0.34 | 0.41 | 66.92 | 0.21 | 0.49 |
| Hex | 91 | 97 | 63 | 4 | 0 | 22 | 29 | 43 | 15 | 31 |
| Octal | 221 | 227 | 143 | 4 | 0 | 42 | 51 | 103 | 25 | 61 |
| Binary | 10010001 | 10010111 | 1100011 | 100 | 0 | 100010 | 101001 | 1000011 | 10101 | 110001 |
Color Harmonies of #919763
Complementary color
Monochromatic Colors of #919763
Black with #919763
Text Example
Text Example
White with #919763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919763; }
p { color: rgb(145,151,99); }
H1.HeaderClassName
{
color: #919763;
}
.AnyTagClassName
{
color: #919763;
}
</style>
background-color css
<style>
a { background-color: #919763; }
a { background-color: rgb(145,151,99); }
div.DivClassName
{
background-color: #919763;
}
.BgClassName
{
background-color: #919763;
}
</style>
border-color css
<style>
span { border-color: #919763; }
span { border-color: rgb(145,151,99); }
td.TdClassName
{
border-color: #919763;
}
.TagClassName
{
border-color: #919763;
}
</style>