COLOR #7C9D7E

HEX: #7C9D7E
RGB: (124,157,126)

Color info

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

RGB color model

#7C9D7E color RGB value is (124,157,126).

  • red value is 124;
  • green value is 157;
  • blue value is 126.
RGB:
(124,157,126)
(49%,62%,49%)

RGB channels and saturation

R 124 of 255 = 49%
G 157 of 255 = 62%
B 126 of 255 = 49%

124
157
126

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

Portions of RGB colors in percentages

R + G + B =
124 + 157 + 126 = 407 (100%)
R 124 of 407 ~ 30.47%
G 157 of 407 ~ 38.57%
B 126 of 407 ~ 30.96%

%30.47
%38.57
%30.96

CMYK color model

#7C9D7E color CMYK value is (21,0,20,38).

  • cyan value is 21.02%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 38.43%
CMYK:
(21,0,20,38)
C21M0Y20K38 
(21%,0%,20%,38%)
(0.21/0.00/0.20/0.38)	

CMYK percentages

%21.02
%0
%19.75
%38.43

Codes

Color #7C9D7E in popluar color models

7C9D7E
RGB124157126
HSL124°14.41%55.10%
HSB/HSV124°21.02%61.57%
CMYK21.02%0.00%19.75%
38.43%

Color #7C9D7E in popluar number systems.

HEX7C9D7E
Decimal124157126
Binary1111100100111011111110
Octal174235176

Shades and tints

Shades of #7C9D7E

#7C9D7E
(124,157,126)
#718F73
(113,143,115)
#668168
(102,129,104)
#5B735D
(91,115,93)
#506552
(80,101,82)
#455747
(69,87,71)
#3A493C
(58,73,60)
#2F3B31
(47,59,49)
#242D26
(36,45,38)
#191F1B
(25,31,27)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #7C9D7E

#7C9D7E
(124,157,126)
#87A589
(135,165,137)
#92AD94
(146,173,148)
#9DB59F
(157,181,159)
#A8BDAA
(168,189,170)
#B3C5B5
(179,197,181)
#BECDC0
(190,205,192)
#C9D5CB
(201,213,203)
#D4DDD6
(212,221,214)
#DFE5E1
(223,229,225)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9D7E color. Also use rgb(124,157,126) instead hex code.

Text Font Color

.myTextColor { color: #7C9D7E; }

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

This text font color is #7C9D7E.


Background Color

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

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

This div background color is #7C9D7E.


Border color

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

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

This div border color is #7C9D7E.


Opacity

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

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

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

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

This text has shadow with #7C9D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9D7E on black background.


Color preview on white background

This text has color #7C9D7E on white background.



Black color preview on #7C9D7E background

This text has black color on #7C9D7E background.


White color preview on #7C9D7E background

This text has white color on #7C9D7E background.