COLOR #7DAF72

HEX: #7DAF72 RGB: (125,175,114)

Color info

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

RGB color model

#7DAF72 color RGB value is (125,175,114).

RGB: (125,175,114) (49%, 69%, 45%)

RGB channels and saturation

R 125 of 255 = 49%
G 175 of 255 = 69%
B 114 of 255 = 45%

125
175
114

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

Portions of RGB colors in percentages

R + G + B = 125 + 175 + 114 = 414 (100%)
R 125 of 414 ~ 30.19%
G 175 of 414 ~ 42.27%
B 114 of 414 ~ 27.54'%

%30.19
%42.27
%27.54

CMYK color model

#7DAF72 color CMYK value is (29,0,35,31).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 31.37%

CMYK: (29,0,35,31)
C29M0Y35K31 (29%, 0%, 35%, 31%)
(0.29 / 0.00 / 0.35 / 0.31)

CMYK percentages

%28.57
%0
%34.86
%31.37

Codes

Color #7DAF72 in popluar color models

7D AF 72
RGB 125 175 114
HSL 109° 27.60% 56.67%
HSB/HSV 109° 34.86% 68.63%
CMYK 28.57% 0.00% 34.86%
31.37%

Color #7DAF72 in popluar number systems.

HEX 7D AF 72
Decimal 125 175 114
Binary 1111101 10101111 1110010
Octal 175 257 162

Shades and tints

Shades of #7DAF72

#7DAF72
(125,175,114)
#72A068
(114,160,104)
#67915E
(103,145,94)
#5C8254
(92,130,84)
#51734A
(81,115,74)
#466440
(70,100,64)
#3B5536
(59,85,54)
#30462C
(48,70,44)
#253722
(37,55,34)
#1A2818
(26,40,24)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #7DAF72

#7DAF72
(125,175,114)
#88B67E
(136,182,126)
#93BD8A
(147,189,138)
#9EC496
(158,196,150)
#A9CBA2
(169,203,162)
#B4D2AE
(180,210,174)
#BFD9BA
(191,217,186)
#CAE0C6
(202,224,198)
#D5E7D2
(213,231,210)
#E0EEDE
(224,238,222)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAF72; }

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

This text font color is #7DAF72.

Background Color

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

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

This div background color is #7DAF72.

Border color

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

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

This div border color is #7DAF72.

Opacity

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

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

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

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

This text has shadow with #7DAF72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DAF72.

Preview

Color preview on black background

This text has color #7DAF72 on black background.


Color preview on white background

This text has color #7DAF72 on white background.


Black color preview on #7DAF72 background

This text has black color on #7DAF72 background.


White color preview on #7DAF72 background

This text has white color on #7DAF72 background.


Related colors

Complementary color

Complementary color for #hex is #82508D.


I love getcolorcode.com

Triadic colors

1 #727DAF and #AF727D with #7DAF72 are triadic colors.

2 #72AF7D and #AF7D72 with #7DAF72 are triadic colors.