COLOR #709B76

HEX: #709B76
RGB: (112,155,118)

Renk bilgisi

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

RGB renk modeli

#709B76 color RGB value is (112,155,118).

  • kırmız ton 112;
  • yeşil ton 155;
  • mavi ton 118.
RGB:
(112,155,118)
(44%,61%,46%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 155 of 255 = 61%
B 118 of 255 = 46%

112
155
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 155 + 118 = 385 (100%)
R 112 of 385 ~ 29.09%
G 155 of 385 ~ 40.26%
B 118 of 385 ~ 30.65%

%29.09
%40.26
%30.65

CMYK RENK MODELİ

#709B76 rengi CMYK tonu (28,0,24,39).

  • camgöbeği tonu 27.74%
  • eflatun tonu 0.00%
  • sarı tonu 23.87%
  • ana renk tonu 39.22%
CMYK:
(28,0,24,39)
C28M0Y24K39 
(28%,0%,24%,39%)
(0.28/0.00/0.24/0.39)	

CMYK yüzdeleri

%27.74
%0
%23.87
%39.22

Codes

Color #709B76 in popluar color models

709B76
RGB112155118
HSL128°17.70%52.35%
HSB/HSV128°27.74%60.78%
CMYK27.74%0.00%23.87%
39.22%

Color #709B76 in popluar number systems.

HEX709B76
Decimal112155118
Binary1110000100110111110110
Octal160233166

Shades and tints

Shades of #709B76

#709B76
(112,155,118)
#668D6C
(102,141,108)
#5C7F62
(92,127,98)
#527158
(82,113,88)
#48634E
(72,99,78)
#3E5544
(62,85,68)
#34473A
(52,71,58)
#2A3930
(42,57,48)
#202B26
(32,43,38)
#161D1C
(22,29,28)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #709B76

#709B76
(112,155,118)
#7DA482
(125,164,130)
#8AAD8E
(138,173,142)
#97B69A
(151,182,154)
#A4BFA6
(164,191,166)
#B1C8B2
(177,200,178)
#BED1BE
(190,209,190)
#CBDACA
(203,218,202)
#D8E3D6
(216,227,214)
#E5ECE2
(229,236,226)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709B76 color. Also use rgb(112,155,118) instead hex code.

Text Font Color

.myTextColor { color: #709B76; }

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

This text font color is #709B76.


Background Color

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

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

This div background color is #709B76.


Border color

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

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

This div border color is #709B76.


Opacity

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

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

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

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

This text has shadow with #709B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709B76 on black background.


Color preview on white background

This text has color #709B76 on white background.



Black color preview on #709B76 background

This text has black color on #709B76 background.


White color preview on #709B76 background

This text has white color on #709B76 background.