Shades of Avocado #919368
Tints of Avocado #919368
RGB
CMYK
RGB Variations
Color information
#919368 (or 0x919368) is known color: Avocado. HEX triplet: 91, 93 and 68. RGB value is (145,147,104). Sum of RGB (Red+Green+Blue) = 145+147+104=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #919368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919368 is #6E6C97. Grayscale: #8D8D8D. Windows color (decimal): -7236760 or 6853521. OLE color: 6853521.
HSL color Cylindrical-coordinate representation of color #919368: hue angle of 62.79º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919368 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 147 | 104 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.42 |
| HSL | 62.79º | 0.17% | 0.49% | - |
| HSV(B) | 62.79º | 0.29% | 0.58% | - |
| XYZ | 24.61 | 27.89 | 17.18 | - |
| YUV | 141.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 104 | 0.01 | 0 | 0.29 | 0.42 | 62.79 | 0.17 | 0.49 |
| Hex | 91 | 93 | 68 | 1 | 0 | 1D | 2A | 3F | 11 | 31 |
| Octal | 221 | 223 | 150 | 1 | 0 | 35 | 52 | 77 | 21 | 61 |
| Binary | 10010001 | 10010011 | 1101000 | 1 | 0 | 11101 | 101010 | 111111 | 10001 | 110001 |
Color Harmonies of #919368
Complementary color
Monochromatic Colors of #919368
Black with #919368
Text Example
Text Example
White with #919368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919368; }
p { color: rgb(145,147,104); }
H1.HeaderClassName
{
color: #919368;
}
.AnyTagClassName
{
color: #919368;
}
</style>
background-color css
<style>
a { background-color: #919368; }
a { background-color: rgb(145,147,104); }
div.DivClassName
{
background-color: #919368;
}
.BgClassName
{
background-color: #919368;
}
</style>
border-color css
<style>
span { border-color: #919368; }
span { border-color: rgb(145,147,104); }
td.TdClassName
{
border-color: #919368;
}
.TagClassName
{
border-color: #919368;
}
</style>