COLOR #7D967B

HEX: #7D967B
RGB: (125,150,123)

Color info

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

RGB color model

#7D967B color RGB value is (125,150,123).

  • red value is 125;
  • green value is 150;
  • blue value is 123.
RGB:
(125,150,123)
(49%,59%,48%)

RGB channels and saturation

R 125 of 255 = 49%
G 150 of 255 = 59%
B 123 of 255 = 48%

125
150
123

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

Portions of RGB colors in percentages

R + G + B =
125 + 150 + 123 = 398 (100%)
R 125 of 398 ~ 31.41%
G 150 of 398 ~ 37.69%
B 123 of 398 ~ 30.9%

%31.41
%37.69
%30.9

CMYK color model

#7D967B color CMYK value is (17,0,18,41).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 41.18%
CMYK:
(17,0,18,41)
C17M0Y18K41 
(17%,0%,18%,41%)
(0.17/0.00/0.18/0.41)	

CMYK percentages

%16.67
%0
%18
%41.18

Codes

Color #7D967B in popluar color models

7D967B
RGB125150123
HSL116°11.39%53.53%
HSB/HSV116°18.00%58.82%
CMYK16.67%0.00%18.00%
41.18%

Color #7D967B in popluar number systems.

HEX7D967B
Decimal125150123
Binary1111101100101101111011
Octal175226173

Shades and tints

Shades of #7D967B

#7D967B
(125,150,123)
#728970
(114,137,112)
#677C65
(103,124,101)
#5C6F5A
(92,111,90)
#51624F
(81,98,79)
#465544
(70,85,68)
#3B4839
(59,72,57)
#303B2E
(48,59,46)
#252E23
(37,46,35)
#1A2118
(26,33,24)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #7D967B

#7D967B
(125,150,123)
#889F87
(136,159,135)
#93A893
(147,168,147)
#9EB19F
(158,177,159)
#A9BAAB
(169,186,171)
#B4C3B7
(180,195,183)
#BFCCC3
(191,204,195)
#CAD5CF
(202,213,207)
#D5DEDB
(213,222,219)
#E0E7E7
(224,231,231)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D967B; }

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

This text font color is #7D967B.


Background Color

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

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

This div background color is #7D967B.


Border color

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

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

This div border color is #7D967B.


Opacity

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

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

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

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

This text has shadow with #7D967B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D967B on black background.


Color preview on white background

This text has color #7D967B on white background.



Black color preview on #7D967B background

This text has black color on #7D967B background.


White color preview on #7D967B background

This text has white color on #7D967B background.