Shades of Avocado #929762
Tints of Avocado #929762
RGB
CMYK
RGB Variations
Color information
#929762 (or 0x929762) is known color: Avocado. HEX triplet: 92, 97 and 62. RGB value is (146,151,98). Sum of RGB (Red+Green+Blue) = 146+151+98=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #929762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929762 is #6D689D. Grayscale: #8F8F8F. Windows color (decimal): -7170206 or 6461330. OLE color: 6461330.
HSL color Cylindrical-coordinate representation of color #929762: hue angle of 65.66º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #929762 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 151 | 98 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.41 |
| HSL | 65.66º | 0.21% | 0.49% | - |
| HSV(B) | 65.66º | 0.35% | 0.59% | - |
| XYZ | 25.13 | 29.13 | 15.85 | - |
| YUV | 143.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 151 | 98 | 0.03 | 0 | 0.35 | 0.41 | 65.66 | 0.21 | 0.49 |
| Hex | 92 | 97 | 62 | 3 | 0 | 23 | 29 | 42 | 15 | 31 |
| Octal | 222 | 227 | 142 | 3 | 0 | 43 | 51 | 102 | 25 | 61 |
| Binary | 10010010 | 10010111 | 1100010 | 11 | 0 | 100011 | 101001 | 1000010 | 10101 | 110001 |
Color Harmonies of #929762
Complementary color
Monochromatic Colors of #929762
Black with #929762
Text Example
Text Example
White with #929762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929762; }
p { color: rgb(146,151,98); }
H1.HeaderClassName
{
color: #929762;
}
.AnyTagClassName
{
color: #929762;
}
</style>
background-color css
<style>
a { background-color: #929762; }
a { background-color: rgb(146,151,98); }
div.DivClassName
{
background-color: #929762;
}
.BgClassName
{
background-color: #929762;
}
</style>
border-color css
<style>
span { border-color: #929762; }
span { border-color: rgb(146,151,98); }
td.TdClassName
{
border-color: #929762;
}
.TagClassName
{
border-color: #929762;
}
</style>