Color Hex Logo

#74b070 Color Hex

#74B070
(116,176,112)
0 Favorites   0 Comments

Color spaces of #74b070

RGB 116176112
HSL0.320.290.56
HSV116°36°69°
CMYK 0.340.000.36   0.31
XYZ25.652435.933520.9131
Yxy35.93350.31090.4356
Hunter Lab59.9446-28.516521.2764
CIE-Lab66.4691-32.348226.7942

#74b070 color RGB value is (116,176,112).

#74b070 hex color red value is 116, green value is 176 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #74b070 hue: 0.32 , saturation: 0.29 and the lightness value of 74b070 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10110000 01110000
Octal 164 260 160
Decimal 116 176 112
Hex 74 B0 70

RGB Percentages of Color #74b070

%28.71
%43.56
%27.72

CMYK Percentages of Color #74b070

%34
%0
%36
%31

Triadic Colors of #74b070

#74b070 #7074b0 #b07074

Analogous Colors of #74b070

#74b070 #70b08c #94b070

Monochromatic Colors of #74b070

#74b070

Complementary Color

#74b070 #ac70b0

#74b070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74b070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74b070 Color CSS Codes

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

#74b070 Text Font Color

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

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


#74b070 Background Color

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

This div background color is #74b070


#74b070 Border Color

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

This div border color is #74b070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74b070


Comments

No comments written yet.

Please login to write comment.