COLOR #678E77

HEX: #678E77
RGB: (103,142,119)

Color info

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

RGB color model

#678E77 color RGB value is (103,142,119).

  • red value is 103;
  • green value is 142;
  • blue value is 119.
RGB:
(103,142,119)
(40%,56%,47%)

RGB channels and saturation

R 103 of 255 = 40%
G 142 of 255 = 56%
B 119 of 255 = 47%

103
142
119

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

Portions of RGB colors in percentages

R + G + B =
103 + 142 + 119 = 364 (100%)
R 103 of 364 ~ 28.3%
G 142 of 364 ~ 39.01%
B 119 of 364 ~ 32.69%

%28.3
%39.01
%32.69

CMYK color model

#678E77 color CMYK value is (27,0,16,44).

  • cyan value is 27.46%
  • magenta value is 0.00%
  • yellow value is 16.20%
  • key color value is 44.31%
CMYK:
(27,0,16,44)
C27M0Y16K44 
(27%,0%,16%,44%)
(0.27/0.00/0.16/0.44)	

CMYK percentages

%27.46
%0
%16.2
%44.31

Codes

Color #678E77 in popluar color models

678E77
RGB103142119
HSL145°15.92%48.04%
HSB/HSV145°27.46%55.69%
CMYK27.46%0.00%16.20%
44.31%

Color #678E77 in popluar number systems.

HEX678E77
Decimal103142119
Binary1100111100011101110111
Octal147216167

Shades and tints

Shades of #678E77

#678E77
(103,142,119)
#5E826D
(94,130,109)
#557663
(85,118,99)
#4C6A59
(76,106,89)
#435E4F
(67,94,79)
#3A5245
(58,82,69)
#31463B
(49,70,59)
#283A31
(40,58,49)
#1F2E27
(31,46,39)
#16221D
(22,34,29)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #678E77

#678E77
(103,142,119)
#749883
(116,152,131)
#81A28F
(129,162,143)
#8EAC9B
(142,172,155)
#9BB6A7
(155,182,167)
#A8C0B3
(168,192,179)
#B5CABF
(181,202,191)
#C2D4CB
(194,212,203)
#CFDED7
(207,222,215)
#DCE8E3
(220,232,227)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678E77 color. Also use rgb(103,142,119) instead hex code.

Text Font Color

.myTextColor { color: #678E77; }

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

This text font color is #678E77.


Background Color

.myBgColor { background-color: #678E77; }

<div style="background-color:#678E77">Inner text</div>

This div background color is #678E77.


Border color

.myBorderColor { border: 1px solid #678E77; }

<div style="border:3px solid #678E77">Div</div>

This div border color is #678E77.


Opacity

.myOpacity80 { color: #678E77; opacity: 0.8; }

<p style="color:#678E77;opacity:0.8;">80%</p>

Text with #678E77 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 #678E77;}

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

This text has shadow with #678E77 color.

.textShadow {text-shadow: 3px 3px 1px #678E77, 3px 3px 1px red;}

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

This text has shadow with #678E77 primary color and red secondary color.


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

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

This text has shadow with #678E77 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #678E77;
-webkit-box-shadow: 1px 1px 3px 2px #678E77;
box-shadow:1px 1px 3px 2px #678E77;">
Div content here</div>
This div box has shadow with color #678E77.

Preview

Color preview on black background

This text has color #678E77 on black background.


Color preview on white background

This text has color #678E77 on white background.



Black color preview on #678E77 background

This text has black color on #678E77 background.


White color preview on #678E77 background

This text has white color on #678E77 background.