COLOR #7D956E

HEX: #7D956E RGB: (125,149,110)

Color info

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

RGB color model

#7D956E color RGB value is (125,149,110).

RGB: (125,149,110) (49%, 58%, 43%)

RGB channels and saturation

R 125 of 255 = 49%
G 149 of 255 = 58%
B 110 of 255 = 43%

125
149
110

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

Portions of RGB colors in percentages

R + G + B = 125 + 149 + 110 = 384 (100%)
R 125 of 384 ~ 32.55%
G 149 of 384 ~ 38.8%
B 110 of 384 ~ 28.65'%

%32.55
%38.8
%28.65

CMYK color model

#7D956E color CMYK value is (16,0,26,42).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 41.57%
CMYK: (16,0,26,42) C16M0Y26K42 (16%,0%,26%,42%) (0.16/0.00/0.26/0.42) 

CMYK percentages

%16.11
%0
%26.17
%41.57

Codes

Color #7D956E in popluar color models

7D 95 6E
RGB 125 149 110
HSL 97° 15.54% 50.78%
HSB/HSV 97° 26.17% 58.43%
CMYK 16.11% 0.00% 26.17%
41.57%

Color #7D956E in popluar number systems.

HEX 7D 95 6E
Decimal 125 149 110
Binary 1111101 10010101 1101110
Octal 175 225 156

Shades and tints

Shades of #7D956E

#7D956E
(125,149,110)
#728864
(114,136,100)
#677B5A
(103,123,90)
#5C6E50
(92,110,80)
#516146
(81,97,70)
#46543C
(70,84,60)
#3B4732
(59,71,50)
#303A28
(48,58,40)
#252D1E
(37,45,30)
#1A2014
(26,32,20)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #7D956E

#7D956E
(125,149,110)
#889E7B
(136,158,123)
#93A788
(147,167,136)
#9EB095
(158,176,149)
#A9B9A2
(169,185,162)
#B4C2AF
(180,194,175)
#BFCBBC
(191,203,188)
#CAD4C9
(202,212,201)
#D5DDD6
(213,221,214)
#E0E6E3
(224,230,227)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D956E color. Also use rgb(125,149,110) instead hex code.

Text Font Color

.myTextColor { color: #7D956E; }

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

This text font color is #7D956E.

Background Color

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

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

This div background color is #7D956E.

Border color

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

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

This div border color is #7D956E.

Opacity

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

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

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

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

This text has shadow with #7D956E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D956E.

Preview

Color preview on black background

This text has color #7D956E on black background.


Color preview on white background

This text has color #7D956E on white background.


Black color preview on #7D956E background

This text has black color on #7D956E background.


White color preview on #7D956E background

This text has white color on #7D956E background.


Related colors

Complementary color

Complementary color for #hex is #826A91.


I love getcolorcode.com

Triadic colors

1 #6E7D95 and #956E7D with #7D956E are triadic colors.

2 #6E957D and #957D6E with #7D956E are triadic colors.