Color Hex Logo

#758b0a Color Hex

#758B0A
(117,139,10)
0 Favorites   0 Comments

Color spaces of #758b0a

RGB 11713910
HSL0.200.870.29
HSV70°93°55°
CMYK 0.160.000.93   0.45
XYZ16.623522.26913.7094
Yxy22.26910.39020.5227
Hunter Lab47.1901-19.703228.3726
CIE-Lab54.3114-23.448556.3912

#758b0a color RGB value is (117,139,10).

#758b0a hex color red value is 117, green value is 139 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #758b0a hue: 0.20 , saturation: 0.87 and the lightness value of 758b0a is 0.29.

The process color (four color CMYK) of #758b0a color hex is 0.16, 0.00, 0.93, 0.45. Web safe color of #758b0a is #669900. Color #758b0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001011 00001010
Octal 165 213 12
Decimal 117 139 10
Hex 75 8B A

RGB Percentages of Color #758b0a

%43.98
%52.26
%3.76

CMYK Percentages of Color #758b0a

%16
%0
%93
%45

Triadic Colors of #758b0a

#758b0a #0a758b #8b0a75

Analogous Colors of #758b0a

#758b0a #358b0a #8b600a

Monochromatic Colors of #758b0a

#758b0a

Complementary Color

#758b0a #200a8b

#758b0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758b0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#758b0a Color CSS Codes

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

#758b0a Text Font Color

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

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


#758b0a Background Color

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

This div background color is #758b0a


#758b0a Border Color

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

This div border color is #758b0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,139,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #758b0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #758b0a;
  -webkit-box-shadow: 1px 1px 3px 2px #758b0a;
  box-shadow:         1px 1px 3px 2px #758b0a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758b0a


Comments

No comments written yet.

Please login to write comment.