COLOR #7D9D2F

HEX: #7D9D2F RGB: (125,157,47)

Color info

#7D9D2F contains mainly red and green colors. Web safe color of #7D9D2F is #669933 (or #693).

RGB color model

#7D9D2F color RGB value is (125,157,47).

RGB: (125,157,47) (49%, 62%, 18%)

RGB channels and saturation

R 125 of 255 = 49%
G 157 of 255 = 62%
B 47 of 255 = 18%

125
157
47

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

Portions of RGB colors in percentages

R + G + B = 125 + 157 + 47 = 329 (100%)
R 125 of 329 ~ 37.99%
G 157 of 329 ~ 47.72%
B 47 of 329 ~ 14.29'%

%37.99
%47.72
%14.29

CMYK color model

#7D9D2F color CMYK value is (20,0,70,38).

  • cyan value is 20.38%
  • magenta value is 0.00%
  • yellow value is 70.06%
  • key color value is 38.43%

CMYK: (20,0,70,38)
C20M0Y70K38 (20%, 0%, 70%, 38%)
(0.20 / 0.00 / 0.70 / 0.38)

CMYK percentages

%20.38
%0
%70.06
%38.43

Codes

Color #7D9D2F in popluar color models

7D 9D 2F
RGB 125 157 47
HSL 77° 53.92% 40.00%
HSB/HSV 77° 70.06% 61.57%
CMYK 20.38% 0.00% 70.06%
38.43%

Color #7D9D2F in popluar number systems.

HEX 7D 9D 2F
Decimal 125 157 47
Binary 1111101 10011101 101111
Octal 175 235 57

Shades and tints

Shades of #7D9D2F

#7D9D2F
(125,157,47)
#728F2B
(114,143,43)
#678127
(103,129,39)
#5C7323
(92,115,35)
#51651F
(81,101,31)
#46571B
(70,87,27)
#3B4917
(59,73,23)
#303B13
(48,59,19)
#252D0F
(37,45,15)
#1A1F0B
(26,31,11)
#0F1107
(15,17,7)
#000000
(0,0,0)

Tints of #7D9D2F

#7D9D2F
(125,157,47)
#88A541
(136,165,65)
#93AD53
(147,173,83)
#9EB565
(158,181,101)
#A9BD77
(169,189,119)
#B4C589
(180,197,137)
#BFCD9B
(191,205,155)
#CAD5AD
(202,213,173)
#D5DDBF
(213,221,191)
#E0E5D1
(224,229,209)
#EBEDE3
(235,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9D2F color. Also use rgb(125,157,47) instead hex code.

Text Font Color

.myTextColor { color: #7D9D2F; }

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

This text font color is #7D9D2F.

Background Color

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

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

This div background color is #7D9D2F.

Border color

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

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

This div border color is #7D9D2F.

Opacity

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

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

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

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

This text has shadow with #7D9D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9D2F.

Preview

Color preview on black background

This text has color #7D9D2F on black background.


Color preview on white background

This text has color #7D9D2F on white background.


Black color preview on #7D9D2F background

This text has black color on #7D9D2F background.


White color preview on #7D9D2F background

This text has white color on #7D9D2F background.


Related colors

Complementary color

Complementary color for #hex is #8262D0.


I love getcolorcode.com

Triadic colors

1 #2F7D9D and #9D2F7D with #7D9D2F are triadic colors.

2 #2F9D7D and #9D7D2F with #7D9D2F are triadic colors.