COLOR #7D906D

HEX: #7D906D
RGB: (125,144,109)

Color info

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

RGB color model

#7D906D color RGB value is (125,144,109).

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

RGB channels and saturation

R 125 of 255 = 49%
G 144 of 255 = 56%
B 109 of 255 = 43%

125
144
109

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

Portions of RGB colors in percentages

R + G + B =
125 + 144 + 109 = 378 (100%)
R 125 of 378 ~ 33.07%
G 144 of 378 ~ 38.1%
B 109 of 378 ~ 28.84%

%33.07
%38.1
%28.84

CMYK color model

#7D906D color CMYK value is (13,0,24,44).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 43.53%
CMYK:
(13,0,24,44)
C13M0Y24K44 
(13%,0%,24%,44%)
(0.13/0.00/0.24/0.44)	

CMYK percentages

%13.19
%0
%24.31
%43.53

Codes

Color #7D906D in popluar color models

7D906D
RGB125144109
HSL93°13.83%49.61%
HSB/HSV93°24.31%56.47%
CMYK13.19%0.00%24.31%
43.53%

Color #7D906D in popluar number systems.

HEX7D906D
Decimal125144109
Binary1111101100100001101101
Octal175220155

Shades and tints

Shades of #7D906D

#7D906D
(125,144,109)
#728364
(114,131,100)
#67765B
(103,118,91)
#5C6952
(92,105,82)
#515C49
(81,92,73)
#464F40
(70,79,64)
#3B4237
(59,66,55)
#30352E
(48,53,46)
#252825
(37,40,37)
#1A1B1C
(26,27,28)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #7D906D

#7D906D
(125,144,109)
#889A7A
(136,154,122)
#93A487
(147,164,135)
#9EAE94
(158,174,148)
#A9B8A1
(169,184,161)
#B4C2AE
(180,194,174)
#BFCCBB
(191,204,187)
#CAD6C8
(202,214,200)
#D5E0D5
(213,224,213)
#E0EAE2
(224,234,226)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D906D; }

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

This text font color is #7D906D.


Background Color

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

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

This div background color is #7D906D.


Border color

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

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

This div border color is #7D906D.


Opacity

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

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

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

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

This text has shadow with #7D906D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D906D on black background.


Color preview on white background

This text has color #7D906D on white background.



Black color preview on #7D906D background

This text has black color on #7D906D background.


White color preview on #7D906D background

This text has white color on #7D906D background.