COLOR #7D967E

HEX: #7D967E RGB: (125,150,126)

Color info

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

RGB color model

#7D967E color RGB value is (125,150,126).

RGB: (125,150,126) (49%, 59%, 49%)

RGB channels and saturation

R 125 of 255 = 49%
G 150 of 255 = 59%
B 126 of 255 = 49%

125
150
126

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

Portions of RGB colors in percentages

R + G + B = 125 + 150 + 126 = 401 (100%)
R 125 of 401 ~ 31.17%
G 150 of 401 ~ 37.41%
B 126 of 401 ~ 31.42'%

%31.17
%37.41
%31.42

CMYK color model

#7D967E color CMYK value is (17,0,16,41).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 41.18%

CMYK: (17,0,16,41)
C17M0Y16K41 (17%, 0%, 16%, 41%)
(0.17 / 0.00 / 0.16 / 0.41)

CMYK percentages

%16.67
%0
%16
%41.18

Codes

Color #7D967E in popluar color models

7D 96 7E
RGB 125 150 126
HSL 122° 10.64% 53.92%
HSB/HSV 122° 16.67% 58.82%
CMYK 16.67% 0.00% 16.00%
41.18%

Color #7D967E in popluar number systems.

HEX 7D 96 7E
Decimal 125 150 126
Binary 1111101 10010110 1111110
Octal 175 226 176

Shades and tints

Shades of #7D967E

#7D967E
(125,150,126)
#728973
(114,137,115)
#677C68
(103,124,104)
#5C6F5D
(92,111,93)
#516252
(81,98,82)
#465547
(70,85,71)
#3B483C
(59,72,60)
#303B31
(48,59,49)
#252E26
(37,46,38)
#1A211B
(26,33,27)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #7D967E

#7D967E
(125,150,126)
#889F89
(136,159,137)
#93A894
(147,168,148)
#9EB19F
(158,177,159)
#A9BAAA
(169,186,170)
#B4C3B5
(180,195,181)
#BFCCC0
(191,204,192)
#CAD5CB
(202,213,203)
#D5DED6
(213,222,214)
#E0E7E1
(224,231,225)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D967E color. Also use rgb(125,150,126) instead hex code.

Text Font Color

.myTextColor { color: #7D967E; }

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

This text font color is #7D967E.

Background Color

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

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

This div background color is #7D967E.

Border color

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

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

This div border color is #7D967E.

Opacity

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

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

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

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

This text has shadow with #7D967E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D967E.

Preview

Color preview on black background

This text has color #7D967E on black background.


Color preview on white background

This text has color #7D967E on white background.


Black color preview on #7D967E background

This text has black color on #7D967E background.


White color preview on #7D967E background

This text has white color on #7D967E background.


Related colors

Complementary color

Complementary color for #hex is #826981.


I love getcolorcode.com

Triadic colors

1 #7E7D96 and #967E7D with #7D967E are triadic colors.

2 #7E967D and #967D7E with #7D967E are triadic colors.