COLOR #7DA775

HEX: #7DA775
RGB: (125,167,117)

Color info

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

RGB color model

#7DA775 color RGB value is (125,167,117).

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

RGB channels and saturation

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

125
167
117

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

Portions of RGB colors in percentages

R + G + B =
125 + 167 + 117 = 409 (100%)
R 125 of 409 ~ 30.56%
G 167 of 409 ~ 40.83%
B 117 of 409 ~ 28.61%

%30.56
%40.83
%28.61

CMYK color model

#7DA775 color CMYK value is (25,0,30,35).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 34.51%
CMYK:
(25,0,30,35)
C25M0Y30K35 
(25%,0%,30%,35%)
(0.25/0.00/0.30/0.35)	

CMYK percentages

%25.15
%0
%29.94
%34.51

Codes

Color #7DA775 in popluar color models

7DA775
RGB125167117
HSL110°22.12%55.69%
HSB/HSV110°29.94%65.49%
CMYK25.15%0.00%29.94%
34.51%

Color #7DA775 in popluar number systems.

HEX7DA775
Decimal125167117
Binary1111101101001111110101
Octal175247165

Shades and tints

Shades of #7DA775

#7DA775
(125,167,117)
#72986B
(114,152,107)
#678961
(103,137,97)
#5C7A57
(92,122,87)
#516B4D
(81,107,77)
#465C43
(70,92,67)
#3B4D39
(59,77,57)
#303E2F
(48,62,47)
#252F25
(37,47,37)
#1A201B
(26,32,27)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #7DA775

#7DA775
(125,167,117)
#88AF81
(136,175,129)
#93B78D
(147,183,141)
#9EBF99
(158,191,153)
#A9C7A5
(169,199,165)
#B4CFB1
(180,207,177)
#BFD7BD
(191,215,189)
#CADFC9
(202,223,201)
#D5E7D5
(213,231,213)
#E0EFE1
(224,239,225)
#EBF7ED
(235,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA775; }

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

This text font color is #7DA775.


Background Color

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

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

This div background color is #7DA775.


Border color

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

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

This div border color is #7DA775.


Opacity

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

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

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

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

This text has shadow with #7DA775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA775 on black background.


Color preview on white background

This text has color #7DA775 on white background.



Black color preview on #7DA775 background

This text has black color on #7DA775 background.


White color preview on #7DA775 background

This text has white color on #7DA775 background.