COLOR #7C9C5E

HEX: #7C9C5E
RGB: (124,156,94)

Color info

#7C9C5E contains mainly red and green colors. Web safe color of #7C9C5E is #669966 (or #696).

RGB color model

#7C9C5E color RGB value is (124,156,94).

  • red value is 124;
  • green value is 156;
  • blue value is 94.
RGB:
(124,156,94)
(49%,61%,37%)

RGB channels and saturation

R 124 of 255 = 49%
G 156 of 255 = 61%
B 94 of 255 = 37%

124
156
94

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

Portions of RGB colors in percentages

R + G + B =
124 + 156 + 94 = 374 (100%)
R 124 of 374 ~ 33.16%
G 156 of 374 ~ 41.71%
B 94 of 374 ~ 25.13%

%33.16
%41.71
%25.13

CMYK color model

#7C9C5E color CMYK value is (21,0,40,39).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 38.82%
CMYK:
(21,0,40,39)
C21M0Y40K39 
(21%,0%,40%,39%)
(0.21/0.00/0.40/0.39)	

CMYK percentages

%20.51
%0
%39.74
%38.82

Codes

Color #7C9C5E in popluar color models

7C9C5E
RGB12415694
HSL91°24.80%49.02%
HSB/HSV91°39.74%61.18%
CMYK20.51%0.00%39.74%
38.82%

Color #7C9C5E in popluar number systems.

HEX7C9C5E
Decimal12415694
Binary1111100100111001011110
Octal174234136

Shades and tints

Shades of #7C9C5E

#7C9C5E
(124,156,94)
#718E56
(113,142,86)
#66804E
(102,128,78)
#5B7246
(91,114,70)
#50643E
(80,100,62)
#455636
(69,86,54)
#3A482E
(58,72,46)
#2F3A26
(47,58,38)
#242C1E
(36,44,30)
#191E16
(25,30,22)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #7C9C5E

#7C9C5E
(124,156,94)
#87A56C
(135,165,108)
#92AE7A
(146,174,122)
#9DB788
(157,183,136)
#A8C096
(168,192,150)
#B3C9A4
(179,201,164)
#BED2B2
(190,210,178)
#C9DBC0
(201,219,192)
#D4E4CE
(212,228,206)
#DFEDDC
(223,237,220)
#EAF6EA
(234,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9C5E color. Also use rgb(124,156,94) instead hex code.

Text Font Color

.myTextColor { color: #7C9C5E; }

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

This text font color is #7C9C5E.


Background Color

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

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

This div background color is #7C9C5E.


Border color

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

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

This div border color is #7C9C5E.


Opacity

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

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

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

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

This text has shadow with #7C9C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9C5E on black background.


Color preview on white background

This text has color #7C9C5E on white background.



Black color preview on #7C9C5E background

This text has black color on #7C9C5E background.


White color preview on #7C9C5E background

This text has white color on #7C9C5E background.