COLOR #678B56

HEX: #678B56
RGB: (103,139,86)

Color info

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

RGB color model

#678B56 color RGB value is (103,139,86).

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

RGB channels and saturation

R 103 of 255 = 40%
G 139 of 255 = 55%
B 86 of 255 = 34%

103
139
86

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

Portions of RGB colors in percentages

R + G + B =
103 + 139 + 86 = 328 (100%)
R 103 of 328 ~ 31.4%
G 139 of 328 ~ 42.38%
B 86 of 328 ~ 26.22%

%31.4
%42.38
%26.22

CMYK color model

#678B56 color CMYK value is (26,0,38,45).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 38.13%
  • key color value is 45.49%
CMYK:
(26,0,38,45)
C26M0Y38K45 
(26%,0%,38%,45%)
(0.26/0.00/0.38/0.45)	

CMYK percentages

%25.9
%0
%38.13
%45.49

Codes

Color #678B56 in popluar color models

678B56
RGB10313986
HSL101°23.56%44.12%
HSB/HSV101°38.13%54.51%
CMYK25.90%0.00%38.13%
45.49%

Color #678B56 in popluar number systems.

HEX678B56
Decimal10313986
Binary1100111100010111010110
Octal147213126

Shades and tints

Shades of #678B56

#678B56
(103,139,86)
#5E7F4F
(94,127,79)
#557348
(85,115,72)
#4C6741
(76,103,65)
#435B3A
(67,91,58)
#3A4F33
(58,79,51)
#31432C
(49,67,44)
#283725
(40,55,37)
#1F2B1E
(31,43,30)
#161F17
(22,31,23)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #678B56

#678B56
(103,139,86)
#749565
(116,149,101)
#819F74
(129,159,116)
#8EA983
(142,169,131)
#9BB392
(155,179,146)
#A8BDA1
(168,189,161)
#B5C7B0
(181,199,176)
#C2D1BF
(194,209,191)
#CFDBCE
(207,219,206)
#DCE5DD
(220,229,221)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678B56; }

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

This text font color is #678B56.


Background Color

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

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

This div background color is #678B56.


Border color

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

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

This div border color is #678B56.


Opacity

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

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

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

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

This text has shadow with #678B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678B56 on black background.


Color preview on white background

This text has color #678B56 on white background.



Black color preview on #678B56 background

This text has black color on #678B56 background.


White color preview on #678B56 background

This text has white color on #678B56 background.