COLOR #7C8E70

HEX: #7C8E70
RGB: (124,142,112)

Color info

#7C8E70 contains red, green and blue colors in about the same proportion. Web safe color of #7C8E70 is #669966 (or #696).

RGB color model

#7C8E70 color RGB value is (124,142,112).

  • red value is 124;
  • green value is 142;
  • blue value is 112.
RGB:
(124,142,112)
(49%,56%,44%)

RGB channels and saturation

R 124 of 255 = 49%
G 142 of 255 = 56%
B 112 of 255 = 44%

124
142
112

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

Portions of RGB colors in percentages

R + G + B =
124 + 142 + 112 = 378 (100%)
R 124 of 378 ~ 32.8%
G 142 of 378 ~ 37.57%
B 112 of 378 ~ 29.63%

%32.8
%37.57
%29.63

CMYK color model

#7C8E70 color CMYK value is (13,0,21,44).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 44.31%
CMYK:
(13,0,21,44)
C13M0Y21K44 
(13%,0%,21%,44%)
(0.13/0.00/0.21/0.44)	

CMYK percentages

%12.68
%0
%21.13
%44.31

Codes

Color #7C8E70 in popluar color models

7C8E70
RGB124142112
HSL96°11.81%49.80%
HSB/HSV96°21.13%55.69%
CMYK12.68%0.00%21.13%
44.31%

Color #7C8E70 in popluar number systems.

HEX7C8E70
Decimal124142112
Binary1111100100011101110000
Octal174216160

Shades and tints

Shades of #7C8E70

#7C8E70
(124,142,112)
#718266
(113,130,102)
#66765C
(102,118,92)
#5B6A52
(91,106,82)
#505E48
(80,94,72)
#45523E
(69,82,62)
#3A4634
(58,70,52)
#2F3A2A
(47,58,42)
#242E20
(36,46,32)
#192216
(25,34,22)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #7C8E70

#7C8E70
(124,142,112)
#87987D
(135,152,125)
#92A28A
(146,162,138)
#9DAC97
(157,172,151)
#A8B6A4
(168,182,164)
#B3C0B1
(179,192,177)
#BECABE
(190,202,190)
#C9D4CB
(201,212,203)
#D4DED8
(212,222,216)
#DFE8E5
(223,232,229)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8E70 color. Also use rgb(124,142,112) instead hex code.

Text Font Color

.myTextColor { color: #7C8E70; }

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

This text font color is #7C8E70.


Background Color

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

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

This div background color is #7C8E70.


Border color

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

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

This div border color is #7C8E70.


Opacity

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

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

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

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

This text has shadow with #7C8E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8E70 on black background.


Color preview on white background

This text has color #7C8E70 on white background.



Black color preview on #7C8E70 background

This text has black color on #7C8E70 background.


White color preview on #7C8E70 background

This text has white color on #7C8E70 background.