COLOR #7DA679

HEX: #7DA679
RGB: (125,166,121)

Color info

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

RGB color model

#7DA679 color RGB value is (125,166,121).

  • red value is 125;
  • green value is 166;
  • blue value is 121.
RGB:
(125,166,121)
(49%,65%,47%)

RGB channels and saturation

R 125 of 255 = 49%
G 166 of 255 = 65%
B 121 of 255 = 47%

125
166
121

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

Portions of RGB colors in percentages

R + G + B =
125 + 166 + 121 = 412 (100%)
R 125 of 412 ~ 30.34%
G 166 of 412 ~ 40.29%
B 121 of 412 ~ 29.37%

%30.34
%40.29
%29.37

CMYK color model

#7DA679 color CMYK value is (25,0,27,35).

  • cyan value is 24.70%
  • magenta value is 0.00%
  • yellow value is 27.11%
  • key color value is 34.90%
CMYK:
(25,0,27,35)
C25M0Y27K35 
(25%,0%,27%,35%)
(0.25/0.00/0.27/0.35)	

CMYK percentages

%24.7
%0
%27.11
%34.9

Codes

Color #7DA679 in popluar color models

7DA679
RGB125166121
HSL115°20.18%56.27%
HSB/HSV115°27.11%65.10%
CMYK24.70%0.00%27.11%
34.90%

Color #7DA679 in popluar number systems.

HEX7DA679
Decimal125166121
Binary1111101101001101111001
Octal175246171

Shades and tints

Shades of #7DA679

#7DA679
(125,166,121)
#72976E
(114,151,110)
#678863
(103,136,99)
#5C7958
(92,121,88)
#516A4D
(81,106,77)
#465B42
(70,91,66)
#3B4C37
(59,76,55)
#303D2C
(48,61,44)
#252E21
(37,46,33)
#1A1F16
(26,31,22)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #7DA679

#7DA679
(125,166,121)
#88AE85
(136,174,133)
#93B691
(147,182,145)
#9EBE9D
(158,190,157)
#A9C6A9
(169,198,169)
#B4CEB5
(180,206,181)
#BFD6C1
(191,214,193)
#CADECD
(202,222,205)
#D5E6D9
(213,230,217)
#E0EEE5
(224,238,229)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA679; }

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

This text font color is #7DA679.


Background Color

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

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

This div background color is #7DA679.


Border color

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

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

This div border color is #7DA679.


Opacity

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

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

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

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

This text has shadow with #7DA679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA679 on black background.


Color preview on white background

This text has color #7DA679 on white background.



Black color preview on #7DA679 background

This text has black color on #7DA679 background.


White color preview on #7DA679 background

This text has white color on #7DA679 background.