COLOR #678B60

HEX: #678B60
RGB: (103,139,96)

Color info

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

RGB color model

#678B60 color RGB value is (103,139,96).

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

RGB channels and saturation

R 103 of 255 = 40%
G 139 of 255 = 55%
B 96 of 255 = 38%

103
139
96

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

Portions of RGB colors in percentages

R + G + B =
103 + 139 + 96 = 338 (100%)
R 103 of 338 ~ 30.47%
G 139 of 338 ~ 41.12%
B 96 of 338 ~ 28.4%

%30.47
%41.12
%28.4

CMYK color model

#678B60 color CMYK value is (26,0,31,45).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 30.94%
  • key color value is 45.49%
CMYK:
(26,0,31,45)
C26M0Y31K45 
(26%,0%,31%,45%)
(0.26/0.00/0.31/0.45)	

CMYK percentages

%25.9
%0
%30.94
%45.49

Codes

Color #678B60 in popluar color models

678B60
RGB10313996
HSL110°18.30%46.08%
HSB/HSV110°30.94%54.51%
CMYK25.90%0.00%30.94%
45.49%

Color #678B60 in popluar number systems.

HEX678B60
Decimal10313996
Binary1100111100010111100000
Octal147213140

Shades and tints

Shades of #678B60

#678B60
(103,139,96)
#5E7F58
(94,127,88)
#557350
(85,115,80)
#4C6748
(76,103,72)
#435B40
(67,91,64)
#3A4F38
(58,79,56)
#314330
(49,67,48)
#283728
(40,55,40)
#1F2B20
(31,43,32)
#161F18
(22,31,24)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #678B60

#678B60
(103,139,96)
#74956E
(116,149,110)
#819F7C
(129,159,124)
#8EA98A
(142,169,138)
#9BB398
(155,179,152)
#A8BDA6
(168,189,166)
#B5C7B4
(181,199,180)
#C2D1C2
(194,209,194)
#CFDBD0
(207,219,208)
#DCE5DE
(220,229,222)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678B60; }

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

This text font color is #678B60.


Background Color

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

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

This div background color is #678B60.


Border color

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

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

This div border color is #678B60.


Opacity

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

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

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

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

This text has shadow with #678B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678B60 on black background.


Color preview on white background

This text has color #678B60 on white background.



Black color preview on #678B60 background

This text has black color on #678B60 background.


White color preview on #678B60 background

This text has white color on #678B60 background.