Color Hex Logo

#749d5e Color Hex

#749D5E
(116,157,94)
0 Favorites   0 Comments

Color spaces of #749d5e

RGB 11615794
HSL0.280.250.49
HSV99°40°62°
CMYK 0.260.000.40   0.38
XYZ21.279828.635114.9952
Yxy28.63510.32780.4412
Hunter Lab53.5118-22.662320.8439
CIE-Lab60.4582-25.953428.5419

#749d5e color RGB value is (116,157,94).

#749d5e hex color red value is 116, green value is 157 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #749d5e hue: 0.28 , saturation: 0.25 and the lightness value of 749d5e is 0.49.

The process color (four color CMYK) of #749d5e color hex is 0.26, 0.00, 0.40, 0.38. Web safe color of #749d5e is #669966. Color #749d5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011101 01011110
Octal 164 235 136
Decimal 116 157 94
Hex 74 9D 5E

RGB Percentages of Color #749d5e

%31.61
%42.78
%25.61

CMYK Percentages of Color #749d5e

%26
%0
%40
%38

Triadic Colors of #749d5e

#749d5e #5e749d #9d5e74

Analogous Colors of #749d5e

#749d5e #5e9d68 #949d5e

Monochromatic Colors of #749d5e

#749d5e

Complementary Color

#749d5e #875e9d

#749d5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749d5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#749d5e Color CSS Codes

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

#749d5e Text Font Color

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

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


#749d5e Background Color

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

This div background color is #749d5e


#749d5e Border Color

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

This div border color is #749d5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,157,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749d5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749d5e;
  -webkit-box-shadow: 1px 1px 3px 2px #749d5e;
  box-shadow:         1px 1px 3px 2px #749d5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,157,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749d5e


Comments

No comments written yet.

Please login to write comment.