COLOR #7DA66D

HEX: #7DA66D RGB: (125,166,109)

Color info

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

RGB color model

#7DA66D color RGB value is (125,166,109).

RGB: (125,166,109) (49%, 65%, 43%)

RGB channels and saturation

R 125 of 255 = 49%
G 166 of 255 = 65%
B 109 of 255 = 43%

125
166
109

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

Portions of RGB colors in percentages

R + G + B = 125 + 166 + 109 = 400 (100%)
R 125 of 400 ~ 31.25%
G 166 of 400 ~ 41.5%
B 109 of 400 ~ 27.25'%

%31.25
%41.5
%27.25

CMYK color model

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

  • cyan value is 24.70%
  • magenta value is 0.00%
  • yellow value is 34.34%
  • key color value is 34.90%

CMYK: (25,0,34,35)
C25M0Y34K35 (25%, 0%, 34%, 35%)
(0.25 / 0.00 / 0.34 / 0.35)

CMYK percentages

%24.7
%0
%34.34
%34.9

Codes

Color #7DA66D in popluar color models

7D A6 6D
RGB 125 166 109
HSL 103° 24.26% 53.92%
HSB/HSV 103° 34.34% 65.10%
CMYK 24.70% 0.00% 34.34%
34.90%

Color #7DA66D in popluar number systems.

HEX 7D A6 6D
Decimal 125 166 109
Binary 1111101 10100110 1101101
Octal 175 246 155

Shades and tints

Shades of #7DA66D

#7DA66D
(125,166,109)
#729764
(114,151,100)
#67885B
(103,136,91)
#5C7952
(92,121,82)
#516A49
(81,106,73)
#465B40
(70,91,64)
#3B4C37
(59,76,55)
#303D2E
(48,61,46)
#252E25
(37,46,37)
#1A1F1C
(26,31,28)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7DA66D

#7DA66D
(125,166,109)
#88AE7A
(136,174,122)
#93B687
(147,182,135)
#9EBE94
(158,190,148)
#A9C6A1
(169,198,161)
#B4CEAE
(180,206,174)
#BFD6BB
(191,214,187)
#CADEC8
(202,222,200)
#D5E6D5
(213,230,213)
#E0EEE2
(224,238,226)
#EBF6EF
(235,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA66D color. Also use rgb(125,166,109) instead hex code.

Text Font Color

.myTextColor { color: #7DA66D; }

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

This text font color is #7DA66D.

Background Color

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

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

This div background color is #7DA66D.

Border color

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

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

This div border color is #7DA66D.

Opacity

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

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

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

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

This text has shadow with #7DA66D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA66D.

Preview

Color preview on black background

This text has color #7DA66D on black background.


Color preview on white background

This text has color #7DA66D on white background.


Black color preview on #7DA66D background

This text has black color on #7DA66D background.


White color preview on #7DA66D background

This text has white color on #7DA66D background.


Related colors

Complementary color

Complementary color for #hex is #825992.


I love getcolorcode.com

Triadic colors

1 #6D7DA6 and #A66D7D with #7DA66D are triadic colors.

2 #6DA67D and #A67D6D with #7DA66D are triadic colors.