Color Hex Logo

#74912a Color Hex

#74912A
(116,145,42)
0 Favorites   0 Comments

Color spaces of #74912a

RGB 11614542
HSL0.210.550.37
HSV77°71°57°
CMYK 0.200.000.71   0.43
XYZ17.745824.13105.9129
Yxy24.13100.37130.5049
Hunter Lab49.1233-21.482727.2497
CIE-Lab56.2187-25.513848.7777

#74912a color RGB value is (116,145,42).

#74912a hex color red value is 116, green value is 145 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #74912a hue: 0.21 , saturation: 0.55 and the lightness value of 74912a is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010001 00101010
Octal 164 221 52
Decimal 116 145 42
Hex 74 91 2A

RGB Percentages of Color #74912a

%38.28
%47.85
%13.86

CMYK Percentages of Color #74912a

%20
%0
%71
%43

Triadic Colors of #74912a

#74912a #2a7491 #912a74

Analogous Colors of #74912a

#74912a #41912a #917b2a

Monochromatic Colors of #74912a

#74912a

Complementary Color

#74912a #472a91

#74912a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74912a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74912a Color CSS Codes

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

#74912a Text Font Color

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

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


#74912a Background Color

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

This div background color is #74912a


#74912a Border Color

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

This div border color is #74912a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74912a


Comments

No comments written yet.

Please login to write comment.