COLOR #7DA57D

HEX: #7DA57D
RGB: (125,165,125)

Color info

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

RGB color model

#7DA57D color RGB value is (125,165,125).

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

RGB channels and saturation

R 125 of 255 = 49%
G 165 of 255 = 65%
B 125 of 255 = 49%

125
165
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 165 + 125 = 415 (100%)
R 125 of 415 ~ 30.12%
G 165 of 415 ~ 39.76%
B 125 of 415 ~ 30.12%

%30.12
%39.76
%30.12

CMYK color model

#7DA57D color CMYK value is (24,0,24,35).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 35.29%
CMYK:
(24,0,24,35)
C24M0Y24K35 
(24%,0%,24%,35%)
(0.24/0.00/0.24/0.35)	

CMYK percentages

%24.24
%0
%24.24
%35.29

Codes

Color #7DA57D in popluar color models

7DA57D
RGB125165125
HSL120°18.18%56.86%
HSB/HSV120°24.24%64.71%
CMYK24.24%0.00%24.24%
35.29%

Color #7DA57D in popluar number systems.

HEX7DA57D
Decimal125165125
Binary1111101101001011111101
Octal175245175

Shades and tints

Shades of #7DA57D

#7DA57D
(125,165,125)
#729672
(114,150,114)
#678767
(103,135,103)
#5C785C
(92,120,92)
#516951
(81,105,81)
#465A46
(70,90,70)
#3B4B3B
(59,75,59)
#303C30
(48,60,48)
#252D25
(37,45,37)
#1A1E1A
(26,30,26)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #7DA57D

#7DA57D
(125,165,125)
#88AD88
(136,173,136)
#93B593
(147,181,147)
#9EBD9E
(158,189,158)
#A9C5A9
(169,197,169)
#B4CDB4
(180,205,180)
#BFD5BF
(191,213,191)
#CADDCA
(202,221,202)
#D5E5D5
(213,229,213)
#E0EDE0
(224,237,224)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA57D; }

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

This text font color is #7DA57D.


Background Color

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

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

This div background color is #7DA57D.


Border color

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

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

This div border color is #7DA57D.


Opacity

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

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

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

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

This text has shadow with #7DA57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA57D on black background.


Color preview on white background

This text has color #7DA57D on white background.



Black color preview on #7DA57D background

This text has black color on #7DA57D background.


White color preview on #7DA57D background

This text has white color on #7DA57D background.