#939656

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

Shades of Avocado #939656

Tints of Avocado #939656

Color information

#939656 (or 0x939656) is unknown color: approx Avocado. HEX triplet: 93, 96 and 56. RGB value is (147,150,86). Sum of RGB (Red+Green+Blue) = 147+150+86=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 150 - color contains mainly: green. Hex color #939656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939656 is #6C69A9. Grayscale: #8E8E8E. Windows color (decimal): -7104938 or 5674643. OLE color: 5674643.

HSL color Cylindrical-coordinate representation of color #939656: hue angle of 62.81º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #939656 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB14715086-
CMYK0.0200.430.41
HSL62.81º27.12%46.27%-
HSV(B)62.81º42.67%58.82%-
XYZ24.6228.6913.04-
YUV141.8196.51131.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 150 (58.98% from 255) = 39.16%
BLUE value IS 86 (33.98% from 255) = 22.45%
R=38.38%
G=39.16%
B=22.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147150860.0200.430.4162.8127.1246.27
Hex939656202B293f1b2e
Octal223226126205351773356
Binary1001001110010110101011010010101110100111111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939656; }

 p { color: rgb(147,150,86); }

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

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

 a { background-color: rgb(147,150,86); }

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

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

 span { border-color: rgb(147,150,86); }

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