COLOR #7DB14E

HEX: #7DB14E
RGB: (125,177,78)

Color info

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

RGB color model

#7DB14E color RGB value is (125,177,78).

  • red value is 125;
  • green value is 177;
  • blue value is 78.
RGB:
(125,177,78)
(49%,69%,31%)

RGB channels and saturation

R 125 of 255 = 49%
G 177 of 255 = 69%
B 78 of 255 = 31%

125
177
78

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

Portions of RGB colors in percentages

R + G + B =
125 + 177 + 78 = 380 (100%)
R 125 of 380 ~ 32.89%
G 177 of 380 ~ 46.58%
B 78 of 380 ~ 20.53%

%32.89
%46.58
%20.53

CMYK color model

#7DB14E color CMYK value is (29,0,56,31).

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 55.93%
  • key color value is 30.59%
CMYK:
(29,0,56,31)
C29M0Y56K31 
(29%,0%,56%,31%)
(0.29/0.00/0.56/0.31)	

CMYK percentages

%29.38
%0
%55.93
%30.59

Codes

Color #7DB14E in popluar color models

7DB14E
RGB12517778
HSL92°38.82%50.00%
HSB/HSV92°55.93%69.41%
CMYK29.38%0.00%55.93%
30.59%

Color #7DB14E in popluar number systems.

HEX7DB14E
Decimal12517778
Binary1111101101100011001110
Octal175261116

Shades and tints

Shades of #7DB14E

#7DB14E
(125,177,78)
#72A147
(114,161,71)
#679140
(103,145,64)
#5C8139
(92,129,57)
#517132
(81,113,50)
#46612B
(70,97,43)
#3B5124
(59,81,36)
#30411D
(48,65,29)
#253116
(37,49,22)
#1A210F
(26,33,15)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #7DB14E

#7DB14E
(125,177,78)
#88B85E
(136,184,94)
#93BF6E
(147,191,110)
#9EC67E
(158,198,126)
#A9CD8E
(169,205,142)
#B4D49E
(180,212,158)
#BFDBAE
(191,219,174)
#CAE2BE
(202,226,190)
#D5E9CE
(213,233,206)
#E0F0DE
(224,240,222)
#EBF7EE
(235,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB14E color. Also use rgb(125,177,78) instead hex code.

Text Font Color

.myTextColor { color: #7DB14E; }

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

This text font color is #7DB14E.


Background Color

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

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

This div background color is #7DB14E.


Border color

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

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

This div border color is #7DB14E.


Opacity

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

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

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

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

This text has shadow with #7DB14E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB14E on black background.


Color preview on white background

This text has color #7DB14E on white background.



Black color preview on #7DB14E background

This text has black color on #7DB14E background.


White color preview on #7DB14E background

This text has white color on #7DB14E background.