Shades of Avocado #929365
Tints of Avocado #929365
RGB
CMYK
RGB Variations
Color information
#929365 (or 0x929365) is known color: Avocado. HEX triplet: 92, 93 and 65. RGB value is (146,147,101). Sum of RGB (Red+Green+Blue) = 146+147+101=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #929365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929365 is #6D6C9A. Grayscale: #8D8D8D. Windows color (decimal): -7171227 or 6656914. OLE color: 6656914.
HSL color Cylindrical-coordinate representation of color #929365: hue angle of 61.3º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #929365 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 147 | 101 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.42 |
| HSL | 61.3º | 0.19% | 0.49% | - |
| HSV(B) | 61.3º | 0.31% | 0.58% | - |
| XYZ | 24.64 | 27.92 | 16.4 | - |
| YUV | 141.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 101 | 0.01 | 0 | 0.31 | 0.42 | 61.3 | 0.19 | 0.49 |
| Hex | 92 | 93 | 65 | 1 | 0 | 1F | 2A | 3D | 13 | 31 |
| Octal | 222 | 223 | 145 | 1 | 0 | 37 | 52 | 75 | 23 | 61 |
| Binary | 10010010 | 10010011 | 1100101 | 1 | 0 | 11111 | 101010 | 111101 | 10011 | 110001 |
Color Harmonies of #929365
Complementary color
Monochromatic Colors of #929365
Black with #929365
Text Example
Text Example
White with #929365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929365; }
p { color: rgb(146,147,101); }
H1.HeaderClassName
{
color: #929365;
}
.AnyTagClassName
{
color: #929365;
}
</style>
background-color css
<style>
a { background-color: #929365; }
a { background-color: rgb(146,147,101); }
div.DivClassName
{
background-color: #929365;
}
.BgClassName
{
background-color: #929365;
}
</style>
border-color css
<style>
span { border-color: #929365; }
span { border-color: rgb(146,147,101); }
td.TdClassName
{
border-color: #929365;
}
.TagClassName
{
border-color: #929365;
}
</style>