COLOR #718E68

HEX: #718E68 RGB: (113,142,104)

Color info

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

RGB color model

#718E68 color RGB value is (113,142,104).

RGB: (113,142,104) (44%, 56%, 41%)

RGB channels and saturation

R 113 of 255 = 44%
G 142 of 255 = 56%
B 104 of 255 = 41%

113
142
104

R + G + B ~ 47%. #718E68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 142 + 104 = 359 (100%)
R 113 of 359 ~ 31.48%
G 142 of 359 ~ 39.55%
B 104 of 359 ~ 28.97'%

%31.48
%39.55
%28.97

CMYK color model

#718E68 color CMYK value is (20,0,27,44).

  • cyan value is 20.42%
  • magenta value is 0.00%
  • yellow value is 26.76%
  • key color value is 44.31%
CMYK: (20,0,27,44) C20M0Y27K44 (20%,0%,27%,44%) (0.20/0.00/0.27/0.44) 

CMYK percentages

%20.42
%0
%26.76
%44.31

Codes

Color #718E68 in popluar color models

71 8E 68
RGB 113 142 104
HSL 106° 15.45% 48.24%
HSB/HSV 106° 26.76% 55.69%
CMYK 20.42% 0.00% 26.76%
44.31%

Color #718E68 in popluar number systems.

HEX 71 8E 68
Decimal 113 142 104
Binary 1110001 10001110 1101000
Octal 161 216 150

Shades and tints

Shades of #718E68

#718E68
(113,142,104)
#67825F
(103,130,95)
#5D7656
(93,118,86)
#536A4D
(83,106,77)
#495E44
(73,94,68)
#3F523B
(63,82,59)
#354632
(53,70,50)
#2B3A29
(43,58,41)
#212E20
(33,46,32)
#172217
(23,34,23)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #718E68

#718E68
(113,142,104)
#7D9875
(125,152,117)
#89A282
(137,162,130)
#95AC8F
(149,172,143)
#A1B69C
(161,182,156)
#ADC0A9
(173,192,169)
#B9CAB6
(185,202,182)
#C5D4C3
(197,212,195)
#D1DED0
(209,222,208)
#DDE8DD
(221,232,221)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718E68 color. Also use rgb(113,142,104) instead hex code.

Text Font Color

.myTextColor { color: #718E68; }

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

This text font color is #718E68.

Background Color

.myBgColor { background-color: #718E68; }

<div style="background-color:#718E68">Inner text</div>

This div background color is #718E68.

Border color

.myBorderColor { border: 1px solid #718E68; }

<div style="border:3px solid #718E68">Div</div>

This div border color is #718E68.

Opacity

.myOpacity80 { color: #718E68; opacity: 0.8; }

<p style="color:#718E68;opacity:0.8;">80%</p>

Text with #718E68 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 #718E68;}

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

This text has shadow with #718E68 color.


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

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

This text has shadow with #718E68 primary color and red secondary color.


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

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

This text has shadow with #718E68 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #718E68.

Preview

Color preview on black background

This text has color #718E68 on black background.


Color preview on white background

This text has color #718E68 on white background.


Black color preview on #718E68 background

This text has black color on #718E68 background.


White color preview on #718E68 background

This text has white color on #718E68 background.


Related colors

Complementary color

Complementary color for #hex is #8E7197.


I love getcolorcode.com

Triadic colors

1 #68718E and #8E6871 with #718E68 are triadic colors.

2 #688E71 and #8E7168 with #718E68 are triadic colors.