COLOR #7D985B

HEX: #7D985B RGB: (125,152,91)

Color info

#7D985B contains mainly red and green colors. Web safe color of #7D985B is #669966 (or #696).

RGB color model

#7D985B color RGB value is (125,152,91).

RGB: (125,152,91) (49%, 60%, 36%)

RGB channels and saturation

R 125 of 255 = 49%
G 152 of 255 = 60%
B 91 of 255 = 36%

125
152
91

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

Portions of RGB colors in percentages

R + G + B = 125 + 152 + 91 = 368 (100%)
R 125 of 368 ~ 33.97%
G 152 of 368 ~ 41.3%
B 91 of 368 ~ 24.73'%

%33.97
%41.3
%24.73

CMYK color model

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

  • cyan value is 17.76%
  • magenta value is 0.00%
  • yellow value is 40.13%
  • key color value is 40.39%

CMYK: (18,0,40,40)
C18M0Y40K40 (18%, 0%, 40%, 40%)
(0.18 / 0.00 / 0.40 / 0.40)

CMYK percentages

%17.76
%0
%40.13
%40.39

Codes

Color #7D985B in popluar color models

7D 98 5B
RGB 125 152 91
HSL 87° 25.10% 47.65%
HSB/HSV 87° 40.13% 59.61%
CMYK 17.76% 0.00% 40.13%
40.39%

Color #7D985B in popluar number systems.

HEX 7D 98 5B
Decimal 125 152 91
Binary 1111101 10011000 1011011
Octal 175 230 133

Shades and tints

Shades of #7D985B

#7D985B
(125,152,91)
#728B53
(114,139,83)
#677E4B
(103,126,75)
#5C7143
(92,113,67)
#51643B
(81,100,59)
#465733
(70,87,51)
#3B4A2B
(59,74,43)
#303D23
(48,61,35)
#25301B
(37,48,27)
#1A2313
(26,35,19)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #7D985B

#7D985B
(125,152,91)
#88A169
(136,161,105)
#93AA77
(147,170,119)
#9EB385
(158,179,133)
#A9BC93
(169,188,147)
#B4C5A1
(180,197,161)
#BFCEAF
(191,206,175)
#CAD7BD
(202,215,189)
#D5E0CB
(213,224,203)
#E0E9D9
(224,233,217)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D985B; }

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

This text font color is #7D985B.

Background Color

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

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

This div background color is #7D985B.

Border color

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

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

This div border color is #7D985B.

Opacity

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

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

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

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

This text has shadow with #7D985B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D985B.

Preview

Color preview on black background

This text has color #7D985B on black background.


Color preview on white background

This text has color #7D985B on white background.


Black color preview on #7D985B background

This text has black color on #7D985B background.


White color preview on #7D985B background

This text has white color on #7D985B background.


Related colors

Complementary color

Complementary color for #hex is #8267A4.


I love getcolorcode.com

Triadic colors

1 #5B7D98 and #985B7D with #7D985B are triadic colors.

2 #5B987D and #987D5B with #7D985B are triadic colors.