COLOR #7C9D42

HEX: #7C9D42
RGB: (124,157,66)

Color info

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

RGB color model

#7C9D42 color RGB value is (124,157,66).

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

RGB channels and saturation

R 124 of 255 = 49%
G 157 of 255 = 62%
B 66 of 255 = 26%

124
157
66

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

Portions of RGB colors in percentages

R + G + B =
124 + 157 + 66 = 347 (100%)
R 124 of 347 ~ 35.73%
G 157 of 347 ~ 45.24%
B 66 of 347 ~ 19.02%

%35.73
%45.24
%19.02

CMYK color model

#7C9D42 color CMYK value is (21,0,58,38).

  • cyan value is 21.02%
  • magenta value is 0.00%
  • yellow value is 57.96%
  • key color value is 38.43%
CMYK:
(21,0,58,38)
C21M0Y58K38 
(21%,0%,58%,38%)
(0.21/0.00/0.58/0.38)	

CMYK percentages

%21.02
%0
%57.96
%38.43

Codes

Color #7C9D42 in popluar color models

7C9D42
RGB12415766
HSL82°40.81%43.73%
HSB/HSV82°57.96%61.57%
CMYK21.02%0.00%57.96%
38.43%

Color #7C9D42 in popluar number systems.

HEX7C9D42
Decimal12415766
Binary1111100100111011000010
Octal174235102

Shades and tints

Shades of #7C9D42

#7C9D42
(124,157,66)
#718F3C
(113,143,60)
#668136
(102,129,54)
#5B7330
(91,115,48)
#50652A
(80,101,42)
#455724
(69,87,36)
#3A491E
(58,73,30)
#2F3B18
(47,59,24)
#242D12
(36,45,18)
#191F0C
(25,31,12)
#0E1106
(14,17,6)
#000000
(0,0,0)

Tints of #7C9D42

#7C9D42
(124,157,66)
#87A553
(135,165,83)
#92AD64
(146,173,100)
#9DB575
(157,181,117)
#A8BD86
(168,189,134)
#B3C597
(179,197,151)
#BECDA8
(190,205,168)
#C9D5B9
(201,213,185)
#D4DDCA
(212,221,202)
#DFE5DB
(223,229,219)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9D42; }

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

This text font color is #7C9D42.


Background Color

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

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

This div background color is #7C9D42.


Border color

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

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

This div border color is #7C9D42.


Opacity

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

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

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

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

This text has shadow with #7C9D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9D42 on black background.


Color preview on white background

This text has color #7C9D42 on white background.



Black color preview on #7C9D42 background

This text has black color on #7C9D42 background.


White color preview on #7C9D42 background

This text has white color on #7C9D42 background.