COLOR #7DA76F

HEX: #7DA76F RGB: (125,167,111)

Color info

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

RGB color model

#7DA76F color RGB value is (125,167,111).

RGB: (125,167,111) (49%, 65%, 44%)

RGB channels and saturation

R 125 of 255 = 49%
G 167 of 255 = 65%
B 111 of 255 = 44%

125
167
111

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

Portions of RGB colors in percentages

R + G + B = 125 + 167 + 111 = 403 (100%)
R 125 of 403 ~ 31.02%
G 167 of 403 ~ 41.44%
B 111 of 403 ~ 27.54'%

%31.02
%41.44
%27.54

CMYK color model

#7DA76F color CMYK value is (25,0,34,35).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 34.51%
CMYK: (25,0,34,35) C25M0Y34K35 (25%,0%,34%,35%) (0.25/0.00/0.34/0.35) 

CMYK percentages

%25.15
%0
%33.53
%34.51

Codes

Color #7DA76F in popluar color models

7D A7 6F
RGB 125 167 111
HSL 105° 24.14% 54.51%
HSB/HSV 105° 33.53% 65.49%
CMYK 25.15% 0.00% 33.53%
34.51%

Color #7DA76F in popluar number systems.

HEX 7D A7 6F
Decimal 125 167 111
Binary 1111101 10100111 1101111
Octal 175 247 157

Shades and tints

Shades of #7DA76F

#7DA76F
(125,167,111)
#729865
(114,152,101)
#67895B
(103,137,91)
#5C7A51
(92,122,81)
#516B47
(81,107,71)
#465C3D
(70,92,61)
#3B4D33
(59,77,51)
#303E29
(48,62,41)
#252F1F
(37,47,31)
#1A2015
(26,32,21)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #7DA76F

#7DA76F
(125,167,111)
#88AF7C
(136,175,124)
#93B789
(147,183,137)
#9EBF96
(158,191,150)
#A9C7A3
(169,199,163)
#B4CFB0
(180,207,176)
#BFD7BD
(191,215,189)
#CADFCA
(202,223,202)
#D5E7D7
(213,231,215)
#E0EFE4
(224,239,228)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA76F color. Also use rgb(125,167,111) instead hex code.

Text Font Color

.myTextColor { color: #7DA76F; }

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

This text font color is #7DA76F.

Background Color

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

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

This div background color is #7DA76F.

Border color

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

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

This div border color is #7DA76F.

Opacity

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

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

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

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

This text has shadow with #7DA76F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA76F.

Preview

Color preview on black background

This text has color #7DA76F on black background.


Color preview on white background

This text has color #7DA76F on white background.


Black color preview on #7DA76F background

This text has black color on #7DA76F background.


White color preview on #7DA76F background

This text has white color on #7DA76F background.


Related colors

Complementary color

Complementary color for #hex is #825890.


I love getcolorcode.com

Triadic colors

1 #6F7DA7 and #A76F7D with #7DA76F are triadic colors.

2 #6FA77D and #A77D6F with #7DA76F are triadic colors.