COLOR #709670

HEX: #709670
RGB: (112,150,112)

Color info

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

RGB color model

#709670 color RGB value is (112,150,112).

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

RGB channels and saturation

R 112 of 255 = 44%
G 150 of 255 = 59%
B 112 of 255 = 44%

112
150
112

R + G + B ~ 49%. #709670 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 150 + 112 = 374 (100%)
R 112 of 374 ~ 29.95%
G 150 of 374 ~ 40.11%
B 112 of 374 ~ 29.95%

%29.95
%40.11
%29.95

CMYK color model

#709670 color CMYK value is (25,0,25,41).

  • cyan value is 25.33%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 41.18%
CMYK:
(25,0,25,41)
C25M0Y25K41 
(25%,0%,25%,41%)
(0.25/0.00/0.25/0.41)	

CMYK percentages

%25.33
%0
%25.33
%41.18

Codes

Color #709670 in popluar color models

709670
RGB112150112
HSL120°15.32%51.37%
HSB/HSV120°25.33%58.82%
CMYK25.33%0.00%25.33%
41.18%

Color #709670 in popluar number systems.

HEX709670
Decimal112150112
Binary1110000100101101110000
Octal160226160

Shades and tints

Shades of #709670

#709670
(112,150,112)
#668966
(102,137,102)
#5C7C5C
(92,124,92)
#526F52
(82,111,82)
#486248
(72,98,72)
#3E553E
(62,85,62)
#344834
(52,72,52)
#2A3B2A
(42,59,42)
#202E20
(32,46,32)
#162116
(22,33,22)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #709670

#709670
(112,150,112)
#7D9F7D
(125,159,125)
#8AA88A
(138,168,138)
#97B197
(151,177,151)
#A4BAA4
(164,186,164)
#B1C3B1
(177,195,177)
#BECCBE
(190,204,190)
#CBD5CB
(203,213,203)
#D8DED8
(216,222,216)
#E5E7E5
(229,231,229)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709670; }

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

This text font color is #709670.


Background Color

.myBgColor { background-color: #709670; }

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

This div background color is #709670.


Border color

.myBorderColor { border: 1px solid #709670; }

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

This div border color is #709670.


Opacity

.myOpacity80 { color: #709670; opacity: 0.8; }

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

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

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

This text has shadow with #709670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709670 on black background.


Color preview on white background

This text has color #709670 on white background.



Black color preview on #709670 background

This text has black color on #709670 background.


White color preview on #709670 background

This text has white color on #709670 background.