COLOR #719A6B

HEX: #719A6B
RGB: (113,154,107)

Color info

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

RGB color model

#719A6B color RGB value is (113,154,107).

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

RGB channels and saturation

R 113 of 255 = 44%
G 154 of 255 = 60%
B 107 of 255 = 42%

113
154
107

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

Portions of RGB colors in percentages

R + G + B =
113 + 154 + 107 = 374 (100%)
R 113 of 374 ~ 30.21%
G 154 of 374 ~ 41.18%
B 107 of 374 ~ 28.61%

%30.21
%41.18
%28.61

CMYK color model

#719A6B color CMYK value is (27,0,31,40).

  • cyan value is 26.62%
  • magenta value is 0.00%
  • yellow value is 30.52%
  • key color value is 39.61%
CMYK:
(27,0,31,40)
C27M0Y31K40 
(27%,0%,31%,40%)
(0.27/0.00/0.31/0.40)	

CMYK percentages

%26.62
%0
%30.52
%39.61

Codes

Color #719A6B in popluar color models

719A6B
RGB113154107
HSL112°18.88%51.18%
HSB/HSV112°30.52%60.39%
CMYK26.62%0.00%30.52%
39.61%

Color #719A6B in popluar number systems.

HEX719A6B
Decimal113154107
Binary1110001100110101101011
Octal161232153

Shades and tints

Shades of #719A6B

#719A6B
(113,154,107)
#678C62
(103,140,98)
#5D7E59
(93,126,89)
#537050
(83,112,80)
#496247
(73,98,71)
#3F543E
(63,84,62)
#354635
(53,70,53)
#2B382C
(43,56,44)
#212A23
(33,42,35)
#171C1A
(23,28,26)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #719A6B

#719A6B
(113,154,107)
#7DA378
(125,163,120)
#89AC85
(137,172,133)
#95B592
(149,181,146)
#A1BE9F
(161,190,159)
#ADC7AC
(173,199,172)
#B9D0B9
(185,208,185)
#C5D9C6
(197,217,198)
#D1E2D3
(209,226,211)
#DDEBE0
(221,235,224)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719A6B; }

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

This text font color is #719A6B.


Background Color

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

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

This div background color is #719A6B.


Border color

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

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

This div border color is #719A6B.


Opacity

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

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

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

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

This text has shadow with #719A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719A6B on black background.


Color preview on white background

This text has color #719A6B on white background.



Black color preview on #719A6B background

This text has black color on #719A6B background.


White color preview on #719A6B background

This text has white color on #719A6B background.