COLOR #7DA754

HEX: #7DA754 RGB: (125,167,84)

Color info

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

RGB color model

#7DA754 color RGB value is (125,167,84).

RGB: (125,167,84) (49%, 65%, 33%)

RGB channels and saturation

R 125 of 255 = 49%
G 167 of 255 = 65%
B 84 of 255 = 33%

125
167
84

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

Portions of RGB colors in percentages

R + G + B = 125 + 167 + 84 = 376 (100%)
R 125 of 376 ~ 33.24%
G 167 of 376 ~ 44.41%
B 84 of 376 ~ 22.34'%

%33.24
%44.41
%22.34

CMYK color model

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

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

CMYK: (25,0,50,35)
C25M0Y50K35 (25%, 0%, 50%, 35%)
(0.25 / 0.00 / 0.50 / 0.35)

CMYK percentages

%25.15
%0
%49.7
%34.51

Codes

Color #7DA754 in popluar color models

7D A7 54
RGB 125 167 84
HSL 90° 33.07% 49.22%
HSB/HSV 90° 49.70% 65.49%
CMYK 25.15% 0.00% 49.70%
34.51%

Color #7DA754 in popluar number systems.

HEX 7D A7 54
Decimal 125 167 84
Binary 1111101 10100111 1010100
Octal 175 247 124

Shades and tints

Shades of #7DA754

#7DA754
(125,167,84)
#72984D
(114,152,77)
#678946
(103,137,70)
#5C7A3F
(92,122,63)
#516B38
(81,107,56)
#465C31
(70,92,49)
#3B4D2A
(59,77,42)
#303E23
(48,62,35)
#252F1C
(37,47,28)
#1A2015
(26,32,21)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #7DA754

#7DA754
(125,167,84)
#88AF63
(136,175,99)
#93B772
(147,183,114)
#9EBF81
(158,191,129)
#A9C790
(169,199,144)
#B4CF9F
(180,207,159)
#BFD7AE
(191,215,174)
#CADFBD
(202,223,189)
#D5E7CC
(213,231,204)
#E0EFDB
(224,239,219)
#EBF7EA
(235,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA754; }

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

This text font color is #7DA754.

Background Color

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

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

This div background color is #7DA754.

Border color

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

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

This div border color is #7DA754.

Opacity

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

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

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

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

This text has shadow with #7DA754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA754.

Preview

Color preview on black background

This text has color #7DA754 on black background.


Color preview on white background

This text has color #7DA754 on white background.


Black color preview on #7DA754 background

This text has black color on #7DA754 background.


White color preview on #7DA754 background

This text has white color on #7DA754 background.


Related colors

Complementary color

Complementary color for #hex is #8258AB.


I love getcolorcode.com

Triadic colors

1 #547DA7 and #A7547D with #7DA754 are triadic colors.

2 #54A77D and #A77D54 with #7DA754 are triadic colors.