COLOR #719D66

HEX: #719D66 RGB: (113,157,102)

Color info

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

RGB color model

#719D66 color RGB value is (113,157,102).

RGB: (113,157,102) (44%, 62%, 40%)

RGB channels and saturation

R 113 of 255 = 44%
G 157 of 255 = 62%
B 102 of 255 = 40%

113
157
102

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

Portions of RGB colors in percentages

R + G + B = 113 + 157 + 102 = 372 (100%)
R 113 of 372 ~ 30.38%
G 157 of 372 ~ 42.2%
B 102 of 372 ~ 27.42'%

%30.38
%42.2
%27.42

CMYK color model

#719D66 color CMYK value is (28,0,35,38).

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 35.03%
  • key color value is 38.43%

CMYK: (28,0,35,38)
C28M0Y35K38 (28%, 0%, 35%, 38%)
(0.28 / 0.00 / 0.35 / 0.38)

CMYK percentages

%28.03
%0
%35.03
%38.43

Codes

Color #719D66 in popluar color models

71 9D 66
RGB 113 157 102
HSL 108° 21.91% 50.78%
HSB/HSV 108° 35.03% 61.57%
CMYK 28.03% 0.00% 35.03%
38.43%

Color #719D66 in popluar number systems.

HEX 71 9D 66
Decimal 113 157 102
Binary 1110001 10011101 1100110
Octal 161 235 146

Shades and tints

Shades of #719D66

#719D66
(113,157,102)
#678F5D
(103,143,93)
#5D8154
(93,129,84)
#53734B
(83,115,75)
#496542
(73,101,66)
#3F5739
(63,87,57)
#354930
(53,73,48)
#2B3B27
(43,59,39)
#212D1E
(33,45,30)
#171F15
(23,31,21)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #719D66

#719D66
(113,157,102)
#7DA573
(125,165,115)
#89AD80
(137,173,128)
#95B58D
(149,181,141)
#A1BD9A
(161,189,154)
#ADC5A7
(173,197,167)
#B9CDB4
(185,205,180)
#C5D5C1
(197,213,193)
#D1DDCE
(209,221,206)
#DDE5DB
(221,229,219)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719D66 color. Also use rgb(113,157,102) instead hex code.

Text Font Color

.myTextColor { color: #719D66; }

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

This text font color is #719D66.

Background Color

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

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

This div background color is #719D66.

Border color

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

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

This div border color is #719D66.

Opacity

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

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

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

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

This text has shadow with #719D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #719D66.

Preview

Color preview on black background

This text has color #719D66 on black background.


Color preview on white background

This text has color #719D66 on white background.


Black color preview on #719D66 background

This text has black color on #719D66 background.


White color preview on #719D66 background

This text has white color on #719D66 background.


Related colors

Complementary color

Complementary color for #hex is #8E6299.


I love getcolorcode.com

Triadic colors

1 #66719D and #9D6671 with #719D66 are triadic colors.

2 #669D71 and #9D7166 with #719D66 are triadic colors.