COLOR #7DA746

HEX: #7DA746 RGB: (125,167,70)

Color info

#7DA746 contains mainly red and green colors. Web safe color of #7DA746 is #669933 (or #693).

RGB color model

#7DA746 color RGB value is (125,167,70).

RGB: (125,167,70) (49%, 65%, 27%)

RGB channels and saturation

R 125 of 255 = 49%
G 167 of 255 = 65%
B 70 of 255 = 27%

125
167
70

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

Portions of RGB colors in percentages

R + G + B = 125 + 167 + 70 = 362 (100%)
R 125 of 362 ~ 34.53%
G 167 of 362 ~ 46.13%
B 70 of 362 ~ 19.34'%

%34.53
%46.13
%19.34

CMYK color model

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

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 58.08%
  • key color value is 34.51%
CMYK: (25,0,58,35) C25M0Y58K35 (25%,0%,58%,35%) (0.25/0.00/0.58/0.35) 

CMYK percentages

%25.15
%0
%58.08
%34.51

Codes

Color #7DA746 in popluar color models

7D A7 46
RGB 125 167 70
HSL 86° 40.93% 46.47%
HSB/HSV 86° 58.08% 65.49%
CMYK 25.15% 0.00% 58.08%
34.51%

Color #7DA746 in popluar number systems.

HEX 7D A7 46
Decimal 125 167 70
Binary 1111101 10100111 1000110
Octal 175 247 106

Shades and tints

Shades of #7DA746

#7DA746
(125,167,70)
#729840
(114,152,64)
#67893A
(103,137,58)
#5C7A34
(92,122,52)
#516B2E
(81,107,46)
#465C28
(70,92,40)
#3B4D22
(59,77,34)
#303E1C
(48,62,28)
#252F16
(37,47,22)
#1A2010
(26,32,16)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #7DA746

#7DA746
(125,167,70)
#88AF56
(136,175,86)
#93B766
(147,183,102)
#9EBF76
(158,191,118)
#A9C786
(169,199,134)
#B4CF96
(180,207,150)
#BFD7A6
(191,215,166)
#CADFB6
(202,223,182)
#D5E7C6
(213,231,198)
#E0EFD6
(224,239,214)
#EBF7E6
(235,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA746; }

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

This text font color is #7DA746.

Background Color

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

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

This div background color is #7DA746.

Border color

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

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

This div border color is #7DA746.

Opacity

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

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

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

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

This text has shadow with #7DA746 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA746.

Preview

Color preview on black background

This text has color #7DA746 on black background.


Color preview on white background

This text has color #7DA746 on white background.


Black color preview on #7DA746 background

This text has black color on #7DA746 background.


White color preview on #7DA746 background

This text has white color on #7DA746 background.


Related colors

Complementary color

Complementary color for #hex is #8258B9.


I love getcolorcode.com

Triadic colors

1 #467DA7 and #A7467D with #7DA746 are triadic colors.

2 #46A77D and #A77D46 with #7DA746 are triadic colors.