COLOR #719E68

HEX: #719E68
RGB: (113,158,104)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
158
104

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

Portions of RGB colors in percentages

R + G + B =
113 + 158 + 104 = 375 (100%)
R 113 of 375 ~ 30.13%
G 158 of 375 ~ 42.13%
B 104 of 375 ~ 27.73%

%30.13
%42.13
%27.73

CMYK color model

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

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

CMYK percentages

%28.48
%0
%34.18
%38.04

Codes

Color #719E68 in popluar color models

719E68
RGB113158104
HSL110°21.77%51.37%
HSB/HSV110°34.18%61.96%
CMYK28.48%0.00%34.18%
38.04%

Color #719E68 in popluar number systems.

HEX719E68
Decimal113158104
Binary1110001100111101101000
Octal161236150

Shades and tints

Shades of #719E68

#719E68
(113,158,104)
#67905F
(103,144,95)
#5D8256
(93,130,86)
#53744D
(83,116,77)
#496644
(73,102,68)
#3F583B
(63,88,59)
#354A32
(53,74,50)
#2B3C29
(43,60,41)
#212E20
(33,46,32)
#172017
(23,32,23)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #719E68

#719E68
(113,158,104)
#7DA675
(125,166,117)
#89AE82
(137,174,130)
#95B68F
(149,182,143)
#A1BE9C
(161,190,156)
#ADC6A9
(173,198,169)
#B9CEB6
(185,206,182)
#C5D6C3
(197,214,195)
#D1DED0
(209,222,208)
#DDE6DD
(221,230,221)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719E68; }

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

This text font color is #719E68.


Background Color

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

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

This div background color is #719E68.


Border color

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

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

This div border color is #719E68.


Opacity

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

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

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

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

This text has shadow with #719E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719E68 on black background.


Color preview on white background

This text has color #719E68 on white background.



Black color preview on #719E68 background

This text has black color on #719E68 background.


White color preview on #719E68 background

This text has white color on #719E68 background.