COLOR #7DB476

HEX: #7DB476 RGB: (125,180,118)

Color info

#7DB476 contains mainly red and green colors. Web safe color of #7DB476 is #66CC66 (or #6C6).

RGB color model

#7DB476 color RGB value is (125,180,118).

RGB: (125,180,118) (49%, 71%, 46%)

RGB channels and saturation

R 125 of 255 = 49%
G 180 of 255 = 71%
B 118 of 255 = 46%

125
180
118

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

Portions of RGB colors in percentages

R + G + B = 125 + 180 + 118 = 423 (100%)
R 125 of 423 ~ 29.55%
G 180 of 423 ~ 42.55%
B 118 of 423 ~ 27.9'%

%29.55
%42.55
%27.9

CMYK color model

#7DB476 color CMYK value is (31,0,34,29).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 34.44%
  • key color value is 29.41%
CMYK: (31,0,34,29) C31M0Y34K29 (31%,0%,34%,29%) (0.31/0.00/0.34/0.29) 

CMYK percentages

%30.56
%0
%34.44
%29.41

Codes

Color #7DB476 in popluar color models

7D B4 76
RGB 125 180 118
HSL 113° 29.25% 58.43%
HSB/HSV 113° 34.44% 70.59%
CMYK 30.56% 0.00% 34.44%
29.41%

Color #7DB476 in popluar number systems.

HEX 7D B4 76
Decimal 125 180 118
Binary 1111101 10110100 1110110
Octal 175 264 166

Shades and tints

Shades of #7DB476

#7DB476
(125,180,118)
#72A46C
(114,164,108)
#679462
(103,148,98)
#5C8458
(92,132,88)
#51744E
(81,116,78)
#466444
(70,100,68)
#3B543A
(59,84,58)
#304430
(48,68,48)
#253426
(37,52,38)
#1A241C
(26,36,28)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #7DB476

#7DB476
(125,180,118)
#88BA82
(136,186,130)
#93C08E
(147,192,142)
#9EC69A
(158,198,154)
#A9CCA6
(169,204,166)
#B4D2B2
(180,210,178)
#BFD8BE
(191,216,190)
#CADECA
(202,222,202)
#D5E4D6
(213,228,214)
#E0EAE2
(224,234,226)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB476 color. Also use rgb(125,180,118) instead hex code.

Text Font Color

.myTextColor { color: #7DB476; }

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

This text font color is #7DB476.

Background Color

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

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

This div background color is #7DB476.

Border color

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

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

This div border color is #7DB476.

Opacity

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

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

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

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

This text has shadow with #7DB476 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB476.

Preview

Color preview on black background

This text has color #7DB476 on black background.


Color preview on white background

This text has color #7DB476 on white background.


Black color preview on #7DB476 background

This text has black color on #7DB476 background.


White color preview on #7DB476 background

This text has white color on #7DB476 background.


Related colors

Complementary color

Complementary color for #hex is #824B89.


I love getcolorcode.com

Triadic colors

1 #767DB4 and #B4767D with #7DB476 are triadic colors.

2 #76B47D and #B47D76 with #7DB476 are triadic colors.