Color Hex Logo

#74af4e Color Hex

#74AF4E
(116,175,78)
0 Favorites   0 Comments

Color spaces of #74af4e

RGB 11617578
HSL0.270.380.50
HSV96°55°69°
CMYK 0.340.000.55   0.31
XYZ23.907634.923012.6885
Yxy34.92300.33430.4883
Hunter Lab59.0957-31.203928.6368
CIE-Lab65.6887-36.482943.1533

#74af4e color RGB value is (116,175,78).

#74af4e hex color red value is 116, green value is 175 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #74af4e hue: 0.27 , saturation: 0.38 and the lightness value of 74af4e is 0.50.

The process color (four color CMYK) of #74af4e color hex is 0.34, 0.00, 0.55, 0.31. Web safe color of #74af4e is #669966. Color #74af4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 01001110
Octal 164 257 116
Decimal 116 175 78
Hex 74 AF 4E

RGB Percentages of Color #74af4e

%31.44
%47.43
%21.14

CMYK Percentages of Color #74af4e

%34
%0
%55
%31

Triadic Colors of #74af4e

#74af4e #4e74af #af4e74

Analogous Colors of #74af4e

#74af4e #4eaf59 #a5af4e

Monochromatic Colors of #74af4e

#74af4e

Complementary Color

#74af4e #894eaf

#74af4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74af4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74af4e Color CSS Codes

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

#74af4e Text Font Color

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

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


#74af4e Background Color

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

This div background color is #74af4e


#74af4e Border Color

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

This div border color is #74af4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74af4e


Comments

No comments written yet.

Please login to write comment.