COLOR #709E61

HEX: #709E61
RGB: (112,158,97)

Color info

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

RGB color model

#709E61 color RGB value is (112,158,97).

  • red value is 112;
  • green value is 158;
  • blue value is 97.
RGB:
(112,158,97)
(44%,62%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 158 of 255 = 62%
B 97 of 255 = 38%

112
158
97

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

Portions of RGB colors in percentages

R + G + B =
112 + 158 + 97 = 367 (100%)
R 112 of 367 ~ 30.52%
G 158 of 367 ~ 43.05%
B 97 of 367 ~ 26.43%

%30.52
%43.05
%26.43

CMYK color model

#709E61 color CMYK value is (29,0,39,38).

  • cyan value is 29.11%
  • magenta value is 0.00%
  • yellow value is 38.61%
  • key color value is 38.04%
CMYK:
(29,0,39,38)
C29M0Y39K38 
(29%,0%,39%,38%)
(0.29/0.00/0.39/0.38)	

CMYK percentages

%29.11
%0
%38.61
%38.04

Codes

Color #709E61 in popluar color models

709E61
RGB11215897
HSL105°23.92%50.00%
HSB/HSV105°38.61%61.96%
CMYK29.11%0.00%38.61%
38.04%

Color #709E61 in popluar number systems.

HEX709E61
Decimal11215897
Binary1110000100111101100001
Octal160236141

Shades and tints

Shades of #709E61

#709E61
(112,158,97)
#669059
(102,144,89)
#5C8251
(92,130,81)
#527449
(82,116,73)
#486641
(72,102,65)
#3E5839
(62,88,57)
#344A31
(52,74,49)
#2A3C29
(42,60,41)
#202E21
(32,46,33)
#162019
(22,32,25)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #709E61

#709E61
(112,158,97)
#7DA66F
(125,166,111)
#8AAE7D
(138,174,125)
#97B68B
(151,182,139)
#A4BE99
(164,190,153)
#B1C6A7
(177,198,167)
#BECEB5
(190,206,181)
#CBD6C3
(203,214,195)
#D8DED1
(216,222,209)
#E5E6DF
(229,230,223)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709E61; }

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

This text font color is #709E61.


Background Color

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

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

This div background color is #709E61.


Border color

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

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

This div border color is #709E61.


Opacity

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

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

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

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

This text has shadow with #709E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709E61 on black background.


Color preview on white background

This text has color #709E61 on white background.



Black color preview on #709E61 background

This text has black color on #709E61 background.


White color preview on #709E61 background

This text has white color on #709E61 background.