COLOR #719B6F

HEX: #719B6F RGB: (113,155,111)

Color info

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

RGB color model

#719B6F color RGB value is (113,155,111).

RGB: (113,155,111) (44%, 61%, 44%)

RGB channels and saturation

R 113 of 255 = 44%
G 155 of 255 = 61%
B 111 of 255 = 44%

113
155
111

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

Portions of RGB colors in percentages

R + G + B = 113 + 155 + 111 = 379 (100%)
R 113 of 379 ~ 29.82%
G 155 of 379 ~ 40.9%
B 111 of 379 ~ 29.29'%

%29.82
%40.9
%29.29

CMYK color model

#719B6F color CMYK value is (27,0,28,39).

  • cyan value is 27.10%
  • magenta value is 0.00%
  • yellow value is 28.39%
  • key color value is 39.22%

CMYK: (27,0,28,39)
C27M0Y28K39 (27%, 0%, 28%, 39%)
(0.27 / 0.00 / 0.28 / 0.39)

CMYK percentages

%27.1
%0
%28.39
%39.22

Codes

Color #719B6F in popluar color models

71 9B 6F
RGB 113 155 111
HSL 117° 18.03% 52.16%
HSB/HSV 117° 28.39% 60.78%
CMYK 27.10% 0.00% 28.39%
39.22%

Color #719B6F in popluar number systems.

HEX 71 9B 6F
Decimal 113 155 111
Binary 1110001 10011011 1101111
Octal 161 233 157

Shades and tints

Shades of #719B6F

#719B6F
(113,155,111)
#678D65
(103,141,101)
#5D7F5B
(93,127,91)
#537151
(83,113,81)
#496347
(73,99,71)
#3F553D
(63,85,61)
#354733
(53,71,51)
#2B3929
(43,57,41)
#212B1F
(33,43,31)
#171D15
(23,29,21)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #719B6F

#719B6F
(113,155,111)
#7DA47C
(125,164,124)
#89AD89
(137,173,137)
#95B696
(149,182,150)
#A1BFA3
(161,191,163)
#ADC8B0
(173,200,176)
#B9D1BD
(185,209,189)
#C5DACA
(197,218,202)
#D1E3D7
(209,227,215)
#DDECE4
(221,236,228)
#E9F5F1
(233,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719B6F color. Also use rgb(113,155,111) instead hex code.

Text Font Color

.myTextColor { color: #719B6F; }

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

This text font color is #719B6F.

Background Color

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

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

This div background color is #719B6F.

Border color

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

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

This div border color is #719B6F.

Opacity

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

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

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

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

This text has shadow with #719B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #719B6F.

Preview

Color preview on black background

This text has color #719B6F on black background.


Color preview on white background

This text has color #719B6F on white background.


Black color preview on #719B6F background

This text has black color on #719B6F background.


White color preview on #719B6F background

This text has white color on #719B6F background.


Related colors

Complementary color

Complementary color for #hex is #8E6490.


I love getcolorcode.com

Triadic colors

1 #6F719B and #9B6F71 with #719B6F are triadic colors.

2 #6F9B71 and #9B716F with #719B6F are triadic colors.