COLOR #7DB68A

HEX: #7DB68A RGB: (125,182,138)

Color info

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

RGB color model

#7DB68A color RGB value is (125,182,138).

RGB: (125,182,138) (49%, 71%, 54%)

RGB channels and saturation

R 125 of 255 = 49%
G 182 of 255 = 71%
B 138 of 255 = 54%

125
182
138

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

Portions of RGB colors in percentages

R + G + B = 125 + 182 + 138 = 445 (100%)
R 125 of 445 ~ 28.09%
G 182 of 445 ~ 40.9%
B 138 of 445 ~ 31.01'%

%28.09
%40.9
%31.01

CMYK color model

#7DB68A color CMYK value is (31,0,24,29).

  • cyan value is 31.32%
  • magenta value is 0.00%
  • yellow value is 24.18%
  • key color value is 28.63%

CMYK: (31,0,24,29)
C31M0Y24K29 (31%, 0%, 24%, 29%)
(0.31 / 0.00 / 0.24 / 0.29)

CMYK percentages

%31.32
%0
%24.18
%28.63

Codes

Color #7DB68A in popluar color models

7D B6 8A
RGB 125 182 138
HSL 134° 28.08% 60.20%
HSB/HSV 134° 31.32% 71.37%
CMYK 31.32% 0.00% 24.18%
28.63%

Color #7DB68A in popluar number systems.

HEX 7D B6 8A
Decimal 125 182 138
Binary 1111101 10110110 10001010
Octal 175 266 212

Shades and tints

Shades of #7DB68A

#7DB68A
(125,182,138)
#72A67E
(114,166,126)
#679672
(103,150,114)
#5C8666
(92,134,102)
#51765A
(81,118,90)
#46664E
(70,102,78)
#3B5642
(59,86,66)
#304636
(48,70,54)
#25362A
(37,54,42)
#1A261E
(26,38,30)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #7DB68A

#7DB68A
(125,182,138)
#88BC94
(136,188,148)
#93C29E
(147,194,158)
#9EC8A8
(158,200,168)
#A9CEB2
(169,206,178)
#B4D4BC
(180,212,188)
#BFDAC6
(191,218,198)
#CAE0D0
(202,224,208)
#D5E6DA
(213,230,218)
#E0ECE4
(224,236,228)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB68A color. Also use rgb(125,182,138) instead hex code.

Text Font Color

.myTextColor { color: #7DB68A; }

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

This text font color is #7DB68A.

Background Color

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

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

This div background color is #7DB68A.

Border color

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

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

This div border color is #7DB68A.

Opacity

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

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

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

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

This text has shadow with #7DB68A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB68A.

Preview

Color preview on black background

This text has color #7DB68A on black background.


Color preview on white background

This text has color #7DB68A on white background.


Black color preview on #7DB68A background

This text has black color on #7DB68A background.


White color preview on #7DB68A background

This text has white color on #7DB68A background.


Related colors

Complementary color

Complementary color for #hex is #824975.


I love getcolorcode.com

Triadic colors

1 #8A7DB6 and #B68A7D with #7DB68A are triadic colors.

2 #8AB67D and #B67D8A with #7DB68A are triadic colors.