COLOR #7DA67D

HEX: #7DA67D
RGB: (125,166,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
166
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 166 + 125 = 416 (100%)
R 125 of 416 ~ 30.05%
G 166 of 416 ~ 39.9%
B 125 of 416 ~ 30.05%

%30.05
%39.9
%30.05

CMYK color model

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

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

CMYK percentages

%24.7
%0
%24.7
%34.9

Codes

Color #7DA67D in popluar color models

7DA67D
RGB125166125
HSL120°18.72%57.06%
HSB/HSV120°24.70%65.10%
CMYK24.70%0.00%24.70%
34.90%

Color #7DA67D in popluar number systems.

HEX7DA67D
Decimal125166125
Binary1111101101001101111101
Octal175246175

Shades and tints

Shades of #7DA67D

#7DA67D
(125,166,125)
#729772
(114,151,114)
#678867
(103,136,103)
#5C795C
(92,121,92)
#516A51
(81,106,81)
#465B46
(70,91,70)
#3B4C3B
(59,76,59)
#303D30
(48,61,48)
#252E25
(37,46,37)
#1A1F1A
(26,31,26)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #7DA67D

#7DA67D
(125,166,125)
#88AE88
(136,174,136)
#93B693
(147,182,147)
#9EBE9E
(158,190,158)
#A9C6A9
(169,198,169)
#B4CEB4
(180,206,180)
#BFD6BF
(191,214,191)
#CADECA
(202,222,202)
#D5E6D5
(213,230,213)
#E0EEE0
(224,238,224)
#EBF6EB
(235,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA67D; }

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

This text font color is #7DA67D.


Background Color

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

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

This div background color is #7DA67D.


Border color

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

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

This div border color is #7DA67D.


Opacity

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

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

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

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

This text has shadow with #7DA67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA67D on black background.


Color preview on white background

This text has color #7DA67D on white background.



Black color preview on #7DA67D background

This text has black color on #7DA67D background.


White color preview on #7DA67D background

This text has white color on #7DA67D background.