COLOR #678D66

HEX: #678D66 RGB: (103,141,102)

Color info

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

RGB color model

#678D66 color RGB value is (103,141,102).

RGB: (103,141,102) (40%, 55%, 40%)

RGB channels and saturation

R 103 of 255 = 40%
G 141 of 255 = 55%
B 102 of 255 = 40%

103
141
102

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

Portions of RGB colors in percentages

R + G + B = 103 + 141 + 102 = 346 (100%)
R 103 of 346 ~ 29.77%
G 141 of 346 ~ 40.75%
B 102 of 346 ~ 29.48'%

%29.77
%40.75
%29.48

CMYK color model

#678D66 color CMYK value is (27,0,28,45).

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

CMYK: (27,0,28,45)
C27M0Y28K45 (27%, 0%, 28%, 45%)
(0.27 / 0.00 / 0.28 / 0.45)

CMYK percentages

%26.95
%0
%27.66
%44.71

Codes

Color #678D66 in popluar color models

67 8D 66
RGB 103 141 102
HSL 118° 16.05% 47.65%
HSB/HSV 118° 27.66% 55.29%
CMYK 26.95% 0.00% 27.66%
44.71%

Color #678D66 in popluar number systems.

HEX 67 8D 66
Decimal 103 141 102
Binary 1100111 10001101 1100110
Octal 147 215 146

Shades and tints

Shades of #678D66

#678D66
(103,141,102)
#5E815D
(94,129,93)
#557554
(85,117,84)
#4C694B
(76,105,75)
#435D42
(67,93,66)
#3A5139
(58,81,57)
#314530
(49,69,48)
#283927
(40,57,39)
#1F2D1E
(31,45,30)
#162115
(22,33,21)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #678D66

#678D66
(103,141,102)
#749773
(116,151,115)
#81A180
(129,161,128)
#8EAB8D
(142,171,141)
#9BB59A
(155,181,154)
#A8BFA7
(168,191,167)
#B5C9B4
(181,201,180)
#C2D3C1
(194,211,193)
#CFDDCE
(207,221,206)
#DCE7DB
(220,231,219)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678D66; }

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

This text font color is #678D66.

Background Color

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

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

This div background color is #678D66.

Border color

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

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

This div border color is #678D66.

Opacity

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

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

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

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

This text has shadow with #678D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678D66.

Preview

Color preview on black background

This text has color #678D66 on black background.


Color preview on white background

This text has color #678D66 on white background.


Black color preview on #678D66 background

This text has black color on #678D66 background.


White color preview on #678D66 background

This text has white color on #678D66 background.


Related colors

Complementary color

Complementary color for #hex is #987299.


I love getcolorcode.com

Triadic colors

1 #66678D and #8D6667 with #678D66 are triadic colors.

2 #668D67 and #8D6766 with #678D66 are triadic colors.