COLOR #7C9D3C

HEX: #7C9D3C
RGB: (124,157,60)

Color info

#7C9D3C contains mainly red and green colors. Web safe color of #7C9D3C is #669933 (or #693).

RGB color model

#7C9D3C color RGB value is (124,157,60).

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

RGB channels and saturation

R 124 of 255 = 49%
G 157 of 255 = 62%
B 60 of 255 = 24%

124
157
60

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

Portions of RGB colors in percentages

R + G + B =
124 + 157 + 60 = 341 (100%)
R 124 of 341 ~ 36.36%
G 157 of 341 ~ 46.04%
B 60 of 341 ~ 17.6%

%36.36
%46.04
%17.6

CMYK color model

#7C9D3C color CMYK value is (21,0,62,38).

  • cyan value is 21.02%
  • magenta value is 0.00%
  • yellow value is 61.78%
  • key color value is 38.43%
CMYK:
(21,0,62,38)
C21M0Y62K38 
(21%,0%,62%,38%)
(0.21/0.00/0.62/0.38)	

CMYK percentages

%21.02
%0
%61.78
%38.43

Codes

Color #7C9D3C in popluar color models

7C9D3C
RGB12415760
HSL80°44.70%42.55%
HSB/HSV80°61.78%61.57%
CMYK21.02%0.00%61.78%
38.43%

Color #7C9D3C in popluar number systems.

HEX7C9D3C
Decimal12415760
Binary111110010011101111100
Octal17423574

Shades and tints

Shades of #7C9D3C

#7C9D3C
(124,157,60)
#718F37
(113,143,55)
#668132
(102,129,50)
#5B732D
(91,115,45)
#506528
(80,101,40)
#455723
(69,87,35)
#3A491E
(58,73,30)
#2F3B19
(47,59,25)
#242D14
(36,45,20)
#191F0F
(25,31,15)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #7C9D3C

#7C9D3C
(124,157,60)
#87A54D
(135,165,77)
#92AD5E
(146,173,94)
#9DB56F
(157,181,111)
#A8BD80
(168,189,128)
#B3C591
(179,197,145)
#BECDA2
(190,205,162)
#C9D5B3
(201,213,179)
#D4DDC4
(212,221,196)
#DFE5D5
(223,229,213)
#EAEDE6
(234,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9D3C; }

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

This text font color is #7C9D3C.


Background Color

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

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

This div background color is #7C9D3C.


Border color

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

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

This div border color is #7C9D3C.


Opacity

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

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

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

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

This text has shadow with #7C9D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9D3C on black background.


Color preview on white background

This text has color #7C9D3C on white background.



Black color preview on #7C9D3C background

This text has black color on #7C9D3C background.


White color preview on #7C9D3C background

This text has white color on #7C9D3C background.