Color Hex Logo

#74b66a Color Hex

#74B66A
(116,182,106)
0 Favorites   0 Comments

Color spaces of #74b66a

RGB 116182106
HSL0.310.340.56
HSV112°42°71°
CMYK 0.360.000.42   0.29
XYZ26.531938.209519.6125
Yxy38.20950.31450.4530
Hunter Lab61.8138-31.558024.4580
CIE-Lab68.1747-36.048832.1785

#74b66a color RGB value is (116,182,106).

#74b66a hex color red value is 116, green value is 182 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #74b66a hue: 0.31 , saturation: 0.34 and the lightness value of 74b66a is 0.56.

The process color (four color CMYK) of #74b66a color hex is 0.36, 0.00, 0.42, 0.29. Web safe color of #74b66a is #66cc66. Color #74b66a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10110110 01101010
Octal 164 266 152
Decimal 116 182 106
Hex 74 B6 6A

RGB Percentages of Color #74b66a

%28.71
%45.05
%26.24

CMYK Percentages of Color #74b66a

%36
%0
%42
%29

Triadic Colors of #74b66a

#74b66a #6a74b6 #b66a74

Analogous Colors of #74b66a

#74b66a #6ab686 #9ab66a

Monochromatic Colors of #74b66a

#74b66a

Complementary Color

#74b66a #ac6ab6

#74b66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74b66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74b66a Color CSS Codes

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

#74b66a Text Font Color

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

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


#74b66a Background Color

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

This div background color is #74b66a


#74b66a Border Color

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

This div border color is #74b66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74b66a


Comments

No comments written yet.

Please login to write comment.