COLOR #709D6E

HEX: #709D6E
RGB: (112,157,110)

Color info

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

RGB color model

#709D6E color RGB value is (112,157,110).

  • red value is 112;
  • green value is 157;
  • blue value is 110.
RGB:
(112,157,110)
(44%,62%,43%)

RGB channels and saturation

R 112 of 255 = 44%
G 157 of 255 = 62%
B 110 of 255 = 43%

112
157
110

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

Portions of RGB colors in percentages

R + G + B =
112 + 157 + 110 = 379 (100%)
R 112 of 379 ~ 29.55%
G 157 of 379 ~ 41.42%
B 110 of 379 ~ 29.02%

%29.55
%41.42
%29.02

CMYK color model

#709D6E color CMYK value is (29,0,30,38).

  • cyan value is 28.66%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 38.43%
CMYK:
(29,0,30,38)
C29M0Y30K38 
(29%,0%,30%,38%)
(0.29/0.00/0.30/0.38)	

CMYK percentages

%28.66
%0
%29.94
%38.43

Codes

Color #709D6E in popluar color models

709D6E
RGB112157110
HSL117°19.34%52.35%
HSB/HSV117°29.94%61.57%
CMYK28.66%0.00%29.94%
38.43%

Color #709D6E in popluar number systems.

HEX709D6E
Decimal112157110
Binary1110000100111011101110
Octal160235156

Shades and tints

Shades of #709D6E

#709D6E
(112,157,110)
#668F64
(102,143,100)
#5C815A
(92,129,90)
#527350
(82,115,80)
#486546
(72,101,70)
#3E573C
(62,87,60)
#344932
(52,73,50)
#2A3B28
(42,59,40)
#202D1E
(32,45,30)
#161F14
(22,31,20)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #709D6E

#709D6E
(112,157,110)
#7DA57B
(125,165,123)
#8AAD88
(138,173,136)
#97B595
(151,181,149)
#A4BDA2
(164,189,162)
#B1C5AF
(177,197,175)
#BECDBC
(190,205,188)
#CBD5C9
(203,213,201)
#D8DDD6
(216,221,214)
#E5E5E3
(229,229,227)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709D6E; }

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

This text font color is #709D6E.


Background Color

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

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

This div background color is #709D6E.


Border color

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

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

This div border color is #709D6E.


Opacity

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

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

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

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

This text has shadow with #709D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709D6E on black background.


Color preview on white background

This text has color #709D6E on white background.



Black color preview on #709D6E background

This text has black color on #709D6E background.


White color preview on #709D6E background

This text has white color on #709D6E background.