COLOR #7DB77E

HEX: #7DB77E RGB: (125,183,126)

Color info

#7DB77E contains red, green and blue colors in about the same proportion. Web safe color of #7DB77E is #66CC66 (or #6C6).

RGB color model

#7DB77E color RGB value is (125,183,126).

RGB: (125,183,126) (49%, 72%, 49%)

RGB channels and saturation

R 125 of 255 = 49%
G 183 of 255 = 72%
B 126 of 255 = 49%

125
183
126

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

Portions of RGB colors in percentages

R + G + B = 125 + 183 + 126 = 434 (100%)
R 125 of 434 ~ 28.8%
G 183 of 434 ~ 42.17%
B 126 of 434 ~ 29.03'%

%28.8
%42.17
%29.03

CMYK color model

#7DB77E color CMYK value is (32,0,31,28).

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 31.15%
  • key color value is 28.24%

CMYK: (32,0,31,28)
C32M0Y31K28 (32%, 0%, 31%, 28%)
(0.32 / 0.00 / 0.31 / 0.28)

CMYK percentages

%31.69
%0
%31.15
%28.24

Codes

Color #7DB77E in popluar color models

7D B7 7E
RGB 125 183 126
HSL 121° 28.71% 60.39%
HSB/HSV 121° 31.69% 71.76%
CMYK 31.69% 0.00% 31.15%
28.24%

Color #7DB77E in popluar number systems.

HEX 7D B7 7E
Decimal 125 183 126
Binary 1111101 10110111 1111110
Octal 175 267 176

Shades and tints

Shades of #7DB77E

#7DB77E
(125,183,126)
#72A773
(114,167,115)
#679768
(103,151,104)
#5C875D
(92,135,93)
#517752
(81,119,82)
#466747
(70,103,71)
#3B573C
(59,87,60)
#304731
(48,71,49)
#253726
(37,55,38)
#1A271B
(26,39,27)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #7DB77E

#7DB77E
(125,183,126)
#88BD89
(136,189,137)
#93C394
(147,195,148)
#9EC99F
(158,201,159)
#A9CFAA
(169,207,170)
#B4D5B5
(180,213,181)
#BFDBC0
(191,219,192)
#CAE1CB
(202,225,203)
#D5E7D6
(213,231,214)
#E0EDE1
(224,237,225)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB77E color. Also use rgb(125,183,126) instead hex code.

Text Font Color

.myTextColor { color: #7DB77E; }

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

This text font color is #7DB77E.

Background Color

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

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

This div background color is #7DB77E.

Border color

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

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

This div border color is #7DB77E.

Opacity

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

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

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

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

This text has shadow with #7DB77E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB77E.

Preview

Color preview on black background

This text has color #7DB77E on black background.


Color preview on white background

This text has color #7DB77E on white background.


Black color preview on #7DB77E background

This text has black color on #7DB77E background.


White color preview on #7DB77E background

This text has white color on #7DB77E background.


Related colors

Complementary color

Complementary color for #hex is #824881.


I love getcolorcode.com

Triadic colors

1 #7E7DB7 and #B77E7D with #7DB77E are triadic colors.

2 #7EB77D and #B77D7E with #7DB77E are triadic colors.