COLOR #7D9E7F

HEX: #7D9E7F RGB: (125,158,127)

Color info

#7D9E7F contains red, green and blue colors in about the same proportion. Web safe color of #7D9E7F is #669966 (or #696).

RGB color model

#7D9E7F color RGB value is (125,158,127).

RGB: (125,158,127) (49%, 62%, 50%)

RGB channels and saturation

R 125 of 255 = 49%
G 158 of 255 = 62%
B 127 of 255 = 50%

125
158
127

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

Portions of RGB colors in percentages

R + G + B = 125 + 158 + 127 = 410 (100%)
R 125 of 410 ~ 30.49%
G 158 of 410 ~ 38.54%
B 127 of 410 ~ 30.98'%

%30.49
%38.54
%30.98

CMYK color model

#7D9E7F color CMYK value is (21,0,20,38).

  • cyan value is 20.89%
  • magenta value is 0.00%
  • yellow value is 19.62%
  • key color value is 38.04%
CMYK: (21,0,20,38) C21M0Y20K38 (21%,0%,20%,38%) (0.21/0.00/0.20/0.38) 

CMYK percentages

%20.89
%0
%19.62
%38.04

Codes

Color #7D9E7F in popluar color models

7D 9E 7F
RGB 125 158 127
HSL 124° 14.54% 55.49%
HSB/HSV 124° 20.89% 61.96%
CMYK 20.89% 0.00% 19.62%
38.04%

Color #7D9E7F in popluar number systems.

HEX 7D 9E 7F
Decimal 125 158 127
Binary 1111101 10011110 1111111
Octal 175 236 177

Shades and tints

Shades of #7D9E7F

#7D9E7F
(125,158,127)
#729074
(114,144,116)
#678269
(103,130,105)
#5C745E
(92,116,94)
#516653
(81,102,83)
#465848
(70,88,72)
#3B4A3D
(59,74,61)
#303C32
(48,60,50)
#252E27
(37,46,39)
#1A201C
(26,32,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #7D9E7F

#7D9E7F
(125,158,127)
#88A68A
(136,166,138)
#93AE95
(147,174,149)
#9EB6A0
(158,182,160)
#A9BEAB
(169,190,171)
#B4C6B6
(180,198,182)
#BFCEC1
(191,206,193)
#CAD6CC
(202,214,204)
#D5DED7
(213,222,215)
#E0E6E2
(224,230,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9E7F color. Also use rgb(125,158,127) instead hex code.

Text Font Color

.myTextColor { color: #7D9E7F; }

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

This text font color is #7D9E7F.

Background Color

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

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

This div background color is #7D9E7F.

Border color

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

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

This div border color is #7D9E7F.

Opacity

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

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

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

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

This text has shadow with #7D9E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9E7F.

Preview

Color preview on black background

This text has color #7D9E7F on black background.


Color preview on white background

This text has color #7D9E7F on white background.


Black color preview on #7D9E7F background

This text has black color on #7D9E7F background.


White color preview on #7D9E7F background

This text has white color on #7D9E7F background.


Related colors

Complementary color

Complementary color for #hex is #826180.


I love getcolorcode.com

Triadic colors

1 #7F7D9E and #9E7F7D with #7D9E7F are triadic colors.

2 #7F9E7D and #9E7D7F with #7D9E7F are triadic colors.