#939658

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

Shades of Avocado #939658

Tints of Avocado #939658

Color information

#939658 (or 0x939658) is unknown color: approx Avocado. HEX triplet: 93, 96 and 58. RGB value is (147,150,88). Sum of RGB (Red+Green+Blue) = 147+150+88=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #939658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939658 is #6C69A7. Grayscale: #8E8E8E. Windows color (decimal): -7104936 or 5805715. OLE color: 5805715.

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

Color convert

RGB14715088-
CMYK0.0200.410.41
HSL62.9º26.05%46.67%-
HSV(B)62.9º41.33%58.82%-
XYZ24.728.7213.47-
YUV142.0497.51131.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=38.18%
G=38.96%
B=22.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147150880.0200.410.4162.926.0546.67
Hex9396582029293f1a2f
Octal223226130205151773257
Binary1001001110010110101100010010100110100111111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939658; }

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

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

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

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

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

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

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

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