COLOR #7DAA73

HEX: #7DAA73
RGB: (125,170,115)

Color info

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

RGB color model

#7DAA73 color RGB value is (125,170,115).

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

RGB channels and saturation

R 125 of 255 = 49%
G 170 of 255 = 67%
B 115 of 255 = 45%

125
170
115

R + G + B ~ 54%. #7DAA73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 170 + 115 = 410 (100%)
R 125 of 410 ~ 30.49%
G 170 of 410 ~ 41.46%
B 115 of 410 ~ 28.05%

%30.49
%41.46
%28.05

CMYK color model

#7DAA73 color CMYK value is (26,0,32,33).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 33.33%
CMYK:
(26,0,32,33)
C26M0Y32K33 
(26%,0%,32%,33%)
(0.26/0.00/0.32/0.33)	

CMYK percentages

%26.47
%0
%32.35
%33.33

Codes

Color #7DAA73 in popluar color models

7DAA73
RGB125170115
HSL109°24.44%55.88%
HSB/HSV109°32.35%66.67%
CMYK26.47%0.00%32.35%
33.33%

Color #7DAA73 in popluar number systems.

HEX7DAA73
Decimal125170115
Binary1111101101010101110011
Octal175252163

Shades and tints

Shades of #7DAA73

#7DAA73
(125,170,115)
#729B69
(114,155,105)
#678C5F
(103,140,95)
#5C7D55
(92,125,85)
#516E4B
(81,110,75)
#465F41
(70,95,65)
#3B5037
(59,80,55)
#30412D
(48,65,45)
#253223
(37,50,35)
#1A2319
(26,35,25)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #7DAA73

#7DAA73
(125,170,115)
#88B17F
(136,177,127)
#93B88B
(147,184,139)
#9EBF97
(158,191,151)
#A9C6A3
(169,198,163)
#B4CDAF
(180,205,175)
#BFD4BB
(191,212,187)
#CADBC7
(202,219,199)
#D5E2D3
(213,226,211)
#E0E9DF
(224,233,223)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DAA73 color. Also use rgb(125,170,115) instead hex code.

Text Font Color

.myTextColor { color: #7DAA73; }

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

This text font color is #7DAA73.


Background Color

.myBgColor { background-color: #7DAA73; }

<div style="background-color:#7DAA73">Inner text</div>

This div background color is #7DAA73.


Border color

.myBorderColor { border: 1px solid #7DAA73; }

<div style="border:3px solid #7DAA73">Div</div>

This div border color is #7DAA73.


Opacity

.myOpacity80 { color: #7DAA73; opacity: 0.8; }

<p style="color:#7DAA73;opacity:0.8;">80%</p>

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

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

This text has shadow with #7DAA73 color.

.textShadow {text-shadow: 3px 3px 1px #7DAA73, 3px 3px 1px red;}

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

This text has shadow with #7DAA73 primary color and red secondary color.


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

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

This text has shadow with #7DAA73 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAA73 on black background.


Color preview on white background

This text has color #7DAA73 on white background.



Black color preview on #7DAA73 background

This text has black color on #7DAA73 background.


White color preview on #7DAA73 background

This text has white color on #7DAA73 background.