COLOR #719E5F

HEX: #719E5F RGB: (113,158,95)

Color info

#719E5F contains mainly red and green colors. Web safe color of #719E5F is #669966 (or #696).

RGB color model

#719E5F color RGB value is (113,158,95).

RGB: (113,158,95) (44%, 62%, 37%)

RGB channels and saturation

R 113 of 255 = 44%
G 158 of 255 = 62%
B 95 of 255 = 37%

113
158
95

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

Portions of RGB colors in percentages

R + G + B = 113 + 158 + 95 = 366 (100%)
R 113 of 366 ~ 30.87%
G 158 of 366 ~ 43.17%
B 95 of 366 ~ 25.96'%

%30.87
%43.17
%25.96

CMYK color model

#719E5F color CMYK value is (28,0,40,38).

  • cyan value is 28.48%
  • magenta value is 0.00%
  • yellow value is 39.87%
  • key color value is 38.04%

CMYK: (28,0,40,38)
C28M0Y40K38 (28%, 0%, 40%, 38%)
(0.28 / 0.00 / 0.40 / 0.38)

CMYK percentages

%28.48
%0
%39.87
%38.04

Codes

Color #719E5F in popluar color models

71 9E 5F
RGB 113 158 95
HSL 103° 24.90% 49.61%
HSB/HSV 103° 39.87% 61.96%
CMYK 28.48% 0.00% 39.87%
38.04%

Color #719E5F in popluar number systems.

HEX 71 9E 5F
Decimal 113 158 95
Binary 1110001 10011110 1011111
Octal 161 236 137

Shades and tints

Shades of #719E5F

#719E5F
(113,158,95)
#679057
(103,144,87)
#5D824F
(93,130,79)
#537447
(83,116,71)
#49663F
(73,102,63)
#3F5837
(63,88,55)
#354A2F
(53,74,47)
#2B3C27
(43,60,39)
#212E1F
(33,46,31)
#172017
(23,32,23)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #719E5F

#719E5F
(113,158,95)
#7DA66D
(125,166,109)
#89AE7B
(137,174,123)
#95B689
(149,182,137)
#A1BE97
(161,190,151)
#ADC6A5
(173,198,165)
#B9CEB3
(185,206,179)
#C5D6C1
(197,214,193)
#D1DECF
(209,222,207)
#DDE6DD
(221,230,221)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719E5F color. Also use rgb(113,158,95) instead hex code.

Text Font Color

.myTextColor { color: #719E5F; }

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

This text font color is #719E5F.

Background Color

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

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

This div background color is #719E5F.

Border color

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

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

This div border color is #719E5F.

Opacity

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

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

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

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

This text has shadow with #719E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #719E5F.

Preview

Color preview on black background

This text has color #719E5F on black background.


Color preview on white background

This text has color #719E5F on white background.


Black color preview on #719E5F background

This text has black color on #719E5F background.


White color preview on #719E5F background

This text has white color on #719E5F background.


Related colors

Complementary color

Complementary color for #hex is #8E61A0.


I love getcolorcode.com

Triadic colors

1 #5F719E and #9E5F71 with #719E5F are triadic colors.

2 #5F9E71 and #9E715F with #719E5F are triadic colors.