COLOR #678F77

HEX: #678F77 RGB: (103,143,119)

Color info

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

RGB color model

#678F77 color RGB value is (103,143,119).

RGB: (103,143,119) (40%, 56%, 47%)

RGB channels and saturation

R 103 of 255 = 40%
G 143 of 255 = 56%
B 119 of 255 = 47%

103
143
119

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

Portions of RGB colors in percentages

R + G + B = 103 + 143 + 119 = 365 (100%)
R 103 of 365 ~ 28.22%
G 143 of 365 ~ 39.18%
B 119 of 365 ~ 32.6'%

%28.22
%39.18
%32.6

CMYK color model

#678F77 color CMYK value is (28,0,17,44).

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

CMYK: (28,0,17,44)
C28M0Y17K44 (28%, 0%, 17%, 44%)
(0.28 / 0.00 / 0.17 / 0.44)

CMYK percentages

%27.97
%0
%16.78
%43.92

Codes

Color #678F77 in popluar color models

67 8F 77
RGB 103 143 119
HSL 144° 16.26% 48.24%
HSB/HSV 144° 27.97% 56.08%
CMYK 27.97% 0.00% 16.78%
43.92%

Color #678F77 in popluar number systems.

HEX 67 8F 77
Decimal 103 143 119
Binary 1100111 10001111 1110111
Octal 147 217 167

Shades and tints

Shades of #678F77

#678F77
(103,143,119)
#5E826D
(94,130,109)
#557563
(85,117,99)
#4C6859
(76,104,89)
#435B4F
(67,91,79)
#3A4E45
(58,78,69)
#31413B
(49,65,59)
#283431
(40,52,49)
#1F2727
(31,39,39)
#161A1D
(22,26,29)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #678F77

#678F77
(103,143,119)
#749983
(116,153,131)
#81A38F
(129,163,143)
#8EAD9B
(142,173,155)
#9BB7A7
(155,183,167)
#A8C1B3
(168,193,179)
#B5CBBF
(181,203,191)
#C2D5CB
(194,213,203)
#CFDFD7
(207,223,215)
#DCE9E3
(220,233,227)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678F77; }

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

This text font color is #678F77.

Background Color

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

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

This div background color is #678F77.

Border color

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

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

This div border color is #678F77.

Opacity

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

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

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

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

This text has shadow with #678F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678F77.

Preview

Color preview on black background

This text has color #678F77 on black background.


Color preview on white background

This text has color #678F77 on white background.


Black color preview on #678F77 background

This text has black color on #678F77 background.


White color preview on #678F77 background

This text has white color on #678F77 background.


Related colors

Complementary color

Complementary color for #hex is #987088.


I love getcolorcode.com

Triadic colors

1 #77678F and #8F7767 with #678F77 are triadic colors.

2 #778F67 and #8F6777 with #678F77 are triadic colors.