COLOR #719C6D

HEX: #719C6D RGB: (113,156,109)

Color info

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

RGB color model

#719C6D color RGB value is (113,156,109).

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

RGB channels and saturation

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

113
156
109

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

Portions of RGB colors in percentages

R + G + B = 113 + 156 + 109 = 378 (100%)
R 113 of 378 ~ 29.89%
G 156 of 378 ~ 41.27%
B 109 of 378 ~ 28.84'%

%29.89
%41.27
%28.84

CMYK color model

#719C6D color CMYK value is (28,0,30,39).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 30.13%
  • key color value is 38.82%
CMYK: (28,0,30,39) C28M0Y30K39 (28%,0%,30%,39%) (0.28/0.00/0.30/0.39) 

CMYK percentages

%27.56
%0
%30.13
%38.82

Codes

Color #719C6D in popluar color models

71 9C 6D
RGB 113 156 109
HSL 115° 19.18% 51.96%
HSB/HSV 115° 30.13% 61.18%
CMYK 27.56% 0.00% 30.13%
38.82%

Color #719C6D in popluar number systems.

HEX 71 9C 6D
Decimal 113 156 109
Binary 1110001 10011100 1101101
Octal 161 234 155

Shades and tints

Shades of #719C6D

#719C6D
(113,156,109)
#678E64
(103,142,100)
#5D805B
(93,128,91)
#537252
(83,114,82)
#496449
(73,100,73)
#3F5640
(63,86,64)
#354837
(53,72,55)
#2B3A2E
(43,58,46)
#212C25
(33,44,37)
#171E1C
(23,30,28)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #719C6D

#719C6D
(113,156,109)
#7DA57A
(125,165,122)
#89AE87
(137,174,135)
#95B794
(149,183,148)
#A1C0A1
(161,192,161)
#ADC9AE
(173,201,174)
#B9D2BB
(185,210,187)
#C5DBC8
(197,219,200)
#D1E4D5
(209,228,213)
#DDEDE2
(221,237,226)
#E9F6EF
(233,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719C6D; }

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

This text font color is #719C6D.

Background Color

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

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

This div background color is #719C6D.

Border color

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

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

This div border color is #719C6D.

Opacity

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

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

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

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

This text has shadow with #719C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #719C6D.

Preview

Color preview on black background

This text has color #719C6D on black background.


Color preview on white background

This text has color #719C6D on white background.


Black color preview on #719C6D background

This text has black color on #719C6D background.


White color preview on #719C6D background

This text has white color on #719C6D background.


Related colors

Complementary color

Complementary color for #hex is #8E6392.


I love getcolorcode.com

Triadic colors

1 #6D719C and #9C6D71 with #719C6D are triadic colors.

2 #6D9C71 and #9C716D with #719C6D are triadic colors.