COLOR #7DA460

HEX: #7DA460 RGB: (125,164,96)

Color info

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

RGB color model

#7DA460 color RGB value is (125,164,96).

RGB: (125,164,96) (49%, 64%, 38%)

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 96 of 255 = 38%

125
164
96

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

Portions of RGB colors in percentages

R + G + B = 125 + 164 + 96 = 385 (100%)
R 125 of 385 ~ 32.47%
G 164 of 385 ~ 42.6%
B 96 of 385 ~ 24.94'%

%32.47
%42.6
%24.94

CMYK color model

#7DA460 color CMYK value is (24,0,41,36).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 35.69%
CMYK: (24,0,41,36) C24M0Y41K36 (24%,0%,41%,36%) (0.24/0.00/0.41/0.36) 

CMYK percentages

%23.78
%0
%41.46
%35.69

Codes

Color #7DA460 in popluar color models

7D A4 60
RGB 125 164 96
HSL 94° 27.20% 50.98%
HSB/HSV 94° 41.46% 64.31%
CMYK 23.78% 0.00% 41.46%
35.69%

Color #7DA460 in popluar number systems.

HEX 7D A4 60
Decimal 125 164 96
Binary 1111101 10100100 1100000
Octal 175 244 140

Shades and tints

Shades of #7DA460

#7DA460
(125,164,96)
#729658
(114,150,88)
#678850
(103,136,80)
#5C7A48
(92,122,72)
#516C40
(81,108,64)
#465E38
(70,94,56)
#3B5030
(59,80,48)
#304228
(48,66,40)
#253420
(37,52,32)
#1A2618
(26,38,24)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #7DA460

#7DA460
(125,164,96)
#88AC6E
(136,172,110)
#93B47C
(147,180,124)
#9EBC8A
(158,188,138)
#A9C498
(169,196,152)
#B4CCA6
(180,204,166)
#BFD4B4
(191,212,180)
#CADCC2
(202,220,194)
#D5E4D0
(213,228,208)
#E0ECDE
(224,236,222)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA460; }

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

This text font color is #7DA460.

Background Color

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

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

This div background color is #7DA460.

Border color

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

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

This div border color is #7DA460.

Opacity

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

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

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

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

This text has shadow with #7DA460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA460.

Preview

Color preview on black background

This text has color #7DA460 on black background.


Color preview on white background

This text has color #7DA460 on white background.


Black color preview on #7DA460 background

This text has black color on #7DA460 background.


White color preview on #7DA460 background

This text has white color on #7DA460 background.


Related colors

Complementary color

Complementary color for #hex is #825B9F.


I love getcolorcode.com

Triadic colors

1 #607DA4 and #A4607D with #7DA460 are triadic colors.

2 #60A47D and #A47D60 with #7DA460 are triadic colors.