COLOR #7D9A6B

HEX: #7D9A6B RGB: (125,154,107)

Color info

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

RGB color model

#7D9A6B color RGB value is (125,154,107).

RGB: (125,154,107) (49%, 60%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 154 of 255 = 60%
B 107 of 255 = 42%

125
154
107

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

Portions of RGB colors in percentages

R + G + B = 125 + 154 + 107 = 386 (100%)
R 125 of 386 ~ 32.38%
G 154 of 386 ~ 39.9%
B 107 of 386 ~ 27.72'%

%32.38
%39.9
%27.72

CMYK color model

#7D9A6B color CMYK value is (19,0,31,40).

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 30.52%
  • key color value is 39.61%

CMYK: (19,0,31,40)
C19M0Y31K40 (19%, 0%, 31%, 40%)
(0.19 / 0.00 / 0.31 / 0.40)

CMYK percentages

%18.83
%0
%30.52
%39.61

Codes

Color #7D9A6B in popluar color models

7D 9A 6B
RGB 125 154 107
HSL 97° 18.88% 51.18%
HSB/HSV 97° 30.52% 60.39%
CMYK 18.83% 0.00% 30.52%
39.61%

Color #7D9A6B in popluar number systems.

HEX 7D 9A 6B
Decimal 125 154 107
Binary 1111101 10011010 1101011
Octal 175 232 153

Shades and tints

Shades of #7D9A6B

#7D9A6B
(125,154,107)
#728C62
(114,140,98)
#677E59
(103,126,89)
#5C7050
(92,112,80)
#516247
(81,98,71)
#46543E
(70,84,62)
#3B4635
(59,70,53)
#30382C
(48,56,44)
#252A23
(37,42,35)
#1A1C1A
(26,28,26)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #7D9A6B

#7D9A6B
(125,154,107)
#88A378
(136,163,120)
#93AC85
(147,172,133)
#9EB592
(158,181,146)
#A9BE9F
(169,190,159)
#B4C7AC
(180,199,172)
#BFD0B9
(191,208,185)
#CAD9C6
(202,217,198)
#D5E2D3
(213,226,211)
#E0EBE0
(224,235,224)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9A6B color. Also use rgb(125,154,107) instead hex code.

Text Font Color

.myTextColor { color: #7D9A6B; }

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

This text font color is #7D9A6B.

Background Color

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

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

This div background color is #7D9A6B.

Border color

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

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

This div border color is #7D9A6B.

Opacity

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

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

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

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

This text has shadow with #7D9A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9A6B.

Preview

Color preview on black background

This text has color #7D9A6B on black background.


Color preview on white background

This text has color #7D9A6B on white background.


Black color preview on #7D9A6B background

This text has black color on #7D9A6B background.


White color preview on #7D9A6B background

This text has white color on #7D9A6B background.


Related colors

Complementary color

Complementary color for #hex is #826594.


I love getcolorcode.com

Triadic colors

1 #6B7D9A and #9A6B7D with #7D9A6B are triadic colors.

2 #6B9A7D and #9A7D6B with #7D9A6B are triadic colors.