COLOR #7DAA60

HEX: #7DAA60 RGB: (125,170,96)

Color info

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

RGB color model

#7DAA60 color RGB value is (125,170,96).

RGB: (125,170,96) (49%, 67%, 38%)

RGB channels and saturation

R 125 of 255 = 49%
G 170 of 255 = 67%
B 96 of 255 = 38%

125
170
96

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

Portions of RGB colors in percentages

R + G + B = 125 + 170 + 96 = 391 (100%)
R 125 of 391 ~ 31.97%
G 170 of 391 ~ 43.48%
B 96 of 391 ~ 24.55'%

%31.97
%43.48
%24.55

CMYK color model

#7DAA60 color CMYK value is (26,0,44,33).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 43.53%
  • key color value is 33.33%

CMYK: (26,0,44,33)
C26M0Y44K33 (26%, 0%, 44%, 33%)
(0.26 / 0.00 / 0.44 / 0.33)

CMYK percentages

%26.47
%0
%43.53
%33.33

Codes

Color #7DAA60 in popluar color models

7D AA 60
RGB 125 170 96
HSL 96° 30.33% 52.16%
HSB/HSV 96° 43.53% 66.67%
CMYK 26.47% 0.00% 43.53%
33.33%

Color #7DAA60 in popluar number systems.

HEX 7D AA 60
Decimal 125 170 96
Binary 1111101 10101010 1100000
Octal 175 252 140

Shades and tints

Shades of #7DAA60

#7DAA60
(125,170,96)
#729B58
(114,155,88)
#678C50
(103,140,80)
#5C7D48
(92,125,72)
#516E40
(81,110,64)
#465F38
(70,95,56)
#3B5030
(59,80,48)
#304128
(48,65,40)
#253220
(37,50,32)
#1A2318
(26,35,24)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #7DAA60

#7DAA60
(125,170,96)
#88B16E
(136,177,110)
#93B87C
(147,184,124)
#9EBF8A
(158,191,138)
#A9C698
(169,198,152)
#B4CDA6
(180,205,166)
#BFD4B4
(191,212,180)
#CADBC2
(202,219,194)
#D5E2D0
(213,226,208)
#E0E9DE
(224,233,222)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAA60; }

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

This text font color is #7DAA60.

Background Color

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

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

This div background color is #7DAA60.

Border color

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

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

This div border color is #7DAA60.

Opacity

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

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

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

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

This text has shadow with #7DAA60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DAA60.

Preview

Color preview on black background

This text has color #7DAA60 on black background.


Color preview on white background

This text has color #7DAA60 on white background.


Black color preview on #7DAA60 background

This text has black color on #7DAA60 background.


White color preview on #7DAA60 background

This text has white color on #7DAA60 background.


Related colors

Complementary color

Complementary color for #hex is #82559F.


I love getcolorcode.com

Triadic colors

1 #607DAA and #AA607D with #7DAA60 are triadic colors.

2 #60AA7D and #AA7D60 with #7DAA60 are triadic colors.