Shades of Avocado #919B63
Tints of Avocado #919B63
RGB
CMYK
RGB Variations
Color information
#919B63 (or 0x919B63) is known color: Avocado. HEX triplet: 91, 9B and 63. RGB value is (145,155,99). Sum of RGB (Red+Green+Blue) = 145+155+99=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #919B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B63 is #6E649C. Grayscale: #919191. Windows color (decimal): -7234717 or 6527889. OLE color: 6527889.
HSL color Cylindrical-coordinate representation of color #919B63: hue angle of 70.71º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #919B63 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 99 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.39 |
| HSL | 70.71º | 0.22% | 0.5% | - |
| HSV(B) | 70.71º | 0.36% | 0.61% | - |
| XYZ | 25.65 | 30.36 | 16.31 | - |
| YUV | 145.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 99 | 0.06 | 0 | 0.36 | 0.39 | 70.71 | 0.22 | 0.5 |
| Hex | 91 | 9B | 63 | 6 | 0 | 24 | 27 | 47 | 16 | 32 |
| Octal | 221 | 233 | 143 | 6 | 0 | 44 | 47 | 107 | 26 | 62 |
| Binary | 10010001 | 10011011 | 1100011 | 110 | 0 | 100100 | 100111 | 1000111 | 10110 | 110010 |
Color Harmonies of #919B63
Complementary color
Monochromatic Colors of #919B63
Black with #919B63
Text Example
Text Example
White with #919B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B63; }
p { color: rgb(145,155,99); }
H1.HeaderClassName
{
color: #919B63;
}
.AnyTagClassName
{
color: #919B63;
}
</style>
background-color css
<style>
a { background-color: #919B63; }
a { background-color: rgb(145,155,99); }
div.DivClassName
{
background-color: #919B63;
}
.BgClassName
{
background-color: #919B63;
}
</style>
border-color css
<style>
span { border-color: #919B63; }
span { border-color: rgb(145,155,99); }
td.TdClassName
{
border-color: #919B63;
}
.TagClassName
{
border-color: #919B63;
}
</style>