COLOR #74A047

HEX: #74A047
RGB: (116,160,71)

Color info

#74A047 contains mainly red and green colors. Web safe color of #74A047 is #669933 (or #693).

RGB color model

#74A047 color RGB value is (116,160,71).

  • red value is 116;
  • green value is 160;
  • blue value is 71.
RGB:
(116,160,71)
(45%,63%,28%)

RGB channels and saturation

R 116 of 255 = 45%
G 160 of 255 = 63%
B 71 of 255 = 28%

116
160
71

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

Portions of RGB colors in percentages

R + G + B =
116 + 160 + 71 = 347 (100%)
R 116 of 347 ~ 33.43%
G 160 of 347 ~ 46.11%
B 71 of 347 ~ 20.46%

%33.43
%46.11
%20.46

CMYK color model

#74A047 color CMYK value is (28,0,56,37).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 55.63%
  • key color value is 37.25%
CMYK:
(28,0,56,37)
C28M0Y56K37 
(28%,0%,56%,37%)
(0.28/0.00/0.56/0.37)	

CMYK percentages

%27.5
%0
%55.63
%37.25

Codes

Color #74A047 in popluar color models

74A047
RGB11616071
HSL90°38.53%45.29%
HSB/HSV90°55.63%62.75%
CMYK27.50%0.00%55.63%
37.25%

Color #74A047 in popluar number systems.

HEX74A047
Decimal11616071
Binary1110100101000001000111
Octal164240107

Shades and tints

Shades of #74A047

#74A047
(116,160,71)
#6A9241
(106,146,65)
#60843B
(96,132,59)
#567635
(86,118,53)
#4C682F
(76,104,47)
#425A29
(66,90,41)
#384C23
(56,76,35)
#2E3E1D
(46,62,29)
#243017
(36,48,23)
#1A2211
(26,34,17)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #74A047

#74A047
(116,160,71)
#80A857
(128,168,87)
#8CB067
(140,176,103)
#98B877
(152,184,119)
#A4C087
(164,192,135)
#B0C897
(176,200,151)
#BCD0A7
(188,208,167)
#C8D8B7
(200,216,183)
#D4E0C7
(212,224,199)
#E0E8D7
(224,232,215)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A047 color. Also use rgb(116,160,71) instead hex code.

Text Font Color

.myTextColor { color: #74A047; }

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

This text font color is #74A047.


Background Color

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

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

This div background color is #74A047.


Border color

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

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

This div border color is #74A047.


Opacity

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

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

Text with #74A047 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 #74A047;}

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

This text has shadow with #74A047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A047 on black background.


Color preview on white background

This text has color #74A047 on white background.



Black color preview on #74A047 background

This text has black color on #74A047 background.


White color preview on #74A047 background

This text has white color on #74A047 background.