Color Hex Logo

#759244 Color Hex

#759244
(117,146,68)
0 Favorites   0 Comments

Color spaces of #759244

RGB 11714668
HSL0.230.360.42
HSV82°53°57°
CMYK 0.200.000.53   0.43
XYZ18.658424.75709.2640
Yxy24.75700.35420.4700
Hunter Lab49.7564-20.137123.7905
CIE-Lab56.8379-23.365537.6176

#759244 color RGB value is (117,146,68).

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

The process color (four color CMYK) of #759244 color hex is 0.20, 0.00, 0.53, 0.43. Web safe color of #759244 is #669933. Color #759244 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010010 01000100
Octal 165 222 104
Decimal 117 146 68
Hex 75 92 44

RGB Percentages of Color #759244

%35.35
%44.11
%20.54

CMYK Percentages of Color #759244

%20
%0
%53
%43

Triadic Colors of #759244

#759244 #447592 #924475

Analogous Colors of #759244

#759244 #4e9244 #928844

Monochromatic Colors of #759244

#759244

Complementary Color

#759244 #614492

#759244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759244 Color CSS Codes

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

#759244 Text Font Color

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

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


#759244 Background Color

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

This div background color is #759244


#759244 Border Color

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

This div border color is #759244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759244


Comments

No comments written yet.

Please login to write comment.