COLOR #678B73

HEX: #678B73
RGB: (103,139,115)

Color info

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

RGB color model

#678B73 color RGB value is (103,139,115).

  • red value is 103;
  • green value is 139;
  • blue value is 115.
RGB:
(103,139,115)
(40%,55%,45%)

RGB channels and saturation

R 103 of 255 = 40%
G 139 of 255 = 55%
B 115 of 255 = 45%

103
139
115

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

Portions of RGB colors in percentages

R + G + B =
103 + 139 + 115 = 357 (100%)
R 103 of 357 ~ 28.85%
G 139 of 357 ~ 38.94%
B 115 of 357 ~ 32.21%

%28.85
%38.94
%32.21

CMYK color model

#678B73 color CMYK value is (26,0,17,45).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 45.49%
CMYK:
(26,0,17,45)
C26M0Y17K45 
(26%,0%,17%,45%)
(0.26/0.00/0.17/0.45)	

CMYK percentages

%25.9
%0
%17.27
%45.49

Codes

Color #678B73 in popluar color models

678B73
RGB103139115
HSL140°14.88%47.45%
HSB/HSV140°25.90%54.51%
CMYK25.90%0.00%17.27%
45.49%

Color #678B73 in popluar number systems.

HEX678B73
Decimal103139115
Binary1100111100010111110011
Octal147213163

Shades and tints

Shades of #678B73

#678B73
(103,139,115)
#5E7F69
(94,127,105)
#55735F
(85,115,95)
#4C6755
(76,103,85)
#435B4B
(67,91,75)
#3A4F41
(58,79,65)
#314337
(49,67,55)
#28372D
(40,55,45)
#1F2B23
(31,43,35)
#161F19
(22,31,25)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #678B73

#678B73
(103,139,115)
#74957F
(116,149,127)
#819F8B
(129,159,139)
#8EA997
(142,169,151)
#9BB3A3
(155,179,163)
#A8BDAF
(168,189,175)
#B5C7BB
(181,199,187)
#C2D1C7
(194,209,199)
#CFDBD3
(207,219,211)
#DCE5DF
(220,229,223)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678B73 color. Also use rgb(103,139,115) instead hex code.

Text Font Color

.myTextColor { color: #678B73; }

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

This text font color is #678B73.


Background Color

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

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

This div background color is #678B73.


Border color

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

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

This div border color is #678B73.


Opacity

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

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

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

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

This text has shadow with #678B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678B73 on black background.


Color preview on white background

This text has color #678B73 on white background.



Black color preview on #678B73 background

This text has black color on #678B73 background.


White color preview on #678B73 background

This text has white color on #678B73 background.