COLOR #709C70

HEX: #709C70
RGB: (112,156,112)

Color info

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

RGB color model

#709C70 color RGB value is (112,156,112).

  • red value is 112;
  • green value is 156;
  • blue value is 112.
RGB:
(112,156,112)
(44%,61%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 156 of 255 = 61%
B 112 of 255 = 44%

112
156
112

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

Portions of RGB colors in percentages

R + G + B =
112 + 156 + 112 = 380 (100%)
R 112 of 380 ~ 29.47%
G 156 of 380 ~ 41.05%
B 112 of 380 ~ 29.47%

%29.47
%41.05
%29.47

CMYK color model

#709C70 color CMYK value is (28,0,28,39).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 38.82%
CMYK:
(28,0,28,39)
C28M0Y28K39 
(28%,0%,28%,39%)
(0.28/0.00/0.28/0.39)	

CMYK percentages

%28.21
%0
%28.21
%38.82

Codes

Color #709C70 in popluar color models

709C70
RGB112156112
HSL120°18.18%52.55%
HSB/HSV120°28.21%61.18%
CMYK28.21%0.00%28.21%
38.82%

Color #709C70 in popluar number systems.

HEX709C70
Decimal112156112
Binary1110000100111001110000
Octal160234160

Shades and tints

Shades of #709C70

#709C70
(112,156,112)
#668E66
(102,142,102)
#5C805C
(92,128,92)
#527252
(82,114,82)
#486448
(72,100,72)
#3E563E
(62,86,62)
#344834
(52,72,52)
#2A3A2A
(42,58,42)
#202C20
(32,44,32)
#161E16
(22,30,22)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #709C70

#709C70
(112,156,112)
#7DA57D
(125,165,125)
#8AAE8A
(138,174,138)
#97B797
(151,183,151)
#A4C0A4
(164,192,164)
#B1C9B1
(177,201,177)
#BED2BE
(190,210,190)
#CBDBCB
(203,219,203)
#D8E4D8
(216,228,216)
#E5EDE5
(229,237,229)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709C70 color. Also use rgb(112,156,112) instead hex code.

Text Font Color

.myTextColor { color: #709C70; }

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

This text font color is #709C70.


Background Color

.myBgColor { background-color: #709C70; }

<div style="background-color:#709C70">Inner text</div>

This div background color is #709C70.


Border color

.myBorderColor { border: 1px solid #709C70; }

<div style="border:3px solid #709C70">Div</div>

This div border color is #709C70.


Opacity

.myOpacity80 { color: #709C70; opacity: 0.8; }

<p style="color:#709C70;opacity:0.8;">80%</p>

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

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

This text has shadow with #709C70 color.

.textShadow {text-shadow: 3px 3px 1px #709C70, 3px 3px 1px red;}

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

This text has shadow with #709C70 primary color and red secondary color.


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

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

This text has shadow with #709C70 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709C70 on black background.


Color preview on white background

This text has color #709C70 on white background.



Black color preview on #709C70 background

This text has black color on #709C70 background.


White color preview on #709C70 background

This text has white color on #709C70 background.