COLOR #7DBE72

HEX: #7DBE72 RGB: (125,190,114)

Color info

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

RGB color model

#7DBE72 color RGB value is (125,190,114).

RGB: (125,190,114) (49%, 75%, 45%)

RGB channels and saturation

R 125 of 255 = 49%
G 190 of 255 = 75%
B 114 of 255 = 45%

125
190
114

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

Portions of RGB colors in percentages

R + G + B = 125 + 190 + 114 = 429 (100%)
R 125 of 429 ~ 29.14%
G 190 of 429 ~ 44.29%
B 114 of 429 ~ 26.57'%

%29.14
%44.29
%26.57

CMYK color model

#7DBE72 color CMYK value is (34,0,40,25).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 25.49%

CMYK: (34,0,40,25)
C34M0Y40K25 (34%, 0%, 40%, 25%)
(0.34 / 0.00 / 0.40 / 0.25)

CMYK percentages

%34.21
%0
%40
%25.49

Codes

Color #7DBE72 in popluar color models

7D BE 72
RGB 125 190 114
HSL 111° 36.89% 59.61%
HSB/HSV 111° 40.00% 74.51%
CMYK 34.21% 0.00% 40.00%
25.49%

Color #7DBE72 in popluar number systems.

HEX 7D BE 72
Decimal 125 190 114
Binary 1111101 10111110 1110010
Octal 175 276 162

Shades and tints

Shades of #7DBE72

#7DBE72
(125,190,114)
#72AD68
(114,173,104)
#679C5E
(103,156,94)
#5C8B54
(92,139,84)
#517A4A
(81,122,74)
#466940
(70,105,64)
#3B5836
(59,88,54)
#30472C
(48,71,44)
#253622
(37,54,34)
#1A2518
(26,37,24)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #7DBE72

#7DBE72
(125,190,114)
#88C37E
(136,195,126)
#93C88A
(147,200,138)
#9ECD96
(158,205,150)
#A9D2A2
(169,210,162)
#B4D7AE
(180,215,174)
#BFDCBA
(191,220,186)
#CAE1C6
(202,225,198)
#D5E6D2
(213,230,210)
#E0EBDE
(224,235,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBE72 color. Also use rgb(125,190,114) instead hex code.

Text Font Color

.myTextColor { color: #7DBE72; }

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

This text font color is #7DBE72.

Background Color

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

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

This div background color is #7DBE72.

Border color

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

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

This div border color is #7DBE72.

Opacity

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

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

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

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

This text has shadow with #7DBE72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DBE72.

Preview

Color preview on black background

This text has color #7DBE72 on black background.


Color preview on white background

This text has color #7DBE72 on white background.


Black color preview on #7DBE72 background

This text has black color on #7DBE72 background.


White color preview on #7DBE72 background

This text has white color on #7DBE72 background.


Related colors

Complementary color

Complementary color for #hex is #82418D.


I love getcolorcode.com

Triadic colors

1 #727DBE and #BE727D with #7DBE72 are triadic colors.

2 #72BE7D and #BE7D72 with #7DBE72 are triadic colors.