COLOR #709D6F

HEX: #709D6F
RGB: (112,157,111)

Renk bilgisi

#709D6F contains red, green and blue colors in about the same proportion. #709D6F ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#709D6F color RGB value is (112,157,111).

  • kırmız ton 112;
  • yeşil ton 157;
  • mavi ton 111.
RGB:
(112,157,111)
(44%,62%,44%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 157 of 255 = 62%
B 111 of 255 = 44%

112
157
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 157 + 111 = 380 (100%)
R 112 of 380 ~ 29.47%
G 157 of 380 ~ 41.32%
B 111 of 380 ~ 29.21%

%29.47
%41.32
%29.21

CMYK RENK MODELİ

#709D6F rengi CMYK tonu (29,0,29,38).

  • camgöbeği tonu 28.66%
  • eflatun tonu 0.00%
  • sarı tonu 29.30%
  • ana renk tonu 38.43%
CMYK:
(29,0,29,38)
C29M0Y29K38 
(29%,0%,29%,38%)
(0.29/0.00/0.29/0.38)	

CMYK yüzdeleri

%28.66
%0
%29.3
%38.43

Codes

Color #709D6F in popluar color models

709D6F
RGB112157111
HSL119°19.01%52.55%
HSB/HSV119°29.30%61.57%
CMYK28.66%0.00%29.30%
38.43%

Color #709D6F in popluar number systems.

HEX709D6F
Decimal112157111
Binary1110000100111011101111
Octal160235157

Shades and tints

Shades of #709D6F

#709D6F
(112,157,111)
#668F65
(102,143,101)
#5C815B
(92,129,91)
#527351
(82,115,81)
#486547
(72,101,71)
#3E573D
(62,87,61)
#344933
(52,73,51)
#2A3B29
(42,59,41)
#202D1F
(32,45,31)
#161F15
(22,31,21)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #709D6F

#709D6F
(112,157,111)
#7DA57C
(125,165,124)
#8AAD89
(138,173,137)
#97B596
(151,181,150)
#A4BDA3
(164,189,163)
#B1C5B0
(177,197,176)
#BECDBD
(190,205,189)
#CBD5CA
(203,213,202)
#D8DDD7
(216,221,215)
#E5E5E4
(229,229,228)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709D6F; }

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

This text font color is #709D6F.


Background Color

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

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

This div background color is #709D6F.


Border color

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

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

This div border color is #709D6F.


Opacity

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

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

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

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

This text has shadow with #709D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709D6F on black background.


Color preview on white background

This text has color #709D6F on white background.



Black color preview on #709D6F background

This text has black color on #709D6F background.


White color preview on #709D6F background

This text has white color on #709D6F background.