COLOR #719E6E

HEX: #719E6E
RGB: (113,158,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
158
110

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

Portions of RGB colors in percentages

R + G + B =
113 + 158 + 110 = 381 (100%)
R 113 of 381 ~ 29.66%
G 158 of 381 ~ 41.47%
B 110 of 381 ~ 28.87%

%29.66
%41.47
%28.87

CMYK color model

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

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

CMYK percentages

%28.48
%0
%30.38
%38.04

Codes

Color #719E6E in popluar color models

719E6E
RGB113158110
HSL116°19.83%52.55%
HSB/HSV116°30.38%61.96%
CMYK28.48%0.00%30.38%
38.04%

Color #719E6E in popluar number systems.

HEX719E6E
Decimal113158110
Binary1110001100111101101110
Octal161236156

Shades and tints

Shades of #719E6E

#719E6E
(113,158,110)
#679064
(103,144,100)
#5D825A
(93,130,90)
#537450
(83,116,80)
#496646
(73,102,70)
#3F583C
(63,88,60)
#354A32
(53,74,50)
#2B3C28
(43,60,40)
#212E1E
(33,46,30)
#172014
(23,32,20)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #719E6E

#719E6E
(113,158,110)
#7DA67B
(125,166,123)
#89AE88
(137,174,136)
#95B695
(149,182,149)
#A1BEA2
(161,190,162)
#ADC6AF
(173,198,175)
#B9CEBC
(185,206,188)
#C5D6C9
(197,214,201)
#D1DED6
(209,222,214)
#DDE6E3
(221,230,227)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719E6E; }

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

This text font color is #719E6E.


Background Color

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

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

This div background color is #719E6E.


Border color

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

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

This div border color is #719E6E.


Opacity

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

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

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

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

This text has shadow with #719E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719E6E on black background.


Color preview on white background

This text has color #719E6E on white background.



Black color preview on #719E6E background

This text has black color on #719E6E background.


White color preview on #719E6E background

This text has white color on #719E6E background.