COLOR #7DB06C

HEX: #7DB06C
RGB: (125,176,108)

Color info

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

RGB color model

#7DB06C color RGB value is (125,176,108).

  • red value is 125;
  • green value is 176;
  • blue value is 108.
RGB:
(125,176,108)
(49%,69%,42%)

RGB channels and saturation

R 125 of 255 = 49%
G 176 of 255 = 69%
B 108 of 255 = 42%

125
176
108

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

Portions of RGB colors in percentages

R + G + B =
125 + 176 + 108 = 409 (100%)
R 125 of 409 ~ 30.56%
G 176 of 409 ~ 43.03%
B 108 of 409 ~ 26.41%

%30.56
%43.03
%26.41

CMYK color model

#7DB06C color CMYK value is (29,0,39,31).

  • cyan value is 28.98%
  • magenta value is 0.00%
  • yellow value is 38.64%
  • key color value is 30.98%
CMYK:
(29,0,39,31)
C29M0Y39K31 
(29%,0%,39%,31%)
(0.29/0.00/0.39/0.31)	

CMYK percentages

%28.98
%0
%38.64
%30.98

Codes

Color #7DB06C in popluar color models

7DB06C
RGB125176108
HSL105°30.09%55.69%
HSB/HSV105°38.64%69.02%
CMYK28.98%0.00%38.64%
30.98%

Color #7DB06C in popluar number systems.

HEX7DB06C
Decimal125176108
Binary1111101101100001101100
Octal175260154

Shades and tints

Shades of #7DB06C

#7DB06C
(125,176,108)
#72A063
(114,160,99)
#67905A
(103,144,90)
#5C8051
(92,128,81)
#517048
(81,112,72)
#46603F
(70,96,63)
#3B5036
(59,80,54)
#30402D
(48,64,45)
#253024
(37,48,36)
#1A201B
(26,32,27)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #7DB06C

#7DB06C
(125,176,108)
#88B779
(136,183,121)
#93BE86
(147,190,134)
#9EC593
(158,197,147)
#A9CCA0
(169,204,160)
#B4D3AD
(180,211,173)
#BFDABA
(191,218,186)
#CAE1C7
(202,225,199)
#D5E8D4
(213,232,212)
#E0EFE1
(224,239,225)
#EBF6EE
(235,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB06C; }

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

This text font color is #7DB06C.


Background Color

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

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

This div background color is #7DB06C.


Border color

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

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

This div border color is #7DB06C.


Opacity

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

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

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

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

This text has shadow with #7DB06C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB06C on black background.


Color preview on white background

This text has color #7DB06C on white background.



Black color preview on #7DB06C background

This text has black color on #7DB06C background.


White color preview on #7DB06C background

This text has white color on #7DB06C background.