COLOR #7DA668

HEX: #7DA668
RGB: (125,166,104)

Color info

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

RGB color model

#7DA668 color RGB value is (125,166,104).

  • red value is 125;
  • green value is 166;
  • blue value is 104.
RGB:
(125,166,104)
(49%,65%,41%)

RGB channels and saturation

R 125 of 255 = 49%
G 166 of 255 = 65%
B 104 of 255 = 41%

125
166
104

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

Portions of RGB colors in percentages

R + G + B =
125 + 166 + 104 = 395 (100%)
R 125 of 395 ~ 31.65%
G 166 of 395 ~ 42.03%
B 104 of 395 ~ 26.33%

%31.65
%42.03
%26.33

CMYK color model

#7DA668 color CMYK value is (25,0,37,35).

  • cyan value is 24.70%
  • magenta value is 0.00%
  • yellow value is 37.35%
  • key color value is 34.90%
CMYK:
(25,0,37,35)
C25M0Y37K35 
(25%,0%,37%,35%)
(0.25/0.00/0.37/0.35)	

CMYK percentages

%24.7
%0
%37.35
%34.9

Codes

Color #7DA668 in popluar color models

7DA668
RGB125166104
HSL100°25.83%52.94%
HSB/HSV100°37.35%65.10%
CMYK24.70%0.00%37.35%
34.90%

Color #7DA668 in popluar number systems.

HEX7DA668
Decimal125166104
Binary1111101101001101101000
Octal175246150

Shades and tints

Shades of #7DA668

#7DA668
(125,166,104)
#72975F
(114,151,95)
#678856
(103,136,86)
#5C794D
(92,121,77)
#516A44
(81,106,68)
#465B3B
(70,91,59)
#3B4C32
(59,76,50)
#303D29
(48,61,41)
#252E20
(37,46,32)
#1A1F17
(26,31,23)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #7DA668

#7DA668
(125,166,104)
#88AE75
(136,174,117)
#93B682
(147,182,130)
#9EBE8F
(158,190,143)
#A9C69C
(169,198,156)
#B4CEA9
(180,206,169)
#BFD6B6
(191,214,182)
#CADEC3
(202,222,195)
#D5E6D0
(213,230,208)
#E0EEDD
(224,238,221)
#EBF6EA
(235,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA668 color. Also use rgb(125,166,104) instead hex code.

Text Font Color

.myTextColor { color: #7DA668; }

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

This text font color is #7DA668.


Background Color

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

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

This div background color is #7DA668.


Border color

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

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

This div border color is #7DA668.


Opacity

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

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

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

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

This text has shadow with #7DA668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA668 on black background.


Color preview on white background

This text has color #7DA668 on white background.



Black color preview on #7DA668 background

This text has black color on #7DA668 background.


White color preview on #7DA668 background

This text has white color on #7DA668 background.