COLOR #719E71

HEX: #719E71
RGB: (113,158,113)

Color info

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

RGB color model

#719E71 color RGB value is (113,158,113).

  • red value is 113;
  • green value is 158;
  • blue value is 113.
RGB:
(113,158,113)
(44%,62%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 158 of 255 = 62%
B 113 of 255 = 44%

113
158
113

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

Portions of RGB colors in percentages

R + G + B =
113 + 158 + 113 = 384 (100%)
R 113 of 384 ~ 29.43%
G 158 of 384 ~ 41.15%
B 113 of 384 ~ 29.43%

%29.43
%41.15
%29.43

CMYK color model

#719E71 color CMYK value is (28,0,28,38).

  • cyan value is 28.48%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 38.04%
CMYK:
(28,0,28,38)
C28M0Y28K38 
(28%,0%,28%,38%)
(0.28/0.00/0.28/0.38)	

CMYK percentages

%28.48
%0
%28.48
%38.04

Codes

Color #719E71 in popluar color models

719E71
RGB113158113
HSL120°18.83%53.14%
HSB/HSV120°28.48%61.96%
CMYK28.48%0.00%28.48%
38.04%

Color #719E71 in popluar number systems.

HEX719E71
Decimal113158113
Binary1110001100111101110001
Octal161236161

Shades and tints

Shades of #719E71

#719E71
(113,158,113)
#679067
(103,144,103)
#5D825D
(93,130,93)
#537453
(83,116,83)
#496649
(73,102,73)
#3F583F
(63,88,63)
#354A35
(53,74,53)
#2B3C2B
(43,60,43)
#212E21
(33,46,33)
#172017
(23,32,23)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #719E71

#719E71
(113,158,113)
#7DA67D
(125,166,125)
#89AE89
(137,174,137)
#95B695
(149,182,149)
#A1BEA1
(161,190,161)
#ADC6AD
(173,198,173)
#B9CEB9
(185,206,185)
#C5D6C5
(197,214,197)
#D1DED1
(209,222,209)
#DDE6DD
(221,230,221)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719E71; }

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

This text font color is #719E71.


Background Color

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

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

This div background color is #719E71.


Border color

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

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

This div border color is #719E71.


Opacity

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

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

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

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

This text has shadow with #719E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719E71 on black background.


Color preview on white background

This text has color #719E71 on white background.



Black color preview on #719E71 background

This text has black color on #719E71 background.


White color preview on #719E71 background

This text has white color on #719E71 background.