COLOR #719C6E

HEX: #719C6E RGB: (113,156,110)

Color info

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

RGB color model

#719C6E color RGB value is (113,156,110).

RGB: (113,156,110) (44%, 61%, 43%)

RGB channels and saturation

R 113 of 255 = 44%
G 156 of 255 = 61%
B 110 of 255 = 43%

113
156
110

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

Portions of RGB colors in percentages

R + G + B = 113 + 156 + 110 = 379 (100%)
R 113 of 379 ~ 29.82%
G 156 of 379 ~ 41.16%
B 110 of 379 ~ 29.02'%

%29.82
%41.16
%29.02

CMYK color model

#719C6E color CMYK value is (28,0,29,39).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 38.82%

CMYK: (28,0,29,39)
C28M0Y29K39 (28%, 0%, 29%, 39%)
(0.28 / 0.00 / 0.29 / 0.39)

CMYK percentages

%27.56
%0
%29.49
%38.82

Codes

Color #719C6E in popluar color models

71 9C 6E
RGB 113 156 110
HSL 116° 18.85% 52.16%
HSB/HSV 116° 29.49% 61.18%
CMYK 27.56% 0.00% 29.49%
38.82%

Color #719C6E in popluar number systems.

HEX 71 9C 6E
Decimal 113 156 110
Binary 1110001 10011100 1101110
Octal 161 234 156

Shades and tints

Shades of #719C6E

#719C6E
(113,156,110)
#678E64
(103,142,100)
#5D805A
(93,128,90)
#537250
(83,114,80)
#496446
(73,100,70)
#3F563C
(63,86,60)
#354832
(53,72,50)
#2B3A28
(43,58,40)
#212C1E
(33,44,30)
#171E14
(23,30,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #719C6E

#719C6E
(113,156,110)
#7DA57B
(125,165,123)
#89AE88
(137,174,136)
#95B795
(149,183,149)
#A1C0A2
(161,192,162)
#ADC9AF
(173,201,175)
#B9D2BC
(185,210,188)
#C5DBC9
(197,219,201)
#D1E4D6
(209,228,214)
#DDEDE3
(221,237,227)
#E9F6F0
(233,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719C6E; }

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

This text font color is #719C6E.

Background Color

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

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

This div background color is #719C6E.

Border color

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

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

This div border color is #719C6E.

Opacity

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

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

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

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

This text has shadow with #719C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #719C6E.

Preview

Color preview on black background

This text has color #719C6E on black background.


Color preview on white background

This text has color #719C6E on white background.


Black color preview on #719C6E background

This text has black color on #719C6E background.


White color preview on #719C6E background

This text has white color on #719C6E background.


Related colors

Complementary color

Complementary color for #hex is #8E6391.


I love getcolorcode.com

Triadic colors

1 #6E719C and #9C6E71 with #719C6E are triadic colors.

2 #6E9C71 and #9C716E with #719C6E are triadic colors.