COLOR #678B69

HEX: #678B69
RGB: (103,139,105)

Color info

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

RGB color model

#678B69 color RGB value is (103,139,105).

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

RGB channels and saturation

R 103 of 255 = 40%
G 139 of 255 = 55%
B 105 of 255 = 41%

103
139
105

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

Portions of RGB colors in percentages

R + G + B =
103 + 139 + 105 = 347 (100%)
R 103 of 347 ~ 29.68%
G 139 of 347 ~ 40.06%
B 105 of 347 ~ 30.26%

%29.68
%40.06
%30.26

CMYK color model

#678B69 color CMYK value is (26,0,24,45).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 45.49%
CMYK:
(26,0,24,45)
C26M0Y24K45 
(26%,0%,24%,45%)
(0.26/0.00/0.24/0.45)	

CMYK percentages

%25.9
%0
%24.46
%45.49

Codes

Color #678B69 in popluar color models

678B69
RGB103139105
HSL123°14.88%47.45%
HSB/HSV123°25.90%54.51%
CMYK25.90%0.00%24.46%
45.49%

Color #678B69 in popluar number systems.

HEX678B69
Decimal103139105
Binary1100111100010111101001
Octal147213151

Shades and tints

Shades of #678B69

#678B69
(103,139,105)
#5E7F60
(94,127,96)
#557357
(85,115,87)
#4C674E
(76,103,78)
#435B45
(67,91,69)
#3A4F3C
(58,79,60)
#314333
(49,67,51)
#28372A
(40,55,42)
#1F2B21
(31,43,33)
#161F18
(22,31,24)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #678B69

#678B69
(103,139,105)
#749576
(116,149,118)
#819F83
(129,159,131)
#8EA990
(142,169,144)
#9BB39D
(155,179,157)
#A8BDAA
(168,189,170)
#B5C7B7
(181,199,183)
#C2D1C4
(194,209,196)
#CFDBD1
(207,219,209)
#DCE5DE
(220,229,222)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678B69; }

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

This text font color is #678B69.


Background Color

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

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

This div background color is #678B69.


Border color

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

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

This div border color is #678B69.


Opacity

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

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

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

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

This text has shadow with #678B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678B69 on black background.


Color preview on white background

This text has color #678B69 on white background.



Black color preview on #678B69 background

This text has black color on #678B69 background.


White color preview on #678B69 background

This text has white color on #678B69 background.