Color Hex Logo

#759148 Color Hex

#759148
(117,145,72)
0 Favorites   0 Comments

Color spaces of #759148

RGB 11714572
HSL0.230.340.43
HSV83°50°57°
CMYK 0.190.000.50   0.43
XYZ18.631224.50069.8780
Yxy24.50060.35150.4622
Hunter Lab49.4981-19.433822.8165
CIE-Lab56.5856-22.419235.2806

#759148 color RGB value is (117,145,72).

#759148 hex color red value is 117, green value is 145 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #759148 hue: 0.23 , saturation: 0.34 and the lightness value of 759148 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010001 01001000
Octal 165 221 110
Decimal 117 145 72
Hex 75 91 48

RGB Percentages of Color #759148

%35.03
%43.41
%21.56

CMYK Percentages of Color #759148

%19
%0
%50
%43

Triadic Colors of #759148

#759148 #487591 #914875

Analogous Colors of #759148

#759148 #519148 #918948

Monochromatic Colors of #759148

#759148

Complementary Color

#759148 #644891

#759148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759148 Color CSS Codes

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

#759148 Text Font Color

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

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


#759148 Background Color

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

This div background color is #759148


#759148 Border Color

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

This div border color is #759148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759148


Comments

No comments written yet.

Please login to write comment.