Color Hex Logo

#758942 Color Hex

#758942
(117,137,66)
0 Favorites   0 Comments

Color spaces of #758942

RGB 11713766
HSL0.210.350.40
HSV77°52°54°
CMYK 0.150.000.52   0.46
XYZ17.265122.06668.5036
Yxy22.06660.36090.4613
Hunter Lab46.9751-16.601022.1497
CIE-Lab54.0976-18.975035.3688

#758942 color RGB value is (117,137,66).

#758942 hex color red value is 117, green value is 137 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #758942 hue: 0.21 , saturation: 0.35 and the lightness value of 758942 is 0.40.

The process color (four color CMYK) of #758942 color hex is 0.15, 0.00, 0.52, 0.46. Web safe color of #758942 is #669933. Color #758942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001001 01000010
Octal 165 211 102
Decimal 117 137 66
Hex 75 89 42

RGB Percentages of Color #758942

%36.56
%42.81
%20.63

CMYK Percentages of Color #758942

%15
%0
%52
%46

Triadic Colors of #758942

#758942 #427589 #894275

Analogous Colors of #758942

#758942 #528942 #897a42

Monochromatic Colors of #758942

#758942

Complementary Color

#758942 #564289

#758942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758942 Color CSS Codes

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

#758942 Text Font Color

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

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


#758942 Background Color

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

This div background color is #758942


#758942 Border Color

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

This div border color is #758942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758942


Comments

No comments written yet.

Please login to write comment.