COLOR #74AA73

HEX: #74AA73
RGB: (116,170,115)

Color info

#74AA73 contains red, green and blue colors in about the same proportion. Web safe color of #74AA73 is #669966 (or #696).

RGB color model

#74AA73 color RGB value is (116,170,115).

  • red value is 116;
  • green value is 170;
  • blue value is 115.
RGB:
(116,170,115)
(45%,67%,45%)

RGB channels and saturation

R 116 of 255 = 45%
G 170 of 255 = 67%
B 115 of 255 = 45%

116
170
115

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

Portions of RGB colors in percentages

R + G + B =
116 + 170 + 115 = 401 (100%)
R 116 of 401 ~ 28.93%
G 170 of 401 ~ 42.39%
B 115 of 401 ~ 28.68%

%28.93
%42.39
%28.68

CMYK color model

#74AA73 color CMYK value is (32,0,32,33).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 33.33%
CMYK:
(32,0,32,33)
C32M0Y32K33 
(32%,0%,32%,33%)
(0.32/0.00/0.32/0.33)	

CMYK percentages

%31.76
%0
%32.35
%33.33

Codes

Color #74AA73 in popluar color models

74AA73
RGB116170115
HSL119°24.44%55.88%
HSB/HSV119°32.35%66.67%
CMYK31.76%0.00%32.35%
33.33%

Color #74AA73 in popluar number systems.

HEX74AA73
Decimal116170115
Binary1110100101010101110011
Octal164252163

Shades and tints

Shades of #74AA73

#74AA73
(116,170,115)
#6A9B69
(106,155,105)
#608C5F
(96,140,95)
#567D55
(86,125,85)
#4C6E4B
(76,110,75)
#425F41
(66,95,65)
#385037
(56,80,55)
#2E412D
(46,65,45)
#243223
(36,50,35)
#1A2319
(26,35,25)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #74AA73

#74AA73
(116,170,115)
#80B17F
(128,177,127)
#8CB88B
(140,184,139)
#98BF97
(152,191,151)
#A4C6A3
(164,198,163)
#B0CDAF
(176,205,175)
#BCD4BB
(188,212,187)
#C8DBC7
(200,219,199)
#D4E2D3
(212,226,211)
#E0E9DF
(224,233,223)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AA73 color. Also use rgb(116,170,115) instead hex code.

Text Font Color

.myTextColor { color: #74AA73; }

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

This text font color is #74AA73.


Background Color

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

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

This div background color is #74AA73.


Border color

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

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

This div border color is #74AA73.


Opacity

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

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

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

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

This text has shadow with #74AA73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AA73 on black background.


Color preview on white background

This text has color #74AA73 on white background.



Black color preview on #74AA73 background

This text has black color on #74AA73 background.


White color preview on #74AA73 background

This text has white color on #74AA73 background.