COLOR #7DB06F

HEX: #7DB06F RGB: (125,176,111)

Color info

#7DB06F contains mainly red and green colors. Web safe color of #7DB06F is #669966 (or #696).

RGB color model

#7DB06F color RGB value is (125,176,111).

RGB: (125,176,111) (49%, 69%, 44%)

RGB channels and saturation

R 125 of 255 = 49%
G 176 of 255 = 69%
B 111 of 255 = 44%

125
176
111

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

Portions of RGB colors in percentages

R + G + B = 125 + 176 + 111 = 412 (100%)
R 125 of 412 ~ 30.34%
G 176 of 412 ~ 42.72%
B 111 of 412 ~ 26.94'%

%30.34
%42.72
%26.94

CMYK color model

#7DB06F color CMYK value is (29,0,37,31).

  • cyan value is 28.98%
  • magenta value is 0.00%
  • yellow value is 36.93%
  • key color value is 30.98%

CMYK: (29,0,37,31)
C29M0Y37K31 (29%, 0%, 37%, 31%)
(0.29 / 0.00 / 0.37 / 0.31)

CMYK percentages

%28.98
%0
%36.93
%30.98

Codes

Color #7DB06F in popluar color models

7D B0 6F
RGB 125 176 111
HSL 107° 29.15% 56.27%
HSB/HSV 107° 36.93% 69.02%
CMYK 28.98% 0.00% 36.93%
30.98%

Color #7DB06F in popluar number systems.

HEX 7D B0 6F
Decimal 125 176 111
Binary 1111101 10110000 1101111
Octal 175 260 157

Shades and tints

Shades of #7DB06F

#7DB06F
(125,176,111)
#72A065
(114,160,101)
#67905B
(103,144,91)
#5C8051
(92,128,81)
#517047
(81,112,71)
#46603D
(70,96,61)
#3B5033
(59,80,51)
#304029
(48,64,41)
#25301F
(37,48,31)
#1A2015
(26,32,21)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #7DB06F

#7DB06F
(125,176,111)
#88B77C
(136,183,124)
#93BE89
(147,190,137)
#9EC596
(158,197,150)
#A9CCA3
(169,204,163)
#B4D3B0
(180,211,176)
#BFDABD
(191,218,189)
#CAE1CA
(202,225,202)
#D5E8D7
(213,232,215)
#E0EFE4
(224,239,228)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB06F color. Also use rgb(125,176,111) instead hex code.

Text Font Color

.myTextColor { color: #7DB06F; }

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

This text font color is #7DB06F.

Background Color

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

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

This div background color is #7DB06F.

Border color

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

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

This div border color is #7DB06F.

Opacity

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

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

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

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

This text has shadow with #7DB06F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB06F.

Preview

Color preview on black background

This text has color #7DB06F on black background.


Color preview on white background

This text has color #7DB06F on white background.


Black color preview on #7DB06F background

This text has black color on #7DB06F background.


White color preview on #7DB06F background

This text has white color on #7DB06F background.


Related colors

Complementary color

Complementary color for #hex is #824F90.


I love getcolorcode.com

Triadic colors

1 #6F7DB0 and #B06F7D with #7DB06F are triadic colors.

2 #6FB07D and #B07D6F with #7DB06F are triadic colors.