COLOR #7C9E5C

HEX: #7C9E5C
RGB: (124,158,92)

Color info

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

RGB color model

#7C9E5C color RGB value is (124,158,92).

  • red value is 124;
  • green value is 158;
  • blue value is 92.
RGB:
(124,158,92)
(49%,62%,36%)

RGB channels and saturation

R 124 of 255 = 49%
G 158 of 255 = 62%
B 92 of 255 = 36%

124
158
92

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

Portions of RGB colors in percentages

R + G + B =
124 + 158 + 92 = 374 (100%)
R 124 of 374 ~ 33.16%
G 158 of 374 ~ 42.25%
B 92 of 374 ~ 24.6%

%33.16
%42.25
%24.6

CMYK color model

#7C9E5C color CMYK value is (22,0,42,38).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 41.77%
  • key color value is 38.04%
CMYK:
(22,0,42,38)
C22M0Y42K38 
(22%,0%,42%,38%)
(0.22/0.00/0.42/0.38)	

CMYK percentages

%21.52
%0
%41.77
%38.04

Codes

Color #7C9E5C in popluar color models

7C9E5C
RGB12415892
HSL91°26.40%49.02%
HSB/HSV91°41.77%61.96%
CMYK21.52%0.00%41.77%
38.04%

Color #7C9E5C in popluar number systems.

HEX7C9E5C
Decimal12415892
Binary1111100100111101011100
Octal174236134

Shades and tints

Shades of #7C9E5C

#7C9E5C
(124,158,92)
#719054
(113,144,84)
#66824C
(102,130,76)
#5B7444
(91,116,68)
#50663C
(80,102,60)
#455834
(69,88,52)
#3A4A2C
(58,74,44)
#2F3C24
(47,60,36)
#242E1C
(36,46,28)
#192014
(25,32,20)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #7C9E5C

#7C9E5C
(124,158,92)
#87A66A
(135,166,106)
#92AE78
(146,174,120)
#9DB686
(157,182,134)
#A8BE94
(168,190,148)
#B3C6A2
(179,198,162)
#BECEB0
(190,206,176)
#C9D6BE
(201,214,190)
#D4DECC
(212,222,204)
#DFE6DA
(223,230,218)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9E5C color. Also use rgb(124,158,92) instead hex code.

Text Font Color

.myTextColor { color: #7C9E5C; }

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

This text font color is #7C9E5C.


Background Color

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

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

This div background color is #7C9E5C.


Border color

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

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

This div border color is #7C9E5C.


Opacity

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

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

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

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

This text has shadow with #7C9E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9E5C on black background.


Color preview on white background

This text has color #7C9E5C on white background.



Black color preview on #7C9E5C background

This text has black color on #7C9E5C background.


White color preview on #7C9E5C background

This text has white color on #7C9E5C background.