Shades of Avocado #919B64
Tints of Avocado #919B64
RGB
CMYK
RGB Variations
Color information
#919B64 (or 0x919B64) is known color: Avocado. HEX triplet: 91, 9B and 64. RGB value is (145,155,100). Sum of RGB (Red+Green+Blue) = 145+155+100=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #919B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B64 is #6E649B. Grayscale: #919191. Windows color (decimal): -7234716 or 6593425. OLE color: 6593425.
HSL color Cylindrical-coordinate representation of color #919B64: hue angle of 70.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919B64 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 100 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.39 |
| HSL | 70.91º | 0.22% | 0.5% | - |
| HSV(B) | 70.91º | 0.35% | 0.61% | - |
| XYZ | 25.7 | 30.38 | 16.57 | - |
| YUV | 145.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 100 | 0.06 | 0 | 0.35 | 0.39 | 70.91 | 0.22 | 0.5 |
| Hex | 91 | 9B | 64 | 6 | 0 | 23 | 27 | 47 | 16 | 32 |
| Octal | 221 | 233 | 144 | 6 | 0 | 43 | 47 | 107 | 26 | 62 |
| Binary | 10010001 | 10011011 | 1100100 | 110 | 0 | 100011 | 100111 | 1000111 | 10110 | 110010 |
Color Harmonies of #919B64
Complementary color
Monochromatic Colors of #919B64
Black with #919B64
Text Example
Text Example
White with #919B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B64; }
p { color: rgb(145,155,100); }
H1.HeaderClassName
{
color: #919B64;
}
.AnyTagClassName
{
color: #919B64;
}
</style>
background-color css
<style>
a { background-color: #919B64; }
a { background-color: rgb(145,155,100); }
div.DivClassName
{
background-color: #919B64;
}
.BgClassName
{
background-color: #919B64;
}
</style>
border-color css
<style>
span { border-color: #919B64; }
span { border-color: rgb(145,155,100); }
td.TdClassName
{
border-color: #919B64;
}
.TagClassName
{
border-color: #919B64;
}
</style>