COLOR #7DBD74

HEX: #7DBD74
RGB: (125,189,116)

Color info

#7DBD74 contains mainly green color. Web safe color of #7DBD74 is #66CC66 (or #6C6).

RGB color model

#7DBD74 color RGB value is (125,189,116).

  • red value is 125;
  • green value is 189;
  • blue value is 116.
RGB:
(125,189,116)
(49%,74%,45%)

RGB channels and saturation

R 125 of 255 = 49%
G 189 of 255 = 74%
B 116 of 255 = 45%

125
189
116

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

Portions of RGB colors in percentages

R + G + B =
125 + 189 + 116 = 430 (100%)
R 125 of 430 ~ 29.07%
G 189 of 430 ~ 43.95%
B 116 of 430 ~ 26.98%

%29.07
%43.95
%26.98

CMYK color model

#7DBD74 color CMYK value is (34,0,39,26).

  • cyan value is 33.86%
  • magenta value is 0.00%
  • yellow value is 38.62%
  • key color value is 25.88%
CMYK:
(34,0,39,26)
C34M0Y39K26 
(34%,0%,39%,26%)
(0.34/0.00/0.39/0.26)	

CMYK percentages

%33.86
%0
%38.62
%25.88

Codes

Color #7DBD74 in popluar color models

7DBD74
RGB125189116
HSL113°35.61%59.80%
HSB/HSV113°38.62%74.12%
CMYK33.86%0.00%38.62%
25.88%

Color #7DBD74 in popluar number systems.

HEX7DBD74
Decimal125189116
Binary1111101101111011110100
Octal175275164

Shades and tints

Shades of #7DBD74

#7DBD74
(125,189,116)
#72AC6A
(114,172,106)
#679B60
(103,155,96)
#5C8A56
(92,138,86)
#51794C
(81,121,76)
#466842
(70,104,66)
#3B5738
(59,87,56)
#30462E
(48,70,46)
#253524
(37,53,36)
#1A241A
(26,36,26)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #7DBD74

#7DBD74
(125,189,116)
#88C380
(136,195,128)
#93C98C
(147,201,140)
#9ECF98
(158,207,152)
#A9D5A4
(169,213,164)
#B4DBB0
(180,219,176)
#BFE1BC
(191,225,188)
#CAE7C8
(202,231,200)
#D5EDD4
(213,237,212)
#E0F3E0
(224,243,224)
#EBF9EC
(235,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBD74 color. Also use rgb(125,189,116) instead hex code.

Text Font Color

.myTextColor { color: #7DBD74; }

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

This text font color is #7DBD74.


Background Color

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

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

This div background color is #7DBD74.


Border color

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

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

This div border color is #7DBD74.


Opacity

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

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

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

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

This text has shadow with #7DBD74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBD74 on black background.


Color preview on white background

This text has color #7DBD74 on white background.



Black color preview on #7DBD74 background

This text has black color on #7DBD74 background.


White color preview on #7DBD74 background

This text has white color on #7DBD74 background.