COLOR #7DA57B

HEX: #7DA57B RGB: (125,165,123)

Color info

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

RGB color model

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

RGB: (125,165,123) (49%, 65%, 48%)

RGB channels and saturation

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

125
165
123

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

Portions of RGB colors in percentages

R + G + B = 125 + 165 + 123 = 413 (100%)
R 125 of 413 ~ 30.27%
G 165 of 413 ~ 39.95%
B 123 of 413 ~ 29.78'%

%30.27
%39.95
%29.78

CMYK color model

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

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 35.29%

CMYK: (24,0,25,35)
C24M0Y25K35 (24%, 0%, 25%, 35%)
(0.24 / 0.00 / 0.25 / 0.35)

CMYK percentages

%24.24
%0
%25.45
%35.29

Codes

Color #7DA57B in popluar color models

7D A5 7B
RGB 125 165 123
HSL 117° 18.92% 56.47%
HSB/HSV 117° 25.45% 64.71%
CMYK 24.24% 0.00% 25.45%
35.29%

Color #7DA57B in popluar number systems.

HEX 7D A5 7B
Decimal 125 165 123
Binary 1111101 10100101 1111011
Octal 175 245 173

Shades and tints

Shades of #7DA57B

#7DA57B
(125,165,123)
#729670
(114,150,112)
#678765
(103,135,101)
#5C785A
(92,120,90)
#51694F
(81,105,79)
#465A44
(70,90,68)
#3B4B39
(59,75,57)
#303C2E
(48,60,46)
#252D23
(37,45,35)
#1A1E18
(26,30,24)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #7DA57B

#7DA57B
(125,165,123)
#88AD87
(136,173,135)
#93B593
(147,181,147)
#9EBD9F
(158,189,159)
#A9C5AB
(169,197,171)
#B4CDB7
(180,205,183)
#BFD5C3
(191,213,195)
#CADDCF
(202,221,207)
#D5E5DB
(213,229,219)
#E0EDE7
(224,237,231)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA57B; }

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

This text font color is #7DA57B.

Background Color

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

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

This div background color is #7DA57B.

Border color

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

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

This div border color is #7DA57B.

Opacity

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

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

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

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

This text has shadow with #7DA57B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA57B.

Preview

Color preview on black background

This text has color #7DA57B on black background.


Color preview on white background

This text has color #7DA57B on white background.


Black color preview on #7DA57B background

This text has black color on #7DA57B background.


White color preview on #7DA57B background

This text has white color on #7DA57B background.


Related colors

Complementary color

Complementary color for #hex is #825A84.


I love getcolorcode.com

Triadic colors

1 #7B7DA5 and #A57B7D with #7DA57B are triadic colors.

2 #7BA57D and #A57D7B with #7DA57B are triadic colors.