Color Hex Logo

#759150 Color Hex

#759150
(117,145,80)
0 Favorites   0 Comments

Color spaces of #759150

RGB 11714580
HSL0.240.290.44
HSV86°45°57°
CMYK 0.190.000.45   0.43
XYZ18.909524.611911.3434
Yxy24.61190.34470.4486
Hunter Lab49.6104-18.781121.1706
CIE-Lab56.6953-21.453231.2292

#759150 color RGB value is (117,145,80).

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

The process color (four color CMYK) of #759150 color hex is 0.19, 0.00, 0.45, 0.43. Web safe color of #759150 is #669966. Color #759150 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010001 01010000
Octal 165 221 120
Decimal 117 145 80
Hex 75 91 50

RGB Percentages of Color #759150

%34.21
%42.40
%23.39

CMYK Percentages of Color #759150

%19
%0
%45
%43

Triadic Colors of #759150

#759150 #507591 #915075

Analogous Colors of #759150

#759150 #559150 #918d50

Monochromatic Colors of #759150

#759150

Complementary Color

#759150 #6c5091

#759150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759150 Color CSS Codes

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

#759150 Text Font Color

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

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


#759150 Background Color

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

This div background color is #759150


#759150 Border Color

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

This div border color is #759150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759150


Comments

No comments written yet.

Please login to write comment.