Shades of Avocado #919B6D
Tints of Avocado #919B6D
RGB
CMYK
RGB Variations
Color information
#919B6D (or 0x919B6D) is known color: Avocado. HEX triplet: 91, 9B and 6D. RGB value is (145,155,109). Sum of RGB (Red+Green+Blue) = 145+155+109=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #919B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B6D is #6E6492. Grayscale: #929292. Windows color (decimal): -7234707 or 7183249. OLE color: 7183249.
HSL color Cylindrical-coordinate representation of color #919B6D: hue angle of 73.04º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919B6D is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 109 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.39 |
| HSL | 73.04º | 0.19% | 0.52% | - |
| HSV(B) | 73.04º | 0.3% | 0.61% | - |
| XYZ | 26.16 | 30.57 | 18.99 | - |
| YUV | 146.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 109 | 0.06 | 0 | 0.30 | 0.39 | 73.04 | 0.19 | 0.52 |
| Hex | 91 | 9B | 6D | 6 | 0 | 1E | 27 | 49 | 13 | 34 |
| Octal | 221 | 233 | 155 | 6 | 0 | 36 | 47 | 111 | 23 | 64 |
| Binary | 10010001 | 10011011 | 1101101 | 110 | 0 | 11110 | 100111 | 1001001 | 10011 | 110100 |
Color Harmonies of #919B6D
Complementary color
Monochromatic Colors of #919B6D
Black with #919B6D
Text Example
Text Example
White with #919B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B6D; }
p { color: rgb(145,155,109); }
H1.HeaderClassName
{
color: #919B6D;
}
.AnyTagClassName
{
color: #919B6D;
}
</style>
background-color css
<style>
a { background-color: #919B6D; }
a { background-color: rgb(145,155,109); }
div.DivClassName
{
background-color: #919B6D;
}
.BgClassName
{
background-color: #919B6D;
}
</style>
border-color css
<style>
span { border-color: #919B6D; }
span { border-color: rgb(145,155,109); }
td.TdClassName
{
border-color: #919B6D;
}
.TagClassName
{
border-color: #919B6D;
}
</style>