Shades of Avocado #919B65
Tints of Avocado #919B65
RGB
CMYK
RGB Variations
Color information
#919B65 (or 0x919B65) is known color: Avocado. HEX triplet: 91, 9B and 65. RGB value is (145,155,101). Sum of RGB (Red+Green+Blue) = 145+155+101=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #919B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B65 is #6E649A. Grayscale: #929292. Windows color (decimal): -7234715 or 6658961. OLE color: 6658961.
HSL color Cylindrical-coordinate representation of color #919B65: hue angle of 71.11º degrees, saturation: 0.21, 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 #919B65 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 101 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.39 |
| HSL | 71.11º | 0.21% | 0.5% | - |
| HSV(B) | 71.11º | 0.35% | 0.61% | - |
| XYZ | 25.75 | 30.4 | 16.82 | - |
| YUV | 145.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 101 | 0.06 | 0 | 0.35 | 0.39 | 71.11 | 0.21 | 0.5 |
| Hex | 91 | 9B | 65 | 6 | 0 | 23 | 27 | 47 | 15 | 32 |
| Octal | 221 | 233 | 145 | 6 | 0 | 43 | 47 | 107 | 25 | 62 |
| Binary | 10010001 | 10011011 | 1100101 | 110 | 0 | 100011 | 100111 | 1000111 | 10101 | 110010 |
Color Harmonies of #919B65
Complementary color
Monochromatic Colors of #919B65
Black with #919B65
Text Example
Text Example
White with #919B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B65; }
p { color: rgb(145,155,101); }
H1.HeaderClassName
{
color: #919B65;
}
.AnyTagClassName
{
color: #919B65;
}
</style>
background-color css
<style>
a { background-color: #919B65; }
a { background-color: rgb(145,155,101); }
div.DivClassName
{
background-color: #919B65;
}
.BgClassName
{
background-color: #919B65;
}
</style>
border-color css
<style>
span { border-color: #919B65; }
span { border-color: rgb(145,155,101); }
td.TdClassName
{
border-color: #919B65;
}
.TagClassName
{
border-color: #919B65;
}
</style>