COLOR #678B75

HEX: #678B75 RGB: (103,139,117)

Color info

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

RGB color model

#678B75 color RGB value is (103,139,117).

RGB: (103,139,117) (40%, 55%, 46%)

RGB channels and saturation

R 103 of 255 = 40%
G 139 of 255 = 55%
B 117 of 255 = 46%

103
139
117

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

Portions of RGB colors in percentages

R + G + B = 103 + 139 + 117 = 359 (100%)
R 103 of 359 ~ 28.69%
G 139 of 359 ~ 38.72%
B 117 of 359 ~ 32.59'%

%28.69
%38.72
%32.59

CMYK color model

#678B75 color CMYK value is (26,0,16,45).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 45.49%
CMYK: (26,0,16,45) C26M0Y16K45 (26%,0%,16%,45%) (0.26/0.00/0.16/0.45) 

CMYK percentages

%25.9
%0
%15.83
%45.49

Codes

Color #678B75 in popluar color models

67 8B 75
RGB 103 139 117
HSL 143° 14.88% 47.45%
HSB/HSV 143° 25.90% 54.51%
CMYK 25.90% 0.00% 15.83%
45.49%

Color #678B75 in popluar number systems.

HEX 67 8B 75
Decimal 103 139 117
Binary 1100111 10001011 1110101
Octal 147 213 165

Shades and tints

Shades of #678B75

#678B75
(103,139,117)
#5E7F6B
(94,127,107)
#557361
(85,115,97)
#4C6757
(76,103,87)
#435B4D
(67,91,77)
#3A4F43
(58,79,67)
#314339
(49,67,57)
#28372F
(40,55,47)
#1F2B25
(31,43,37)
#161F1B
(22,31,27)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #678B75

#678B75
(103,139,117)
#749581
(116,149,129)
#819F8D
(129,159,141)
#8EA999
(142,169,153)
#9BB3A5
(155,179,165)
#A8BDB1
(168,189,177)
#B5C7BD
(181,199,189)
#C2D1C9
(194,209,201)
#CFDBD5
(207,219,213)
#DCE5E1
(220,229,225)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678B75 color. Also use rgb(103,139,117) instead hex code.

Text Font Color

.myTextColor { color: #678B75; }

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

This text font color is #678B75.

Background Color

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

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

This div background color is #678B75.

Border color

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

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

This div border color is #678B75.

Opacity

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

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

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

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

This text has shadow with #678B75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678B75.

Preview

Color preview on black background

This text has color #678B75 on black background.


Color preview on white background

This text has color #678B75 on white background.


Black color preview on #678B75 background

This text has black color on #678B75 background.


White color preview on #678B75 background

This text has white color on #678B75 background.


Related colors

Complementary color

Complementary color for #hex is #98748A.


I love getcolorcode.com

Triadic colors

1 #75678B and #8B7567 with #678B75 are triadic colors.

2 #758B67 and #8B6775 with #678B75 are triadic colors.