#939560

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

Shades of Avocado #939560

Tints of Avocado #939560

Color information

#939560 (or 0x939560) is unknown color: approx Avocado. HEX triplet: 93, 95 and 60. RGB value is (147,149,96). Sum of RGB (Red+Green+Blue) = 147+149+96=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #939560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939560 is #6C6A9F. Grayscale: #8E8E8E. Windows color (decimal): -7105184 or 6329747. OLE color: 6329747.

HSL color Cylindrical-coordinate representation of color #939560: hue angle of 62.26º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #939560 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14714996-
CMYK0.0100.360.42
HSL62.26º21.63%48.04%-
HSV(B)62.26º35.57%58.43%-
XYZ24.8928.5415.26-
YUV142.36101.84131.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=37.5%
G=38.01%
B=24.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147149960.0100.360.4262.2621.6348.04
Hex93956010242A3e1630
Octal223225140104452762660
Binary100100111001010111000001010010010101011111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939560; }

 p { color: rgb(147,149,96); }

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

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

 a { background-color: rgb(147,149,96); }

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

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

 span { border-color: rgb(147,149,96); }

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