#929970

Color #929970 Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #929970

Tints of Avocado #929970

Color information

#929970 (or 0x929970) is unknown color: approx Avocado. HEX triplet: 92, 99 and 70. RGB value is (146,153,112). Sum of RGB (Red+Green+Blue) = 146+153+112=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #929970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929970 is #6D668F. Grayscale: #929292. Windows color (decimal): -7169680 or 7379346. OLE color: 7379346.

HSL color Cylindrical-coordinate representation of color #929970: hue angle of 70.24º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #929970 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB146153112-
CMYK0.0500.270.4
HSL70.24º16.73%51.96%-
HSV(B)70.24º26.8%60%-
XYZ26.1730.0619.75-
YUV146.23108.68127.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=35.52%
G=37.23%
B=27.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531120.0500.270.470.2416.7351.96
Hex929970501B28461134
Octal2222311605033501062164
Binary10010010100110011110000101011011101000100011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929970; }

 p { color: rgb(146,153,112); }

 H1.HeaderClassName
 {
   color: #929970;
 }
 .AnyTagClassName
 {
   color: #929970;
 }
</style>
background-color css

<style>
 a { background-color: #929970; }

 a { background-color: rgb(146,153,112); }

 div.DivClassName
 {
   background-color: #929970;
 }
 .BgClassName
 {
   background-color: #929970;
 }
</style>
border-color css

<style>
 span { border-color: #929970; }

 span { border-color: rgb(146,153,112); }

 td.TdClassName
 {
   border-color: #929970;
 }
 .TagClassName
 {
   border-color: #929970;
 }
</style>