#939970

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

Shades of Avocado #939970

Tints of Avocado #939970

Color information

#939970 (or 0x939970) is unknown color: approx Avocado. HEX triplet: 93, 99 and 70. RGB value is (147,153,112). Sum of RGB (Red+Green+Blue) = 147+153+112=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #939970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939970 is #6C668F. Grayscale: #929292. Windows color (decimal): -7104144 or 7379347. OLE color: 7379347.

HSL color Cylindrical-coordinate representation of color #939970: hue angle of 68.78º 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 #939970 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB147153112-
CMYK0.0400.270.4
HSL68.78º16.73%51.96%-
HSV(B)68.78º26.8%60%-
XYZ26.3530.1619.76-
YUV146.53108.51128.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 153 (60.16% from 255) = 37.14%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=35.68%
G=37.14%
B=27.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531120.0400.270.468.7816.7351.96
Hex939970401B28451134
Octal2232311604033501052164
Binary10010011100110011110000100011011101000100010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939970; }

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

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

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

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

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

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

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

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