COLOR #7DA15F

HEX: #7DA15F
RGB: (125,161,95)

Color info

#7DA15F contains mainly red and green colors. Web safe color of #7DA15F is #669966 (or #696).

RGB color model

#7DA15F color RGB value is (125,161,95).

  • red value is 125;
  • green value is 161;
  • blue value is 95.
RGB:
(125,161,95)
(49%,63%,37%)

RGB channels and saturation

R 125 of 255 = 49%
G 161 of 255 = 63%
B 95 of 255 = 37%

125
161
95

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

Portions of RGB colors in percentages

R + G + B =
125 + 161 + 95 = 381 (100%)
R 125 of 381 ~ 32.81%
G 161 of 381 ~ 42.26%
B 95 of 381 ~ 24.93%

%32.81
%42.26
%24.93

CMYK color model

#7DA15F color CMYK value is (22,0,41,37).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 40.99%
  • key color value is 36.86%
CMYK:
(22,0,41,37)
C22M0Y41K37 
(22%,0%,41%,37%)
(0.22/0.00/0.41/0.37)	

CMYK percentages

%22.36
%0
%40.99
%36.86

Codes

Color #7DA15F in popluar color models

7DA15F
RGB12516195
HSL93°25.98%50.20%
HSB/HSV93°40.99%63.14%
CMYK22.36%0.00%40.99%
36.86%

Color #7DA15F in popluar number systems.

HEX7DA15F
Decimal12516195
Binary1111101101000011011111
Octal175241137

Shades and tints

Shades of #7DA15F

#7DA15F
(125,161,95)
#729357
(114,147,87)
#67854F
(103,133,79)
#5C7747
(92,119,71)
#51693F
(81,105,63)
#465B37
(70,91,55)
#3B4D2F
(59,77,47)
#303F27
(48,63,39)
#25311F
(37,49,31)
#1A2317
(26,35,23)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #7DA15F

#7DA15F
(125,161,95)
#88A96D
(136,169,109)
#93B17B
(147,177,123)
#9EB989
(158,185,137)
#A9C197
(169,193,151)
#B4C9A5
(180,201,165)
#BFD1B3
(191,209,179)
#CAD9C1
(202,217,193)
#D5E1CF
(213,225,207)
#E0E9DD
(224,233,221)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA15F; }

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

This text font color is #7DA15F.


Background Color

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

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

This div background color is #7DA15F.


Border color

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

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

This div border color is #7DA15F.


Opacity

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

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

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

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

This text has shadow with #7DA15F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA15F on black background.


Color preview on white background

This text has color #7DA15F on white background.



Black color preview on #7DA15F background

This text has black color on #7DA15F background.


White color preview on #7DA15F background

This text has white color on #7DA15F background.