COLOR #678D6E

HEX: #678D6E RGB: (103,141,110)

Color info

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

RGB color model

#678D6E color RGB value is (103,141,110).

RGB: (103,141,110) (40%, 55%, 43%)

RGB channels and saturation

R 103 of 255 = 40%
G 141 of 255 = 55%
B 110 of 255 = 43%

103
141
110

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

Portions of RGB colors in percentages

R + G + B = 103 + 141 + 110 = 354 (100%)
R 103 of 354 ~ 29.1%
G 141 of 354 ~ 39.83%
B 110 of 354 ~ 31.07'%

%29.1
%39.83
%31.07

CMYK color model

#678D6E color CMYK value is (27,0,22,45).

  • cyan value is 26.95%
  • magenta value is 0.00%
  • yellow value is 21.99%
  • key color value is 44.71%

CMYK: (27,0,22,45)
C27M0Y22K45 (27%, 0%, 22%, 45%)
(0.27 / 0.00 / 0.22 / 0.45)

CMYK percentages

%26.95
%0
%21.99
%44.71

Codes

Color #678D6E in popluar color models

67 8D 6E
RGB 103 141 110
HSL 131° 15.57% 47.84%
HSB/HSV 131° 26.95% 55.29%
CMYK 26.95% 0.00% 21.99%
44.71%

Color #678D6E in popluar number systems.

HEX 67 8D 6E
Decimal 103 141 110
Binary 1100111 10001101 1101110
Octal 147 215 156

Shades and tints

Shades of #678D6E

#678D6E
(103,141,110)
#5E8164
(94,129,100)
#55755A
(85,117,90)
#4C6950
(76,105,80)
#435D46
(67,93,70)
#3A513C
(58,81,60)
#314532
(49,69,50)
#283928
(40,57,40)
#1F2D1E
(31,45,30)
#162114
(22,33,20)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #678D6E

#678D6E
(103,141,110)
#74977B
(116,151,123)
#81A188
(129,161,136)
#8EAB95
(142,171,149)
#9BB5A2
(155,181,162)
#A8BFAF
(168,191,175)
#B5C9BC
(181,201,188)
#C2D3C9
(194,211,201)
#CFDDD6
(207,221,214)
#DCE7E3
(220,231,227)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678D6E color. Also use rgb(103,141,110) instead hex code.

Text Font Color

.myTextColor { color: #678D6E; }

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

This text font color is #678D6E.

Background Color

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

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

This div background color is #678D6E.

Border color

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

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

This div border color is #678D6E.

Opacity

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

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

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

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

This text has shadow with #678D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678D6E.

Preview

Color preview on black background

This text has color #678D6E on black background.


Color preview on white background

This text has color #678D6E on white background.


Black color preview on #678D6E background

This text has black color on #678D6E background.


White color preview on #678D6E background

This text has white color on #678D6E background.


Related colors

Complementary color

Complementary color for #hex is #987291.


I love getcolorcode.com

Triadic colors

1 #6E678D and #8D6E67 with #678D6E are triadic colors.

2 #6E8D67 and #8D676E with #678D6E are triadic colors.