COLOR #7D905F

HEX: #7D905F RGB: (125,144,95)

Color info

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

RGB color model

#7D905F color RGB value is (125,144,95).

RGB: (125,144,95) (49%, 56%, 37%)

RGB channels and saturation

R 125 of 255 = 49%
G 144 of 255 = 56%
B 95 of 255 = 37%

125
144
95

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

Portions of RGB colors in percentages

R + G + B = 125 + 144 + 95 = 364 (100%)
R 125 of 364 ~ 34.34%
G 144 of 364 ~ 39.56%
B 95 of 364 ~ 26.1'%

%34.34
%39.56
%26.1

CMYK color model

#7D905F color CMYK value is (13,0,34,44).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 34.03%
  • key color value is 43.53%

CMYK: (13,0,34,44)
C13M0Y34K44 (13%, 0%, 34%, 44%)
(0.13 / 0.00 / 0.34 / 0.44)

CMYK percentages

%13.19
%0
%34.03
%43.53

Codes

Color #7D905F in popluar color models

7D 90 5F
RGB 125 144 95
HSL 83° 20.50% 46.86%
HSB/HSV 83° 34.03% 56.47%
CMYK 13.19% 0.00% 34.03%
43.53%

Color #7D905F in popluar number systems.

HEX 7D 90 5F
Decimal 125 144 95
Binary 1111101 10010000 1011111
Octal 175 220 137

Shades and tints

Shades of #7D905F

#7D905F
(125,144,95)
#728357
(114,131,87)
#67764F
(103,118,79)
#5C6947
(92,105,71)
#515C3F
(81,92,63)
#464F37
(70,79,55)
#3B422F
(59,66,47)
#303527
(48,53,39)
#25281F
(37,40,31)
#1A1B17
(26,27,23)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #7D905F

#7D905F
(125,144,95)
#889A6D
(136,154,109)
#93A47B
(147,164,123)
#9EAE89
(158,174,137)
#A9B897
(169,184,151)
#B4C2A5
(180,194,165)
#BFCCB3
(191,204,179)
#CAD6C1
(202,214,193)
#D5E0CF
(213,224,207)
#E0EADD
(224,234,221)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D905F color. Also use rgb(125,144,95) instead hex code.

Text Font Color

.myTextColor { color: #7D905F; }

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

This text font color is #7D905F.

Background Color

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

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

This div background color is #7D905F.

Border color

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

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

This div border color is #7D905F.

Opacity

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

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

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

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

This text has shadow with #7D905F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D905F.

Preview

Color preview on black background

This text has color #7D905F on black background.


Color preview on white background

This text has color #7D905F on white background.


Black color preview on #7D905F background

This text has black color on #7D905F background.


White color preview on #7D905F background

This text has white color on #7D905F background.


Related colors

Complementary color

Complementary color for #hex is #826FA0.


I love getcolorcode.com

Triadic colors

1 #5F7D90 and #905F7D with #7D905F are triadic colors.

2 #5F907D and #907D5F with #7D905F are triadic colors.