COLOR #7DB66C

HEX: #7DB66C RGB: (125,182,108)

Color info

#7DB66C contains mainly red and green colors. Web safe color of #7DB66C is #66CC66 (or #6C6).

RGB color model

#7DB66C color RGB value is (125,182,108).

RGB: (125,182,108) (49%, 71%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 182 of 255 = 71%
B 108 of 255 = 42%

125
182
108

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

Portions of RGB colors in percentages

R + G + B = 125 + 182 + 108 = 415 (100%)
R 125 of 415 ~ 30.12%
G 182 of 415 ~ 43.86%
B 108 of 415 ~ 26.02'%

%30.12
%43.86
%26.02

CMYK color model

#7DB66C color CMYK value is (31,0,41,29).

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

CMYK: (31,0,41,29)
C31M0Y41K29 (31%, 0%, 41%, 29%)
(0.31 / 0.00 / 0.41 / 0.29)

CMYK percentages

%31.32
%0
%40.66
%28.63

Codes

Color #7DB66C in popluar color models

7D B6 6C
RGB 125 182 108
HSL 106° 33.64% 56.86%
HSB/HSV 106° 40.66% 71.37%
CMYK 31.32% 0.00% 40.66%
28.63%

Color #7DB66C in popluar number systems.

HEX 7D B6 6C
Decimal 125 182 108
Binary 1111101 10110110 1101100
Octal 175 266 154

Shades and tints

Shades of #7DB66C

#7DB66C
(125,182,108)
#72A663
(114,166,99)
#67965A
(103,150,90)
#5C8651
(92,134,81)
#517648
(81,118,72)
#46663F
(70,102,63)
#3B5636
(59,86,54)
#30462D
(48,70,45)
#253624
(37,54,36)
#1A261B
(26,38,27)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #7DB66C

#7DB66C
(125,182,108)
#88BC79
(136,188,121)
#93C286
(147,194,134)
#9EC893
(158,200,147)
#A9CEA0
(169,206,160)
#B4D4AD
(180,212,173)
#BFDABA
(191,218,186)
#CAE0C7
(202,224,199)
#D5E6D4
(213,230,212)
#E0ECE1
(224,236,225)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB66C; }

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

This text font color is #7DB66C.

Background Color

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

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

This div background color is #7DB66C.

Border color

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

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

This div border color is #7DB66C.

Opacity

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

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

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

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

This text has shadow with #7DB66C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB66C.

Preview

Color preview on black background

This text has color #7DB66C on black background.


Color preview on white background

This text has color #7DB66C on white background.


Black color preview on #7DB66C background

This text has black color on #7DB66C background.


White color preview on #7DB66C background

This text has white color on #7DB66C background.


Related colors

Complementary color

Complementary color for #hex is #824993.


I love getcolorcode.com

Triadic colors

1 #6C7DB6 and #B66C7D with #7DB66C are triadic colors.

2 #6CB67D and #B67D6C with #7DB66C are triadic colors.