Color Hex Logo

#749b5e Color Hex

#749B5E
(116,155,94)
0 Favorites   0 Comments

Color spaces of #749b5e

RGB 11615594
HSL0.270.240.49
HSV98°39°61°
CMYK 0.250.000.39   0.39
XYZ20.944227.963814.8834
Yxy27.96380.32830.4384
Hunter Lab52.8808-21.843920.3293
CIE-Lab59.8560-24.962227.7609

#749b5e color RGB value is (116,155,94).

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

The process color (four color CMYK) of #749b5e color hex is 0.25, 0.00, 0.39, 0.39. Web safe color of #749b5e is #669966. Color #749b5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011011 01011110
Octal 164 233 136
Decimal 116 155 94
Hex 74 9B 5E

RGB Percentages of Color #749b5e

%31.78
%42.47
%25.75

CMYK Percentages of Color #749b5e

%25
%0
%39
%39

Triadic Colors of #749b5e

#749b5e #5e749b #9b5e74

Analogous Colors of #749b5e

#749b5e #5e9b67 #939b5e

Monochromatic Colors of #749b5e

#749b5e

Complementary Color

#749b5e #855e9b

#749b5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749b5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#749b5e Color CSS Codes

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

#749b5e Text Font Color

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

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


#749b5e Background Color

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

This div background color is #749b5e


#749b5e Border Color

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

This div border color is #749b5e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,155,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 #749b5e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749b5e


Comments

No comments written yet.

Please login to write comment.