COLOR #719D76

HEX: #719D76
RGB: (113,157,118)

Renk bilgisi

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

RGB renk modeli

#719D76 color RGB value is (113,157,118).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 157 of 255 = 62%
B 118 of 255 = 46%

113
157
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 157 + 118 = 388 (100%)
R 113 of 388 ~ 29.12%
G 157 of 388 ~ 40.46%
B 118 of 388 ~ 30.41%

%29.12
%40.46
%30.41

CMYK RENK MODELİ

#719D76 rengi CMYK tonu (28,0,25,38).

  • camgöbeği tonu 28.03%
  • eflatun tonu 0.00%
  • sarı tonu 24.84%
  • ana renk tonu 38.43%
CMYK:
(28,0,25,38)
C28M0Y25K38 
(28%,0%,25%,38%)
(0.28/0.00/0.25/0.38)	

CMYK yüzdeleri

%28.03
%0
%24.84
%38.43

Codes

Color #719D76 in popluar color models

719D76
RGB113157118
HSL127°18.33%52.94%
HSB/HSV127°28.03%61.57%
CMYK28.03%0.00%24.84%
38.43%

Color #719D76 in popluar number systems.

HEX719D76
Decimal113157118
Binary1110001100111011110110
Octal161235166

Shades and tints

Shades of #719D76

#719D76
(113,157,118)
#678F6C
(103,143,108)
#5D8162
(93,129,98)
#537358
(83,115,88)
#49654E
(73,101,78)
#3F5744
(63,87,68)
#35493A
(53,73,58)
#2B3B30
(43,59,48)
#212D26
(33,45,38)
#171F1C
(23,31,28)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #719D76

#719D76
(113,157,118)
#7DA582
(125,165,130)
#89AD8E
(137,173,142)
#95B59A
(149,181,154)
#A1BDA6
(161,189,166)
#ADC5B2
(173,197,178)
#B9CDBE
(185,205,190)
#C5D5CA
(197,213,202)
#D1DDD6
(209,221,214)
#DDE5E2
(221,229,226)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719D76 color. Also use rgb(113,157,118) instead hex code.

Text Font Color

.myTextColor { color: #719D76; }

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

This text font color is #719D76.


Background Color

.myBgColor { background-color: #719D76; }

<div style="background-color:#719D76">Inner text</div>

This div background color is #719D76.


Border color

.myBorderColor { border: 1px solid #719D76; }

<div style="border:3px solid #719D76">Div</div>

This div border color is #719D76.


Opacity

.myOpacity80 { color: #719D76; opacity: 0.8; }

<p style="color:#719D76;opacity:0.8;">80%</p>

Text with #719D76 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 #719D76;}

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

This text has shadow with #719D76 color.

.textShadow {text-shadow: 3px 3px 1px #719D76, 3px 3px 1px red;}

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

This text has shadow with #719D76 primary color and red secondary color.


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

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

This text has shadow with #719D76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719D76 on black background.


Color preview on white background

This text has color #719D76 on white background.



Black color preview on #719D76 background

This text has black color on #719D76 background.


White color preview on #719D76 background

This text has white color on #719D76 background.