COLOR #7C9657

HEX: #7C9657
RGB: (124,150,87)

Color info

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

RGB color model

#7C9657 color RGB value is (124,150,87).

  • red value is 124;
  • green value is 150;
  • blue value is 87.
RGB:
(124,150,87)
(49%,59%,34%)

RGB channels and saturation

R 124 of 255 = 49%
G 150 of 255 = 59%
B 87 of 255 = 34%

124
150
87

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

Portions of RGB colors in percentages

R + G + B =
124 + 150 + 87 = 361 (100%)
R 124 of 361 ~ 34.35%
G 150 of 361 ~ 41.55%
B 87 of 361 ~ 24.1%

%34.35
%41.55
%24.1

CMYK color model

#7C9657 color CMYK value is (17,0,42,41).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 42.00%
  • key color value is 41.18%
CMYK:
(17,0,42,41)
C17M0Y42K41 
(17%,0%,42%,41%)
(0.17/0.00/0.42/0.41)	

CMYK percentages

%17.33
%0
%42
%41.18

Codes

Color #7C9657 in popluar color models

7C9657
RGB12415087
HSL85°26.58%46.47%
HSB/HSV85°42.00%58.82%
CMYK17.33%0.00%42.00%
41.18%

Color #7C9657 in popluar number systems.

HEX7C9657
Decimal12415087
Binary1111100100101101010111
Octal174226127

Shades and tints

Shades of #7C9657

#7C9657
(124,150,87)
#718950
(113,137,80)
#667C49
(102,124,73)
#5B6F42
(91,111,66)
#50623B
(80,98,59)
#455534
(69,85,52)
#3A482D
(58,72,45)
#2F3B26
(47,59,38)
#242E1F
(36,46,31)
#192118
(25,33,24)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #7C9657

#7C9657
(124,150,87)
#879F66
(135,159,102)
#92A875
(146,168,117)
#9DB184
(157,177,132)
#A8BA93
(168,186,147)
#B3C3A2
(179,195,162)
#BECCB1
(190,204,177)
#C9D5C0
(201,213,192)
#D4DECF
(212,222,207)
#DFE7DE
(223,231,222)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9657 color. Also use rgb(124,150,87) instead hex code.

Text Font Color

.myTextColor { color: #7C9657; }

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

This text font color is #7C9657.


Background Color

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

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

This div background color is #7C9657.


Border color

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

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

This div border color is #7C9657.


Opacity

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

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

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

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

This text has shadow with #7C9657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9657 on black background.


Color preview on white background

This text has color #7C9657 on white background.



Black color preview on #7C9657 background

This text has black color on #7C9657 background.


White color preview on #7C9657 background

This text has white color on #7C9657 background.