Color Hex Logo

#749c0e Color Hex

#749C0E
(116,156,14)
0 Favorites   0 Comments

Color spaces of #749c0e

RGB 11615614
HSL0.210.840.33
HSV77°91°61°
CMYK 0.260.000.91   0.39
XYZ19.170227.52164.7173
Yxy27.52160.37290.5353
Hunter Lab52.4610-26.579731.3914
CIE-Lab59.4540-32.009059.8494

#749c0e color RGB value is (116,156,14).

#749c0e hex color red value is 116, green value is 156 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #749c0e hue: 0.21 , saturation: 0.84 and the lightness value of 749c0e is 0.33.

The process color (four color CMYK) of #749c0e color hex is 0.26, 0.00, 0.91, 0.39. Web safe color of #749c0e is #669900. Color #749c0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011100 00001110
Octal 164 234 16
Decimal 116 156 14
Hex 74 9C E

RGB Percentages of Color #749c0e

%40.56
%54.55
%4.90

CMYK Percentages of Color #749c0e

%26
%0
%91
%39

Triadic Colors of #749c0e

#749c0e #0e749c #9c0e74

Analogous Colors of #749c0e

#749c0e #2d9c0e #9c7d0e

Monochromatic Colors of #749c0e

#749c0e

Complementary Color

#749c0e #360e9c

#749c0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749c0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#749c0e Color CSS Codes

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

#749c0e Text Font Color

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

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


#749c0e Background Color

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

This div background color is #749c0e


#749c0e Border Color

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

This div border color is #749c0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749c0e


Comments

No comments written yet.

Please login to write comment.