Shades of Avocado #919B68
Tints of Avocado #919B68
RGB
CMYK
RGB Variations
Color information
#919B68 (or 0x919B68) is known color: Avocado. HEX triplet: 91, 9B and 68. RGB value is (145,155,104). Sum of RGB (Red+Green+Blue) = 145+155+104=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #919B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B68 is #6E6497. Grayscale: #929292. Windows color (decimal): -7234712 or 6855569. OLE color: 6855569.
HSL color Cylindrical-coordinate representation of color #919B68: hue angle of 71.76º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #919B68 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 104 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.39 |
| HSL | 71.76º | 0.2% | 0.51% | - |
| HSV(B) | 71.76º | 0.33% | 0.61% | - |
| XYZ | 25.9 | 30.46 | 17.61 | - |
| YUV | 146.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 104 | 0.06 | 0 | 0.33 | 0.39 | 71.76 | 0.2 | 0.51 |
| Hex | 91 | 9B | 68 | 6 | 0 | 21 | 27 | 48 | 14 | 33 |
| Octal | 221 | 233 | 150 | 6 | 0 | 41 | 47 | 110 | 24 | 63 |
| Binary | 10010001 | 10011011 | 1101000 | 110 | 0 | 100001 | 100111 | 1001000 | 10100 | 110011 |
Color Harmonies of #919B68
Complementary color
Monochromatic Colors of #919B68
Black with #919B68
Text Example
Text Example
White with #919B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B68; }
p { color: rgb(145,155,104); }
H1.HeaderClassName
{
color: #919B68;
}
.AnyTagClassName
{
color: #919B68;
}
</style>
background-color css
<style>
a { background-color: #919B68; }
a { background-color: rgb(145,155,104); }
div.DivClassName
{
background-color: #919B68;
}
.BgClassName
{
background-color: #919B68;
}
</style>
border-color css
<style>
span { border-color: #919B68; }
span { border-color: rgb(145,155,104); }
td.TdClassName
{
border-color: #919B68;
}
.TagClassName
{
border-color: #919B68;
}
</style>