COLOR #678F80

HEX: #678F80 RGB: (103,143,128)

Color info

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

RGB color model

#678F80 color RGB value is (103,143,128).

RGB: (103,143,128) (40%, 56%, 50%)

RGB channels and saturation

R 103 of 255 = 40%
G 143 of 255 = 56%
B 128 of 255 = 50%

103
143
128

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

Portions of RGB colors in percentages

R + G + B = 103 + 143 + 128 = 374 (100%)
R 103 of 374 ~ 27.54%
G 143 of 374 ~ 38.24%
B 128 of 374 ~ 34.22'%

%27.54
%38.24
%34.22

CMYK color model

#678F80 color CMYK value is (28,0,10,44).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 10.49%
  • key color value is 43.92%

CMYK: (28,0,10,44)
C28M0Y10K44 (28%, 0%, 10%, 44%)
(0.28 / 0.00 / 0.10 / 0.44)

CMYK percentages

%27.97
%0
%10.49
%43.92

Codes

Color #678F80 in popluar color models

67 8F 80
RGB 103 143 128
HSL 158° 16.26% 48.24%
HSB/HSV 158° 27.97% 56.08%
CMYK 27.97% 0.00% 10.49%
43.92%

Color #678F80 in popluar number systems.

HEX 67 8F 80
Decimal 103 143 128
Binary 1100111 10001111 10000000
Octal 147 217 200

Shades and tints

Shades of #678F80

#678F80
(103,143,128)
#5E8275
(94,130,117)
#55756A
(85,117,106)
#4C685F
(76,104,95)
#435B54
(67,91,84)
#3A4E49
(58,78,73)
#31413E
(49,65,62)
#283433
(40,52,51)
#1F2728
(31,39,40)
#161A1D
(22,26,29)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #678F80

#678F80
(103,143,128)
#74998B
(116,153,139)
#81A396
(129,163,150)
#8EADA1
(142,173,161)
#9BB7AC
(155,183,172)
#A8C1B7
(168,193,183)
#B5CBC2
(181,203,194)
#C2D5CD
(194,213,205)
#CFDFD8
(207,223,216)
#DCE9E3
(220,233,227)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678F80 color. Also use rgb(103,143,128) instead hex code.

Text Font Color

.myTextColor { color: #678F80; }

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

This text font color is #678F80.

Background Color

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

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

This div background color is #678F80.

Border color

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

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

This div border color is #678F80.

Opacity

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

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

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

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

This text has shadow with #678F80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678F80.

Preview

Color preview on black background

This text has color #678F80 on black background.


Color preview on white background

This text has color #678F80 on white background.


Black color preview on #678F80 background

This text has black color on #678F80 background.


White color preview on #678F80 background

This text has white color on #678F80 background.


Related colors

Complementary color

Complementary color for #hex is #98707F.


I love getcolorcode.com

Triadic colors

1 #80678F and #8F8067 with #678F80 are triadic colors.

2 #808F67 and #8F6780 with #678F80 are triadic colors.