COLOR #719E75

HEX: #719E75 RGB: (113,158,117)

Color info

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

RGB color model

#719E75 color RGB value is (113,158,117).

RGB: (113,158,117) (44%, 62%, 46%)

RGB channels and saturation

R 113 of 255 = 44%
G 158 of 255 = 62%
B 117 of 255 = 46%

113
158
117

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

Portions of RGB colors in percentages

R + G + B = 113 + 158 + 117 = 388 (100%)
R 113 of 388 ~ 29.12%
G 158 of 388 ~ 40.72%
B 117 of 388 ~ 30.15'%

%29.12
%40.72
%30.15

CMYK color model

#719E75 color CMYK value is (28,0,26,38).

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

CMYK: (28,0,26,38)
C28M0Y26K38 (28%, 0%, 26%, 38%)
(0.28 / 0.00 / 0.26 / 0.38)

CMYK percentages

%28.48
%0
%25.95
%38.04

Codes

Color #719E75 in popluar color models

71 9E 75
RGB 113 158 117
HSL 125° 18.83% 53.14%
HSB/HSV 125° 28.48% 61.96%
CMYK 28.48% 0.00% 25.95%
38.04%

Color #719E75 in popluar number systems.

HEX 71 9E 75
Decimal 113 158 117
Binary 1110001 10011110 1110101
Octal 161 236 165

Shades and tints

Shades of #719E75

#719E75
(113,158,117)
#67906B
(103,144,107)
#5D8261
(93,130,97)
#537457
(83,116,87)
#49664D
(73,102,77)
#3F5843
(63,88,67)
#354A39
(53,74,57)
#2B3C2F
(43,60,47)
#212E25
(33,46,37)
#17201B
(23,32,27)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #719E75

#719E75
(113,158,117)
#7DA681
(125,166,129)
#89AE8D
(137,174,141)
#95B699
(149,182,153)
#A1BEA5
(161,190,165)
#ADC6B1
(173,198,177)
#B9CEBD
(185,206,189)
#C5D6C9
(197,214,201)
#D1DED5
(209,222,213)
#DDE6E1
(221,230,225)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719E75; }

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

This text font color is #719E75.

Background Color

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

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

This div background color is #719E75.

Border color

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

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

This div border color is #719E75.

Opacity

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

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

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

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

This text has shadow with #719E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #719E75.

Preview

Color preview on black background

This text has color #719E75 on black background.


Color preview on white background

This text has color #719E75 on white background.


Black color preview on #719E75 background

This text has black color on #719E75 background.


White color preview on #719E75 background

This text has white color on #719E75 background.


Related colors

Complementary color

Complementary color for #hex is #8E618A.


I love getcolorcode.com

Triadic colors

1 #75719E and #9E7571 with #719E75 are triadic colors.

2 #759E71 and #9E7175 with #719E75 are triadic colors.