Shades of Avocado #919B69
Tints of Avocado #919B69
RGB
CMYK
RGB Variations
Color information
#919B69 (or 0x919B69) is known color: Avocado. HEX triplet: 91, 9B and 69. RGB value is (145,155,105). Sum of RGB (Red+Green+Blue) = 145+155+105=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #919B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B69 is #6E6496. Grayscale: #929292. Windows color (decimal): -7234711 or 6921105. OLE color: 6921105.
HSL color Cylindrical-coordinate representation of color #919B69: hue angle of 72º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #919B69 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 105 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.39 |
| HSL | 72º | 0.2% | 0.51% | - |
| HSV(B) | 72º | 0.32% | 0.61% | - |
| XYZ | 25.95 | 30.48 | 17.88 | - |
| YUV | 146.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 105 | 0.06 | 0 | 0.32 | 0.39 | 72 | 0.2 | 0.51 |
| Hex | 91 | 9B | 69 | 6 | 0 | 20 | 27 | 48 | 14 | 33 |
| Octal | 221 | 233 | 151 | 6 | 0 | 40 | 47 | 110 | 24 | 63 |
| Binary | 10010001 | 10011011 | 1101001 | 110 | 0 | 100000 | 100111 | 1001000 | 10100 | 110011 |
Color Harmonies of #919B69
Complementary color
Monochromatic Colors of #919B69
Black with #919B69
Text Example
Text Example
White with #919B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B69; }
p { color: rgb(145,155,105); }
H1.HeaderClassName
{
color: #919B69;
}
.AnyTagClassName
{
color: #919B69;
}
</style>
background-color css
<style>
a { background-color: #919B69; }
a { background-color: rgb(145,155,105); }
div.DivClassName
{
background-color: #919B69;
}
.BgClassName
{
background-color: #919B69;
}
</style>
border-color css
<style>
span { border-color: #919B69; }
span { border-color: rgb(145,155,105); }
td.TdClassName
{
border-color: #919B69;
}
.TagClassName
{
border-color: #919B69;
}
</style>