Color Hex Logo

#759540 Color Hex

#759540
(117,149,64)
0 Favorites   0 Comments

Color spaces of #759540

RGB 11714964
HSL0.230.400.42
HSV83°57°58°
CMYK 0.210.000.57   0.42
XYZ19.009025.64708.7990
Yxy25.64700.35560.4798
Hunter Lab50.6429-21.624325.1486
CIE-Lab57.7005-25.274740.6020

#759540 color RGB value is (117,149,64).

#759540 hex color red value is 117, green value is 149 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #759540 hue: 0.23 , saturation: 0.40 and the lightness value of 759540 is 0.42.

The process color (four color CMYK) of #759540 color hex is 0.21, 0.00, 0.57, 0.42. Web safe color of #759540 is #669933. Color #759540 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010101 01000000
Octal 165 225 100
Decimal 117 149 64
Hex 75 95 40

RGB Percentages of Color #759540

%35.45
%45.15
%19.39

CMYK Percentages of Color #759540

%21
%0
%57
%42

Triadic Colors of #759540

#759540 #407595 #954075

Analogous Colors of #759540

#759540 #4b9540 #958b40

Monochromatic Colors of #759540

#759540

Complementary Color

#759540 #604095

#759540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759540 Color CSS Codes

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

#759540 Text Font Color

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

This sample text font color is #759540
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.


#759540 Background Color

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

This div background color is #759540


#759540 Border Color

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

This div border color is #759540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759540


Comments

No comments written yet.

Please login to write comment.