COLOR #678B65

HEX: #678B65
RGB: (103,139,101)

Color info

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

RGB color model

#678B65 color RGB value is (103,139,101).

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

RGB channels and saturation

R 103 of 255 = 40%
G 139 of 255 = 55%
B 101 of 255 = 40%

103
139
101

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

Portions of RGB colors in percentages

R + G + B =
103 + 139 + 101 = 343 (100%)
R 103 of 343 ~ 30.03%
G 139 of 343 ~ 40.52%
B 101 of 343 ~ 29.45%

%30.03
%40.52
%29.45

CMYK color model

#678B65 color CMYK value is (26,0,27,45).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 27.34%
  • key color value is 45.49%
CMYK:
(26,0,27,45)
C26M0Y27K45 
(26%,0%,27%,45%)
(0.26/0.00/0.27/0.45)	

CMYK percentages

%25.9
%0
%27.34
%45.49

Codes

Color #678B65 in popluar color models

678B65
RGB103139101
HSL117°15.83%47.06%
HSB/HSV117°27.34%54.51%
CMYK25.90%0.00%27.34%
45.49%

Color #678B65 in popluar number systems.

HEX678B65
Decimal103139101
Binary1100111100010111100101
Octal147213145

Shades and tints

Shades of #678B65

#678B65
(103,139,101)
#5E7F5C
(94,127,92)
#557353
(85,115,83)
#4C674A
(76,103,74)
#435B41
(67,91,65)
#3A4F38
(58,79,56)
#31432F
(49,67,47)
#283726
(40,55,38)
#1F2B1D
(31,43,29)
#161F14
(22,31,20)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #678B65

#678B65
(103,139,101)
#749573
(116,149,115)
#819F81
(129,159,129)
#8EA98F
(142,169,143)
#9BB39D
(155,179,157)
#A8BDAB
(168,189,171)
#B5C7B9
(181,199,185)
#C2D1C7
(194,209,199)
#CFDBD5
(207,219,213)
#DCE5E3
(220,229,227)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678B65; }

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

This text font color is #678B65.


Background Color

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

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

This div background color is #678B65.


Border color

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

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

This div border color is #678B65.


Opacity

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

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

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

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

This text has shadow with #678B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678B65 on black background.


Color preview on white background

This text has color #678B65 on white background.



Black color preview on #678B65 background

This text has black color on #678B65 background.


White color preview on #678B65 background

This text has white color on #678B65 background.