COLOR #709C78

HEX: #709C78
RGB: (112,156,120)

Renk bilgisi

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

RGB renk modeli

#709C78 color RGB value is (112,156,120).

  • kırmız ton 112;
  • yeşil ton 156;
  • mavi ton 120.
RGB:
(112,156,120)
(44%,61%,47%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 156 of 255 = 61%
B 120 of 255 = 47%

112
156
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 156 + 120 = 388 (100%)
R 112 of 388 ~ 28.87%
G 156 of 388 ~ 40.21%
B 120 of 388 ~ 30.93%

%28.87
%40.21
%30.93

CMYK RENK MODELİ

#709C78 rengi CMYK tonu (28,0,23,39).

  • camgöbeği tonu 28.21%
  • eflatun tonu 0.00%
  • sarı tonu 23.08%
  • ana renk tonu 38.82%
CMYK:
(28,0,23,39)
C28M0Y23K39 
(28%,0%,23%,39%)
(0.28/0.00/0.23/0.39)	

CMYK yüzdeleri

%28.21
%0
%23.08
%38.82

Codes

Color #709C78 in popluar color models

709C78
RGB112156120
HSL131°18.18%52.55%
HSB/HSV131°28.21%61.18%
CMYK28.21%0.00%23.08%
38.82%

Color #709C78 in popluar number systems.

HEX709C78
Decimal112156120
Binary1110000100111001111000
Octal160234170

Shades and tints

Shades of #709C78

#709C78
(112,156,120)
#668E6E
(102,142,110)
#5C8064
(92,128,100)
#52725A
(82,114,90)
#486450
(72,100,80)
#3E5646
(62,86,70)
#34483C
(52,72,60)
#2A3A32
(42,58,50)
#202C28
(32,44,40)
#161E1E
(22,30,30)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #709C78

#709C78
(112,156,120)
#7DA584
(125,165,132)
#8AAE90
(138,174,144)
#97B79C
(151,183,156)
#A4C0A8
(164,192,168)
#B1C9B4
(177,201,180)
#BED2C0
(190,210,192)
#CBDBCC
(203,219,204)
#D8E4D8
(216,228,216)
#E5EDE4
(229,237,228)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709C78; }

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

This text font color is #709C78.


Background Color

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

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

This div background color is #709C78.


Border color

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

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

This div border color is #709C78.


Opacity

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

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

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

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

This text has shadow with #709C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709C78 on black background.


Color preview on white background

This text has color #709C78 on white background.



Black color preview on #709C78 background

This text has black color on #709C78 background.


White color preview on #709C78 background

This text has white color on #709C78 background.