COLOR #7DA972

HEX: #7DA972
RGB: (125,169,114)

Color info

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

RGB color model

#7DA972 color RGB value is (125,169,114).

  • red value is 125;
  • green value is 169;
  • blue value is 114.
RGB:
(125,169,114)
(49%,66%,45%)

RGB channels and saturation

R 125 of 255 = 49%
G 169 of 255 = 66%
B 114 of 255 = 45%

125
169
114

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

Portions of RGB colors in percentages

R + G + B =
125 + 169 + 114 = 408 (100%)
R 125 of 408 ~ 30.64%
G 169 of 408 ~ 41.42%
B 114 of 408 ~ 27.94%

%30.64
%41.42
%27.94

CMYK color model

#7DA972 color CMYK value is (26,0,33,34).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 32.54%
  • key color value is 33.73%
CMYK:
(26,0,33,34)
C26M0Y33K34 
(26%,0%,33%,34%)
(0.26/0.00/0.33/0.34)	

CMYK percentages

%26.04
%0
%32.54
%33.73

Codes

Color #7DA972 in popluar color models

7DA972
RGB125169114
HSL108°24.23%55.49%
HSB/HSV108°32.54%66.27%
CMYK26.04%0.00%32.54%
33.73%

Color #7DA972 in popluar number systems.

HEX7DA972
Decimal125169114
Binary1111101101010011110010
Octal175251162

Shades and tints

Shades of #7DA972

#7DA972
(125,169,114)
#729A68
(114,154,104)
#678B5E
(103,139,94)
#5C7C54
(92,124,84)
#516D4A
(81,109,74)
#465E40
(70,94,64)
#3B4F36
(59,79,54)
#30402C
(48,64,44)
#253122
(37,49,34)
#1A2218
(26,34,24)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #7DA972

#7DA972
(125,169,114)
#88B07E
(136,176,126)
#93B78A
(147,183,138)
#9EBE96
(158,190,150)
#A9C5A2
(169,197,162)
#B4CCAE
(180,204,174)
#BFD3BA
(191,211,186)
#CADAC6
(202,218,198)
#D5E1D2
(213,225,210)
#E0E8DE
(224,232,222)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA972 color. Also use rgb(125,169,114) instead hex code.

Text Font Color

.myTextColor { color: #7DA972; }

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

This text font color is #7DA972.


Background Color

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

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

This div background color is #7DA972.


Border color

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

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

This div border color is #7DA972.


Opacity

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

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

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

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

This text has shadow with #7DA972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA972 on black background.


Color preview on white background

This text has color #7DA972 on white background.



Black color preview on #7DA972 background

This text has black color on #7DA972 background.


White color preview on #7DA972 background

This text has white color on #7DA972 background.