COLOR #7DBC78

HEX: #7DBC78
RGB: (125,188,120)

Color info

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

RGB color model

#7DBC78 color RGB value is (125,188,120).

  • red value is 125;
  • green value is 188;
  • blue value is 120.
RGB:
(125,188,120)
(49%,74%,47%)

RGB channels and saturation

R 125 of 255 = 49%
G 188 of 255 = 74%
B 120 of 255 = 47%

125
188
120

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

Portions of RGB colors in percentages

R + G + B =
125 + 188 + 120 = 433 (100%)
R 125 of 433 ~ 28.87%
G 188 of 433 ~ 43.42%
B 120 of 433 ~ 27.71%

%28.87
%43.42
%27.71

CMYK color model

#7DBC78 color CMYK value is (34,0,36,26).

  • cyan value is 33.51%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 26.27%
CMYK:
(34,0,36,26)
C34M0Y36K26 
(34%,0%,36%,26%)
(0.34/0.00/0.36/0.26)	

CMYK percentages

%33.51
%0
%36.17
%26.27

Codes

Color #7DBC78 in popluar color models

7DBC78
RGB125188120
HSL116°33.66%60.39%
HSB/HSV116°36.17%73.73%
CMYK33.51%0.00%36.17%
26.27%

Color #7DBC78 in popluar number systems.

HEX7DBC78
Decimal125188120
Binary1111101101111001111000
Octal175274170

Shades and tints

Shades of #7DBC78

#7DBC78
(125,188,120)
#72AB6E
(114,171,110)
#679A64
(103,154,100)
#5C895A
(92,137,90)
#517850
(81,120,80)
#466746
(70,103,70)
#3B563C
(59,86,60)
#304532
(48,69,50)
#253428
(37,52,40)
#1A231E
(26,35,30)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #7DBC78

#7DBC78
(125,188,120)
#88C284
(136,194,132)
#93C890
(147,200,144)
#9ECE9C
(158,206,156)
#A9D4A8
(169,212,168)
#B4DAB4
(180,218,180)
#BFE0C0
(191,224,192)
#CAE6CC
(202,230,204)
#D5ECD8
(213,236,216)
#E0F2E4
(224,242,228)
#EBF8F0
(235,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBC78 color. Also use rgb(125,188,120) instead hex code.

Text Font Color

.myTextColor { color: #7DBC78; }

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

This text font color is #7DBC78.


Background Color

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

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

This div background color is #7DBC78.


Border color

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

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

This div border color is #7DBC78.


Opacity

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

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

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

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

This text has shadow with #7DBC78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBC78 on black background.


Color preview on white background

This text has color #7DBC78 on white background.



Black color preview on #7DBC78 background

This text has black color on #7DBC78 background.


White color preview on #7DBC78 background

This text has white color on #7DBC78 background.