COLOR #7DA575

HEX: #7DA575 RGB: (125,165,117)

Color info

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

RGB color model

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

RGB: (125,165,117) (49%, 65%, 46%)

RGB channels and saturation

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

125
165
117

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

Portions of RGB colors in percentages

R + G + B = 125 + 165 + 117 = 407 (100%)
R 125 of 407 ~ 30.71%
G 165 of 407 ~ 40.54%
B 117 of 407 ~ 28.75'%

%30.71
%40.54
%28.75

CMYK color model

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

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

CMYK: (24,0,29,35)
C24M0Y29K35 (24%, 0%, 29%, 35%)
(0.24 / 0.00 / 0.29 / 0.35)

CMYK percentages

%24.24
%0
%29.09
%35.29

Codes

Color #7DA575 in popluar color models

7D A5 75
RGB 125 165 117
HSL 110° 21.05% 55.29%
HSB/HSV 110° 29.09% 64.71%
CMYK 24.24% 0.00% 29.09%
35.29%

Color #7DA575 in popluar number systems.

HEX 7D A5 75
Decimal 125 165 117
Binary 1111101 10100101 1110101
Octal 175 245 165

Shades and tints

Shades of #7DA575

#7DA575
(125,165,117)
#72966B
(114,150,107)
#678761
(103,135,97)
#5C7857
(92,120,87)
#51694D
(81,105,77)
#465A43
(70,90,67)
#3B4B39
(59,75,57)
#303C2F
(48,60,47)
#252D25
(37,45,37)
#1A1E1B
(26,30,27)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #7DA575

#7DA575
(125,165,117)
#88AD81
(136,173,129)
#93B58D
(147,181,141)
#9EBD99
(158,189,153)
#A9C5A5
(169,197,165)
#B4CDB1
(180,205,177)
#BFD5BD
(191,213,189)
#CADDC9
(202,221,201)
#D5E5D5
(213,229,213)
#E0EDE1
(224,237,225)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA575; }

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

This text font color is #7DA575.

Background Color

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

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

This div background color is #7DA575.

Border color

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

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

This div border color is #7DA575.

Opacity

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

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

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

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

This text has shadow with #7DA575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA575.

Preview

Color preview on black background

This text has color #7DA575 on black background.


Color preview on white background

This text has color #7DA575 on white background.


Black color preview on #7DA575 background

This text has black color on #7DA575 background.


White color preview on #7DA575 background

This text has white color on #7DA575 background.


Related colors

Complementary color

Complementary color for #hex is #825A8A.


I love getcolorcode.com

Triadic colors

1 #757DA5 and #A5757D with #7DA575 are triadic colors.

2 #75A57D and #A57D75 with #7DA575 are triadic colors.