COLOR #7DA764

HEX: #7DA764 RGB: (125,167,100)

Color info

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

RGB color model

#7DA764 color RGB value is (125,167,100).

RGB: (125,167,100) (49%, 65%, 39%)

RGB channels and saturation

R 125 of 255 = 49%
G 167 of 255 = 65%
B 100 of 255 = 39%

125
167
100

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

Portions of RGB colors in percentages

R + G + B = 125 + 167 + 100 = 392 (100%)
R 125 of 392 ~ 31.89%
G 167 of 392 ~ 42.6%
B 100 of 392 ~ 25.51'%

%31.89
%42.6
%25.51

CMYK color model

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

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 34.51%

CMYK: (25,0,40,35)
C25M0Y40K35 (25%, 0%, 40%, 35%)
(0.25 / 0.00 / 0.40 / 0.35)

CMYK percentages

%25.15
%0
%40.12
%34.51

Codes

Color #7DA764 in popluar color models

7D A7 64
RGB 125 167 100
HSL 98° 27.57% 52.35%
HSB/HSV 98° 40.12% 65.49%
CMYK 25.15% 0.00% 40.12%
34.51%

Color #7DA764 in popluar number systems.

HEX 7D A7 64
Decimal 125 167 100
Binary 1111101 10100111 1100100
Octal 175 247 144

Shades and tints

Shades of #7DA764

#7DA764
(125,167,100)
#72985B
(114,152,91)
#678952
(103,137,82)
#5C7A49
(92,122,73)
#516B40
(81,107,64)
#465C37
(70,92,55)
#3B4D2E
(59,77,46)
#303E25
(48,62,37)
#252F1C
(37,47,28)
#1A2013
(26,32,19)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #7DA764

#7DA764
(125,167,100)
#88AF72
(136,175,114)
#93B780
(147,183,128)
#9EBF8E
(158,191,142)
#A9C79C
(169,199,156)
#B4CFAA
(180,207,170)
#BFD7B8
(191,215,184)
#CADFC6
(202,223,198)
#D5E7D4
(213,231,212)
#E0EFE2
(224,239,226)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA764; }

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

This text font color is #7DA764.

Background Color

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

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

This div background color is #7DA764.

Border color

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

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

This div border color is #7DA764.

Opacity

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

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

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

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

This text has shadow with #7DA764 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA764.

Preview

Color preview on black background

This text has color #7DA764 on black background.


Color preview on white background

This text has color #7DA764 on white background.


Black color preview on #7DA764 background

This text has black color on #7DA764 background.


White color preview on #7DA764 background

This text has white color on #7DA764 background.


Related colors

Complementary color

Complementary color for #hex is #82589B.


I love getcolorcode.com

Triadic colors

1 #647DA7 and #A7647D with #7DA764 are triadic colors.

2 #64A77D and #A77D64 with #7DA764 are triadic colors.