COLOR #719A6E

HEX: #719A6E
RGB: (113,154,110)

Color info

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

RGB color model

#719A6E color RGB value is (113,154,110).

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

RGB channels and saturation

R 113 of 255 = 44%
G 154 of 255 = 60%
B 110 of 255 = 43%

113
154
110

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

Portions of RGB colors in percentages

R + G + B =
113 + 154 + 110 = 377 (100%)
R 113 of 377 ~ 29.97%
G 154 of 377 ~ 40.85%
B 110 of 377 ~ 29.18%

%29.97
%40.85
%29.18

CMYK color model

#719A6E color CMYK value is (27,0,29,40).

  • cyan value is 26.62%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 39.61%
CMYK:
(27,0,29,40)
C27M0Y29K40 
(27%,0%,29%,40%)
(0.27/0.00/0.29/0.40)	

CMYK percentages

%26.62
%0
%28.57
%39.61

Codes

Color #719A6E in popluar color models

719A6E
RGB113154110
HSL116°17.89%51.76%
HSB/HSV116°28.57%60.39%
CMYK26.62%0.00%28.57%
39.61%

Color #719A6E in popluar number systems.

HEX719A6E
Decimal113154110
Binary1110001100110101101110
Octal161232156

Shades and tints

Shades of #719A6E

#719A6E
(113,154,110)
#678C64
(103,140,100)
#5D7E5A
(93,126,90)
#537050
(83,112,80)
#496246
(73,98,70)
#3F543C
(63,84,60)
#354632
(53,70,50)
#2B3828
(43,56,40)
#212A1E
(33,42,30)
#171C14
(23,28,20)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #719A6E

#719A6E
(113,154,110)
#7DA37B
(125,163,123)
#89AC88
(137,172,136)
#95B595
(149,181,149)
#A1BEA2
(161,190,162)
#ADC7AF
(173,199,175)
#B9D0BC
(185,208,188)
#C5D9C9
(197,217,201)
#D1E2D6
(209,226,214)
#DDEBE3
(221,235,227)
#E9F4F0
(233,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719A6E; }

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

This text font color is #719A6E.


Background Color

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

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

This div background color is #719A6E.


Border color

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

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

This div border color is #719A6E.


Opacity

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

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

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

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

This text has shadow with #719A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719A6E on black background.


Color preview on white background

This text has color #719A6E on white background.



Black color preview on #719A6E background

This text has black color on #719A6E background.


White color preview on #719A6E background

This text has white color on #719A6E background.