COLOR #7DBC7F

HEX: #7DBC7F RGB: (125,188,127)

Color info

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

RGB color model

#7DBC7F color RGB value is (125,188,127).

RGB: (125,188,127) (49%, 74%, 50%)

RGB channels and saturation

R 125 of 255 = 49%
G 188 of 255 = 74%
B 127 of 255 = 50%

125
188
127

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

Portions of RGB colors in percentages

R + G + B = 125 + 188 + 127 = 440 (100%)
R 125 of 440 ~ 28.41%
G 188 of 440 ~ 42.73%
B 127 of 440 ~ 28.86'%

%28.41
%42.73
%28.86

CMYK color model

#7DBC7F color CMYK value is (34,0,32,26).

  • cyan value is 33.51%
  • magenta value is 0.00%
  • yellow value is 32.45%
  • key color value is 26.27%

CMYK: (34,0,32,26)
C34M0Y32K26 (34%, 0%, 32%, 26%)
(0.34 / 0.00 / 0.32 / 0.26)

CMYK percentages

%33.51
%0
%32.45
%26.27

Codes

Color #7DBC7F in popluar color models

7D BC 7F
RGB 125 188 127
HSL 122° 31.98% 61.37%
HSB/HSV 122° 33.51% 73.73%
CMYK 33.51% 0.00% 32.45%
26.27%

Color #7DBC7F in popluar number systems.

HEX 7D BC 7F
Decimal 125 188 127
Binary 1111101 10111100 1111111
Octal 175 274 177

Shades and tints

Shades of #7DBC7F

#7DBC7F
(125,188,127)
#72AB74
(114,171,116)
#679A69
(103,154,105)
#5C895E
(92,137,94)
#517853
(81,120,83)
#466748
(70,103,72)
#3B563D
(59,86,61)
#304532
(48,69,50)
#253427
(37,52,39)
#1A231C
(26,35,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #7DBC7F

#7DBC7F
(125,188,127)
#88C28A
(136,194,138)
#93C895
(147,200,149)
#9ECEA0
(158,206,160)
#A9D4AB
(169,212,171)
#B4DAB6
(180,218,182)
#BFE0C1
(191,224,193)
#CAE6CC
(202,230,204)
#D5ECD7
(213,236,215)
#E0F2E2
(224,242,226)
#EBF8ED
(235,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBC7F; }

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

This text font color is #7DBC7F.

Background Color

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

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

This div background color is #7DBC7F.

Border color

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

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

This div border color is #7DBC7F.

Opacity

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

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

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

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

This text has shadow with #7DBC7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DBC7F.

Preview

Color preview on black background

This text has color #7DBC7F on black background.


Color preview on white background

This text has color #7DBC7F on white background.


Black color preview on #7DBC7F background

This text has black color on #7DBC7F background.


White color preview on #7DBC7F background

This text has white color on #7DBC7F background.


Related colors

Complementary color

Complementary color for #hex is #824380.


I love getcolorcode.com

Triadic colors

1 #7F7DBC and #BC7F7D with #7DBC7F are triadic colors.

2 #7FBC7D and #BC7D7F with #7DBC7F are triadic colors.