COLOR #74A561

HEX: #74A561
RGB: (116,165,97)

Color info

#74A561 contains mainly red and green colors. Web safe color of #74A561 is #669966 (or #696).

RGB color model

#74A561 color RGB value is (116,165,97).

  • red value is 116;
  • green value is 165;
  • blue value is 97.
RGB:
(116,165,97)
(45%,65%,38%)

RGB channels and saturation

R 116 of 255 = 45%
G 165 of 255 = 65%
B 97 of 255 = 38%

116
165
97

R + G + B ~ 49%. #74A561 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 165 + 97 = 378 (100%)
R 116 of 378 ~ 30.69%
G 165 of 378 ~ 43.65%
B 97 of 378 ~ 25.66%

%30.69
%43.65
%25.66

CMYK color model

#74A561 color CMYK value is (30,0,41,35).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 41.21%
  • key color value is 35.29%
CMYK:
(30,0,41,35)
C30M0Y41K35 
(30%,0%,41%,35%)
(0.30/0.00/0.41/0.35)	

CMYK percentages

%29.7
%0
%41.21
%35.29

Codes

Color #74A561 in popluar color models

74A561
RGB11616597
HSL103°27.42%51.37%
HSB/HSV103°41.21%64.71%
CMYK29.70%0.00%41.21%
35.29%

Color #74A561 in popluar number systems.

HEX74A561
Decimal11616597
Binary1110100101001011100001
Octal164245141

Shades and tints

Shades of #74A561

#74A561
(116,165,97)
#6A9659
(106,150,89)
#608751
(96,135,81)
#567849
(86,120,73)
#4C6941
(76,105,65)
#425A39
(66,90,57)
#384B31
(56,75,49)
#2E3C29
(46,60,41)
#242D21
(36,45,33)
#1A1E19
(26,30,25)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #74A561

#74A561
(116,165,97)
#80AD6F
(128,173,111)
#8CB57D
(140,181,125)
#98BD8B
(152,189,139)
#A4C599
(164,197,153)
#B0CDA7
(176,205,167)
#BCD5B5
(188,213,181)
#C8DDC3
(200,221,195)
#D4E5D1
(212,229,209)
#E0EDDF
(224,237,223)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A561 color. Also use rgb(116,165,97) instead hex code.

Text Font Color

.myTextColor { color: #74A561; }

<p style="color:#74A561">This sample text font color is #74A561.</p>

This text font color is #74A561.


Background Color

.myBgColor { background-color: #74A561; }

<div style="background-color:#74A561">Inner text</div>

This div background color is #74A561.


Border color

.myBorderColor { border: 1px solid #74A561; }

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

This div border color is #74A561.


Opacity

.myOpacity80 { color: #74A561; opacity: 0.8; }

<p style="color:#74A561;opacity:0.8;">80%</p>

Text with #74A561 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #74A561;}

<p style="text-shadow: 3px 3px 1px #74A561">Text here.</p>

This text has shadow with #74A561 color.

.textShadow {text-shadow: 3px 3px 1px #74A561, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #74A561, 5px 5px 20px red">Text here.</p>

This text has shadow with #74A561 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74A561, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#74A561, Direction=45, Strength=4)">Text</p>

This text has shadow with #74A561 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #74A561;
  -webkit-box-shadow:	1px 1px 3px 2px #74A561;
  box-shadow:		1px 1px 3px 2px #74A561;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74A561;
-webkit-box-shadow: 1px 1px 3px 2px #74A561;
box-shadow:1px 1px 3px 2px #74A561;">
Div content here</div>
This div box has shadow with color #74A561.

Preview

Color preview on black background

This text has color #74A561 on black background.


Color preview on white background

This text has color #74A561 on white background.



Black color preview on #74A561 background

This text has black color on #74A561 background.


White color preview on #74A561 background

This text has white color on #74A561 background.