COLOR #719B7F

HEX: #719B7F RGB: (113,155,127)

Color info

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

RGB color model

#719B7F color RGB value is (113,155,127).

RGB: (113,155,127) (44%, 61%, 50%)

RGB channels and saturation

R 113 of 255 = 44%
G 155 of 255 = 61%
B 127 of 255 = 50%

113
155
127

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

Portions of RGB colors in percentages

R + G + B = 113 + 155 + 127 = 395 (100%)
R 113 of 395 ~ 28.61%
G 155 of 395 ~ 39.24%
B 127 of 395 ~ 32.15'%

%28.61
%39.24
%32.15

CMYK color model

#719B7F color CMYK value is (27,0,18,39).

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

CMYK: (27,0,18,39)
C27M0Y18K39 (27%, 0%, 18%, 39%)
(0.27 / 0.00 / 0.18 / 0.39)

CMYK percentages

%27.1
%0
%18.06
%39.22

Codes

Color #719B7F in popluar color models

71 9B 7F
RGB 113 155 127
HSL 140° 17.36% 52.55%
HSB/HSV 140° 27.10% 60.78%
CMYK 27.10% 0.00% 18.06%
39.22%

Color #719B7F in popluar number systems.

HEX 71 9B 7F
Decimal 113 155 127
Binary 1110001 10011011 1111111
Octal 161 233 177

Shades and tints

Shades of #719B7F

#719B7F
(113,155,127)
#678D74
(103,141,116)
#5D7F69
(93,127,105)
#53715E
(83,113,94)
#496353
(73,99,83)
#3F5548
(63,85,72)
#35473D
(53,71,61)
#2B3932
(43,57,50)
#212B27
(33,43,39)
#171D1C
(23,29,28)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #719B7F

#719B7F
(113,155,127)
#7DA48A
(125,164,138)
#89AD95
(137,173,149)
#95B6A0
(149,182,160)
#A1BFAB
(161,191,171)
#ADC8B6
(173,200,182)
#B9D1C1
(185,209,193)
#C5DACC
(197,218,204)
#D1E3D7
(209,227,215)
#DDECE2
(221,236,226)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719B7F; }

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

This text font color is #719B7F.

Background Color

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

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

This div background color is #719B7F.

Border color

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

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

This div border color is #719B7F.

Opacity

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

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

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

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

This text has shadow with #719B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #719B7F.

Preview

Color preview on black background

This text has color #719B7F on black background.


Color preview on white background

This text has color #719B7F on white background.


Black color preview on #719B7F background

This text has black color on #719B7F background.


White color preview on #719B7F background

This text has white color on #719B7F background.


Related colors

Complementary color

Complementary color for #hex is #8E6480.


I love getcolorcode.com

Triadic colors

1 #7F719B and #9B7F71 with #719B7F are triadic colors.

2 #7F9B71 and #9B717F with #719B7F are triadic colors.