COLOR #678E60

HEX: #678E60 RGB: (103,142,96)

Color info

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

RGB color model

#678E60 color RGB value is (103,142,96).

RGB: (103,142,96) (40%, 56%, 38%)

RGB channels and saturation

R 103 of 255 = 40%
G 142 of 255 = 56%
B 96 of 255 = 38%

103
142
96

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

Portions of RGB colors in percentages

R + G + B = 103 + 142 + 96 = 341 (100%)
R 103 of 341 ~ 30.21%
G 142 of 341 ~ 41.64%
B 96 of 341 ~ 28.15'%

%30.21
%41.64
%28.15

CMYK color model

#678E60 color CMYK value is (27,0,32,44).

  • cyan value is 27.46%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 44.31%

CMYK: (27,0,32,44)
C27M0Y32K44 (27%, 0%, 32%, 44%)
(0.27 / 0.00 / 0.32 / 0.44)

CMYK percentages

%27.46
%0
%32.39
%44.31

Codes

Color #678E60 in popluar color models

67 8E 60
RGB 103 142 96
HSL 111° 19.33% 46.67%
HSB/HSV 111° 32.39% 55.69%
CMYK 27.46% 0.00% 32.39%
44.31%

Color #678E60 in popluar number systems.

HEX 67 8E 60
Decimal 103 142 96
Binary 1100111 10001110 1100000
Octal 147 216 140

Shades and tints

Shades of #678E60

#678E60
(103,142,96)
#5E8258
(94,130,88)
#557650
(85,118,80)
#4C6A48
(76,106,72)
#435E40
(67,94,64)
#3A5238
(58,82,56)
#314630
(49,70,48)
#283A28
(40,58,40)
#1F2E20
(31,46,32)
#162218
(22,34,24)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #678E60

#678E60
(103,142,96)
#74986E
(116,152,110)
#81A27C
(129,162,124)
#8EAC8A
(142,172,138)
#9BB698
(155,182,152)
#A8C0A6
(168,192,166)
#B5CAB4
(181,202,180)
#C2D4C2
(194,212,194)
#CFDED0
(207,222,208)
#DCE8DE
(220,232,222)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678E60; }

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

This text font color is #678E60.

Background Color

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

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

This div background color is #678E60.

Border color

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

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

This div border color is #678E60.

Opacity

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

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

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

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

This text has shadow with #678E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678E60.

Preview

Color preview on black background

This text has color #678E60 on black background.


Color preview on white background

This text has color #678E60 on white background.


Black color preview on #678E60 background

This text has black color on #678E60 background.


White color preview on #678E60 background

This text has white color on #678E60 background.


Related colors

Complementary color

Complementary color for #hex is #98719F.


I love getcolorcode.com

Triadic colors

1 #60678E and #8E6067 with #678E60 are triadic colors.

2 #608E67 and #8E6760 with #678E60 are triadic colors.