COLOR #7C9741

HEX: #7C9741
RGB: (124,151,65)

Color info

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

RGB color model

#7C9741 color RGB value is (124,151,65).

  • red value is 124;
  • green value is 151;
  • blue value is 65.
RGB:
(124,151,65)
(49%,59%,25%)

RGB channels and saturation

R 124 of 255 = 49%
G 151 of 255 = 59%
B 65 of 255 = 25%

124
151
65

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

Portions of RGB colors in percentages

R + G + B =
124 + 151 + 65 = 340 (100%)
R 124 of 340 ~ 36.47%
G 151 of 340 ~ 44.41%
B 65 of 340 ~ 19.12%

%36.47
%44.41
%19.12

CMYK color model

#7C9741 color CMYK value is (18,0,57,41).

  • cyan value is 17.88%
  • magenta value is 0.00%
  • yellow value is 56.95%
  • key color value is 40.78%
CMYK:
(18,0,57,41)
C18M0Y57K41 
(18%,0%,57%,41%)
(0.18/0.00/0.57/0.41)	

CMYK percentages

%17.88
%0
%56.95
%40.78

Codes

Color #7C9741 in popluar color models

7C9741
RGB12415165
HSL79°39.81%42.35%
HSB/HSV79°56.95%59.22%
CMYK17.88%0.00%56.95%
40.78%

Color #7C9741 in popluar number systems.

HEX7C9741
Decimal12415165
Binary1111100100101111000001
Octal174227101

Shades and tints

Shades of #7C9741

#7C9741
(124,151,65)
#718A3C
(113,138,60)
#667D37
(102,125,55)
#5B7032
(91,112,50)
#50632D
(80,99,45)
#455628
(69,86,40)
#3A4923
(58,73,35)
#2F3C1E
(47,60,30)
#242F19
(36,47,25)
#192214
(25,34,20)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #7C9741

#7C9741
(124,151,65)
#87A052
(135,160,82)
#92A963
(146,169,99)
#9DB274
(157,178,116)
#A8BB85
(168,187,133)
#B3C496
(179,196,150)
#BECDA7
(190,205,167)
#C9D6B8
(201,214,184)
#D4DFC9
(212,223,201)
#DFE8DA
(223,232,218)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9741 color. Also use rgb(124,151,65) instead hex code.

Text Font Color

.myTextColor { color: #7C9741; }

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

This text font color is #7C9741.


Background Color

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

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

This div background color is #7C9741.


Border color

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

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

This div border color is #7C9741.


Opacity

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

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

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

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

This text has shadow with #7C9741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9741 on black background.


Color preview on white background

This text has color #7C9741 on white background.



Black color preview on #7C9741 background

This text has black color on #7C9741 background.


White color preview on #7C9741 background

This text has white color on #7C9741 background.