COLOR #709C60

HEX: #709C60
RGB: (112,156,96)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
156
96

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

Portions of RGB colors in percentages

R + G + B =
112 + 156 + 96 = 364 (100%)
R 112 of 364 ~ 30.77%
G 156 of 364 ~ 42.86%
B 96 of 364 ~ 26.37%

%30.77
%42.86
%26.37

CMYK color model

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

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

CMYK percentages

%28.21
%0
%38.46
%38.82

Codes

Color #709C60 in popluar color models

709C60
RGB11215696
HSL104°23.81%49.41%
HSB/HSV104°38.46%61.18%
CMYK28.21%0.00%38.46%
38.82%

Color #709C60 in popluar number systems.

HEX709C60
Decimal11215696
Binary1110000100111001100000
Octal160234140

Shades and tints

Shades of #709C60

#709C60
(112,156,96)
#668E58
(102,142,88)
#5C8050
(92,128,80)
#527248
(82,114,72)
#486440
(72,100,64)
#3E5638
(62,86,56)
#344830
(52,72,48)
#2A3A28
(42,58,40)
#202C20
(32,44,32)
#161E18
(22,30,24)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #709C60

#709C60
(112,156,96)
#7DA56E
(125,165,110)
#8AAE7C
(138,174,124)
#97B78A
(151,183,138)
#A4C098
(164,192,152)
#B1C9A6
(177,201,166)
#BED2B4
(190,210,180)
#CBDBC2
(203,219,194)
#D8E4D0
(216,228,208)
#E5EDDE
(229,237,222)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709C60; }

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

This text font color is #709C60.


Background Color

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

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

This div background color is #709C60.


Border color

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

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

This div border color is #709C60.


Opacity

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

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

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

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

This text has shadow with #709C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709C60 on black background.


Color preview on white background

This text has color #709C60 on white background.



Black color preview on #709C60 background

This text has black color on #709C60 background.


White color preview on #709C60 background

This text has white color on #709C60 background.