color codes Logo

#74a84c color codes

#74A84C
(116,168,76)
0 Favorites   0 Comments

Color spaces of #74a84c

RGB 11616876
HSL0.260.380.48
HSV94°55°66°
CMYK 0.310.000.55   0.34
XYZ22.509632.240111.8741
Yxy32.24010.33790.4839
Hunter Lab56.7804-28.602427.3473
CIE-Lab63.5408-33.501041.5865

#74a84c color RGB value is (116,168,76).

#74a84c hex color red value is 116, green value is 168 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #74a84c hue: 0.26 , saturation: 0.38 and the lightness value of 74a84c is 0.48.

The process color (four color CMYK) of #74a84c color code is 0.31, 0.00, 0.55, 0.34. Web safe color of #74a84c is #669933. Color #74a84c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101000 01001100
Octal 164 250 114
Decimal 116 168 76
Hex 74 A8 4C

RGB Percentages of Color #74a84c

%32.22
%46.67
%21.11

CMYK Percentages of Color #74a84c

%31
%0
%55
%34

Triadic Colors of #74a84c

#74a84c #4c74a8 #a84c74

Analogous Colors of #74a84c

#74a84c #4ca852 #a2a84c

Monochromatic Colors of #74a84c

#74a84c

Complementary Color

#74a84c #804ca8

#74a84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74a84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74a84c Color CSS Codes

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

#74a84c Text Font Color

<p style="color:#74a84c">Text here</p>

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


#74a84c Background Color

<div style="background-color:#74a84c">
Div content here</div>

This div background color is #74a84c


#74a84c Border Color

<div style="border:3px solid #74a84c">
Div here</div>

This div border color is #74a84c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,168,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74a84c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74a84c;
  -webkit-box-shadow: 1px 1px 3px 2px #74a84c;
  box-shadow:         1px 1px 3px 2px #74a84c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74a84c


Comments

No comments written yet.

Please login to write comment.