Color Hex Logo

#759139 Color Hex

#759139
(117,145,57)
0 Favorites   0 Comments

Color spaces of #759139

RGB 11714557
HSL0.220.440.40
HSV79°61°57°
CMYK 0.190.000.61   0.43
XYZ18.200024.32817.6074
Yxy24.32810.36300.4852
Hunter Lab49.3235-20.451025.3819
CIE-Lab56.4148-23.941442.4794

#759139 color RGB value is (117,145,57).

#759139 hex color red value is 117, green value is 145 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #759139 hue: 0.22 , saturation: 0.44 and the lightness value of 759139 is 0.40.

The process color (four color CMYK) of #759139 color hex is 0.19, 0.00, 0.61, 0.43. Web safe color of #759139 is #669933. Color #759139 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010001 00111001
Octal 165 221 71
Decimal 117 145 57
Hex 75 91 39

RGB Percentages of Color #759139

%36.68
%45.45
%17.87

CMYK Percentages of Color #759139

%19
%0
%61
%43

Triadic Colors of #759139

#759139 #397591 #913975

Analogous Colors of #759139

#759139 #499139 #918139

Monochromatic Colors of #759139

#759139

Complementary Color

#759139 #553991

#759139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759139 Color CSS Codes

.mybgcolor {background-color:#759139; } 
.myforecolor {color:#759139; }
.mybordercolor {border:3px solid #759139; }

#759139 Text Font Color

<p style="color:#759139">Text here</p>

This sample text font color is #759139
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#759139 Background Color

<div style="background-color:#759139">
Div content here</div>

This div background color is #759139


#759139 Border Color

<div style="border:3px solid #759139">
Div here</div>

This div border color is #759139


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,145,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #759139; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #759139;
  -webkit-box-shadow: 1px 1px 3px 2px #759139;
  box-shadow:         1px 1px 3px 2px #759139; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,145,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #759139">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #759139;
  -webkit-box-shadow: 1px 1px 3px 2px #759139;
  box-shadow:         1px 1px 3px 2px #759139;">
Div content here</div>

This div box has shadow with color #759139


Comments

No comments written yet.

Please login to write comment.