Color Hex Logo

#74916e Color Hex

#74916E
(116,145,110)
0 Favorites   0 Comments

Color spaces of #74916e

RGB 116145110
HSL0.300.140.50
HSV110°24°57°
CMYK 0.200.000.24   0.43
XYZ20.142325.089618.5330
Yxy25.08960.31590.3935
Hunter Lab50.0895-15.877213.1255
CIE-Lab57.1626-17.257315.3036

#74916e color RGB value is (116,145,110).

#74916e hex color red value is 116, green value is 145 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #74916e hue: 0.30 , saturation: 0.14 and the lightness value of 74916e is 0.50.

The process color (four color CMYK) of #74916e color hex is 0.20, 0.00, 0.24, 0.43. Web safe color of #74916e is #669966. Color #74916e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010001 01101110
Octal 164 221 156
Decimal 116 145 110
Hex 74 91 6E

RGB Percentages of Color #74916e

%31.27
%39.08
%29.65

CMYK Percentages of Color #74916e

%20
%0
%24
%43

Triadic Colors of #74916e

#74916e #6e7491 #916e74

Analogous Colors of #74916e

#74916e #6e917a #86916e

Monochromatic Colors of #74916e

#74916e

Complementary Color

#74916e #8b6e91

#74916e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74916e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74916e Color CSS Codes

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

#74916e Text Font Color

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

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


#74916e Background Color

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

This div background color is #74916e


#74916e Border Color

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

This div border color is #74916e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,145,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74916e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74916e;
  -webkit-box-shadow: 1px 1px 3px 2px #74916e;
  box-shadow:         1px 1px 3px 2px #74916e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74916e


Comments

No comments written yet.

Please login to write comment.