COLOR #7D986D

HEX: #7D986D
RGB: (125,152,109)

Color info

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

RGB color model

#7D986D color RGB value is (125,152,109).

  • red value is 125;
  • green value is 152;
  • blue value is 109.
RGB:
(125,152,109)
(49%,60%,43%)

RGB channels and saturation

R 125 of 255 = 49%
G 152 of 255 = 60%
B 109 of 255 = 43%

125
152
109

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

Portions of RGB colors in percentages

R + G + B =
125 + 152 + 109 = 386 (100%)
R 125 of 386 ~ 32.38%
G 152 of 386 ~ 39.38%
B 109 of 386 ~ 28.24%

%32.38
%39.38
%28.24

CMYK color model

#7D986D color CMYK value is (18,0,28,40).

  • cyan value is 17.76%
  • magenta value is 0.00%
  • yellow value is 28.29%
  • key color value is 40.39%
CMYK:
(18,0,28,40)
C18M0Y28K40 
(18%,0%,28%,40%)
(0.18/0.00/0.28/0.40)	

CMYK percentages

%17.76
%0
%28.29
%40.39

Codes

Color #7D986D in popluar color models

7D986D
RGB125152109
HSL98°17.27%51.18%
HSB/HSV98°28.29%59.61%
CMYK17.76%0.00%28.29%
40.39%

Color #7D986D in popluar number systems.

HEX7D986D
Decimal125152109
Binary1111101100110001101101
Octal175230155

Shades and tints

Shades of #7D986D

#7D986D
(125,152,109)
#728B64
(114,139,100)
#677E5B
(103,126,91)
#5C7152
(92,113,82)
#516449
(81,100,73)
#465740
(70,87,64)
#3B4A37
(59,74,55)
#303D2E
(48,61,46)
#253025
(37,48,37)
#1A231C
(26,35,28)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #7D986D

#7D986D
(125,152,109)
#88A17A
(136,161,122)
#93AA87
(147,170,135)
#9EB394
(158,179,148)
#A9BCA1
(169,188,161)
#B4C5AE
(180,197,174)
#BFCEBB
(191,206,187)
#CAD7C8
(202,215,200)
#D5E0D5
(213,224,213)
#E0E9E2
(224,233,226)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D986D color. Also use rgb(125,152,109) instead hex code.

Text Font Color

.myTextColor { color: #7D986D; }

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

This text font color is #7D986D.


Background Color

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

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

This div background color is #7D986D.


Border color

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

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

This div border color is #7D986D.


Opacity

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

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

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

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

This text has shadow with #7D986D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D986D on black background.


Color preview on white background

This text has color #7D986D on white background.



Black color preview on #7D986D background

This text has black color on #7D986D background.


White color preview on #7D986D background

This text has white color on #7D986D background.