COLOR #7DA771

HEX: #7DA771
RGB: (125,167,113)

Color info

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

RGB color model

#7DA771 color RGB value is (125,167,113).

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

RGB channels and saturation

R 125 of 255 = 49%
G 167 of 255 = 65%
B 113 of 255 = 44%

125
167
113

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

Portions of RGB colors in percentages

R + G + B =
125 + 167 + 113 = 405 (100%)
R 125 of 405 ~ 30.86%
G 167 of 405 ~ 41.23%
B 113 of 405 ~ 27.9%

%30.86
%41.23
%27.9

CMYK color model

#7DA771 color CMYK value is (25,0,32,35).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 32.34%
  • key color value is 34.51%
CMYK:
(25,0,32,35)
C25M0Y32K35 
(25%,0%,32%,35%)
(0.25/0.00/0.32/0.35)	

CMYK percentages

%25.15
%0
%32.34
%34.51

Codes

Color #7DA771 in popluar color models

7DA771
RGB125167113
HSL107°23.48%54.90%
HSB/HSV107°32.34%65.49%
CMYK25.15%0.00%32.34%
34.51%

Color #7DA771 in popluar number systems.

HEX7DA771
Decimal125167113
Binary1111101101001111110001
Octal175247161

Shades and tints

Shades of #7DA771

#7DA771
(125,167,113)
#729867
(114,152,103)
#67895D
(103,137,93)
#5C7A53
(92,122,83)
#516B49
(81,107,73)
#465C3F
(70,92,63)
#3B4D35
(59,77,53)
#303E2B
(48,62,43)
#252F21
(37,47,33)
#1A2017
(26,32,23)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #7DA771

#7DA771
(125,167,113)
#88AF7D
(136,175,125)
#93B789
(147,183,137)
#9EBF95
(158,191,149)
#A9C7A1
(169,199,161)
#B4CFAD
(180,207,173)
#BFD7B9
(191,215,185)
#CADFC5
(202,223,197)
#D5E7D1
(213,231,209)
#E0EFDD
(224,239,221)
#EBF7E9
(235,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA771; }

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

This text font color is #7DA771.


Background Color

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

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

This div background color is #7DA771.


Border color

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

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

This div border color is #7DA771.


Opacity

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

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

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

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

This text has shadow with #7DA771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA771 on black background.


Color preview on white background

This text has color #7DA771 on white background.



Black color preview on #7DA771 background

This text has black color on #7DA771 background.


White color preview on #7DA771 background

This text has white color on #7DA771 background.