Color Hex Logo

#74ac6e Color Hex

#74AC6E
(116,172,110)
0 Favorites   0 Comments

Color spaces of #74ac6e

RGB 116172110
HSL0.320.270.55
HSV114°36°67°
CMYK 0.330.000.36   0.33
XYZ24.769534.343820.0754
Yxy34.34380.31280.4337
Hunter Lab58.6036-27.111120.7120
CIE-Lab65.2345-30.777326.2275

#74ac6e color RGB value is (116,172,110).

#74ac6e hex color red value is 116, green value is 172 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #74ac6e hue: 0.32 , saturation: 0.27 and the lightness value of 74ac6e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101100 01101110
Octal 164 254 156
Decimal 116 172 110
Hex 74 AC 6E

RGB Percentages of Color #74ac6e

%29.15
%43.22
%27.64

CMYK Percentages of Color #74ac6e

%33
%0
%36
%33

Triadic Colors of #74ac6e

#74ac6e #6e74ac #ac6e74

Analogous Colors of #74ac6e

#74ac6e #6eac87 #93ac6e

Monochromatic Colors of #74ac6e

#74ac6e

Complementary Color

#74ac6e #a66eac

#74ac6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ac6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ac6e Color CSS Codes

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

#74ac6e Text Font Color

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

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


#74ac6e Background Color

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

This div background color is #74ac6e


#74ac6e Border Color

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

This div border color is #74ac6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ac6e


Comments

No comments written yet.

Please login to write comment.