COLOR #709A6F

HEX: #709A6F
RGB: (112,154,111)

Color info

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

RGB color model

#709A6F color RGB value is (112,154,111).

  • red value is 112;
  • green value is 154;
  • blue value is 111.
RGB:
(112,154,111)
(44%,60%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 154 of 255 = 60%
B 111 of 255 = 44%

112
154
111

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

Portions of RGB colors in percentages

R + G + B =
112 + 154 + 111 = 377 (100%)
R 112 of 377 ~ 29.71%
G 154 of 377 ~ 40.85%
B 111 of 377 ~ 29.44%

%29.71
%40.85
%29.44

CMYK color model

#709A6F color CMYK value is (27,0,28,40).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 39.61%
CMYK:
(27,0,28,40)
C27M0Y28K40 
(27%,0%,28%,40%)
(0.27/0.00/0.28/0.40)	

CMYK percentages

%27.27
%0
%27.92
%39.61

Codes

Color #709A6F in popluar color models

709A6F
RGB112154111
HSL119°17.55%51.96%
HSB/HSV119°27.92%60.39%
CMYK27.27%0.00%27.92%
39.61%

Color #709A6F in popluar number systems.

HEX709A6F
Decimal112154111
Binary1110000100110101101111
Octal160232157

Shades and tints

Shades of #709A6F

#709A6F
(112,154,111)
#668C65
(102,140,101)
#5C7E5B
(92,126,91)
#527051
(82,112,81)
#486247
(72,98,71)
#3E543D
(62,84,61)
#344633
(52,70,51)
#2A3829
(42,56,41)
#202A1F
(32,42,31)
#161C15
(22,28,21)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #709A6F

#709A6F
(112,154,111)
#7DA37C
(125,163,124)
#8AAC89
(138,172,137)
#97B596
(151,181,150)
#A4BEA3
(164,190,163)
#B1C7B0
(177,199,176)
#BED0BD
(190,208,189)
#CBD9CA
(203,217,202)
#D8E2D7
(216,226,215)
#E5EBE4
(229,235,228)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709A6F; }

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

This text font color is #709A6F.


Background Color

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

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

This div background color is #709A6F.


Border color

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

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

This div border color is #709A6F.


Opacity

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

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

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

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

This text has shadow with #709A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709A6F on black background.


Color preview on white background

This text has color #709A6F on white background.



Black color preview on #709A6F background

This text has black color on #709A6F background.


White color preview on #709A6F background

This text has white color on #709A6F background.