COLOR #719D62

HEX: #719D62
RGB: (113,157,98)

Color info

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

RGB color model

#719D62 color RGB value is (113,157,98).

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

RGB channels and saturation

R 113 of 255 = 44%
G 157 of 255 = 62%
B 98 of 255 = 38%

113
157
98

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

Portions of RGB colors in percentages

R + G + B =
113 + 157 + 98 = 368 (100%)
R 113 of 368 ~ 30.71%
G 157 of 368 ~ 42.66%
B 98 of 368 ~ 26.63%

%30.71
%42.66
%26.63

CMYK color model

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

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 37.58%
  • key color value is 38.43%
CMYK:
(28,0,38,38)
C28M0Y38K38 
(28%,0%,38%,38%)
(0.28/0.00/0.38/0.38)	

CMYK percentages

%28.03
%0
%37.58
%38.43

Codes

Color #719D62 in popluar color models

719D62
RGB11315798
HSL105°23.14%50.00%
HSB/HSV105°37.58%61.57%
CMYK28.03%0.00%37.58%
38.43%

Color #719D62 in popluar number systems.

HEX719D62
Decimal11315798
Binary1110001100111011100010
Octal161235142

Shades and tints

Shades of #719D62

#719D62
(113,157,98)
#678F5A
(103,143,90)
#5D8152
(93,129,82)
#53734A
(83,115,74)
#496542
(73,101,66)
#3F573A
(63,87,58)
#354932
(53,73,50)
#2B3B2A
(43,59,42)
#212D22
(33,45,34)
#171F1A
(23,31,26)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #719D62

#719D62
(113,157,98)
#7DA570
(125,165,112)
#89AD7E
(137,173,126)
#95B58C
(149,181,140)
#A1BD9A
(161,189,154)
#ADC5A8
(173,197,168)
#B9CDB6
(185,205,182)
#C5D5C4
(197,213,196)
#D1DDD2
(209,221,210)
#DDE5E0
(221,229,224)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719D62; }

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

This text font color is #719D62.


Background Color

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

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

This div background color is #719D62.


Border color

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

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

This div border color is #719D62.


Opacity

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

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

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

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

This text has shadow with #719D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719D62 on black background.


Color preview on white background

This text has color #719D62 on white background.



Black color preview on #719D62 background

This text has black color on #719D62 background.


White color preview on #719D62 background

This text has white color on #719D62 background.