COLOR #7DA06F

HEX: #7DA06F
RGB: (125,160,111)

Color info

#7DA06F contains red, green and blue colors in about the same proportion. Web safe color of #7DA06F is #669966 (or #696).

RGB color model

#7DA06F color RGB value is (125,160,111).

  • red value is 125;
  • green value is 160;
  • blue value is 111.
RGB:
(125,160,111)
(49%,63%,44%)

RGB channels and saturation

R 125 of 255 = 49%
G 160 of 255 = 63%
B 111 of 255 = 44%

125
160
111

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

Portions of RGB colors in percentages

R + G + B =
125 + 160 + 111 = 396 (100%)
R 125 of 396 ~ 31.57%
G 160 of 396 ~ 40.4%
B 111 of 396 ~ 28.03%

%31.57
%40.4
%28.03

CMYK color model

#7DA06F color CMYK value is (22,0,31,37).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 30.63%
  • key color value is 37.25%
CMYK:
(22,0,31,37)
C22M0Y31K37 
(22%,0%,31%,37%)
(0.22/0.00/0.31/0.37)	

CMYK percentages

%21.88
%0
%30.63
%37.25

Codes

Color #7DA06F in popluar color models

7DA06F
RGB125160111
HSL103°20.50%53.14%
HSB/HSV103°30.63%62.75%
CMYK21.88%0.00%30.63%
37.25%

Color #7DA06F in popluar number systems.

HEX7DA06F
Decimal125160111
Binary1111101101000001101111
Octal175240157

Shades and tints

Shades of #7DA06F

#7DA06F
(125,160,111)
#729265
(114,146,101)
#67845B
(103,132,91)
#5C7651
(92,118,81)
#516847
(81,104,71)
#465A3D
(70,90,61)
#3B4C33
(59,76,51)
#303E29
(48,62,41)
#25301F
(37,48,31)
#1A2215
(26,34,21)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #7DA06F

#7DA06F
(125,160,111)
#88A87C
(136,168,124)
#93B089
(147,176,137)
#9EB896
(158,184,150)
#A9C0A3
(169,192,163)
#B4C8B0
(180,200,176)
#BFD0BD
(191,208,189)
#CAD8CA
(202,216,202)
#D5E0D7
(213,224,215)
#E0E8E4
(224,232,228)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA06F; }

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

This text font color is #7DA06F.


Background Color

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

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

This div background color is #7DA06F.


Border color

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

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

This div border color is #7DA06F.


Opacity

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

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

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

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

This text has shadow with #7DA06F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA06F on black background.


Color preview on white background

This text has color #7DA06F on white background.



Black color preview on #7DA06F background

This text has black color on #7DA06F background.


White color preview on #7DA06F background

This text has white color on #7DA06F background.