Color Hex Logo

#74aa61 Color Hex

#74AA61
(116,170,97)
0 Favorites   0 Comments

Color spaces of #74aa61

RGB 11617097
HSL0.290.300.52
HSV104°43°67°
CMYK 0.320.000.43   0.33
XYZ23.734933.325516.4908
Yxy33.32550.32270.4531
Hunter Lab57.7282-27.634423.4728
CIE-Lab64.4236-31.791932.0532

#74aa61 color RGB value is (116,170,97).

#74aa61 hex color red value is 116, green value is 170 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #74aa61 hue: 0.29 , saturation: 0.30 and the lightness value of 74aa61 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101010 01100001
Octal 164 252 141
Decimal 116 170 97
Hex 74 AA 61

RGB Percentages of Color #74aa61

%30.29
%44.39
%25.33

CMYK Percentages of Color #74aa61

%32
%0
%43
%33

Triadic Colors of #74aa61

#74aa61 #6174aa #aa6174

Analogous Colors of #74aa61

#74aa61 #61aa73 #99aa61

Monochromatic Colors of #74aa61

#74aa61

Complementary Color

#74aa61 #9761aa

#74aa61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74aa61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74aa61 Color CSS Codes

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

#74aa61 Text Font Color

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

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


#74aa61 Background Color

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

This div background color is #74aa61


#74aa61 Border Color

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

This div border color is #74aa61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74aa61


Comments

No comments written yet.

Please login to write comment.