COLOR #679D80

HEX: #679D80 RGB: (103,157,128)

Color info

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

RGB color model

#679D80 color RGB value is (103,157,128).

RGB: (103,157,128) (40%, 62%, 50%)

RGB channels and saturation

R 103 of 255 = 40%
G 157 of 255 = 62%
B 128 of 255 = 50%

103
157
128

R + G + B ~ 51%. #679D80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 157 + 128 = 388 (100%)
R 103 of 388 ~ 26.55%
G 157 of 388 ~ 40.46%
B 128 of 388 ~ 32.99'%

%26.55
%40.46
%32.99

CMYK color model

#679D80 color CMYK value is (34,0,18,38).

  • cyan value is 34.39%
  • magenta value is 0.00%
  • yellow value is 18.47%
  • key color value is 38.43%

CMYK: (34,0,18,38)
C34M0Y18K38 (34%, 0%, 18%, 38%)
(0.34 / 0.00 / 0.18 / 0.38)

CMYK percentages

%34.39
%0
%18.47
%38.43

Codes

Color #679D80 in popluar color models

67 9D 80
RGB 103 157 128
HSL 148° 21.60% 50.98%
HSB/HSV 148° 34.39% 61.57%
CMYK 34.39% 0.00% 18.47%
38.43%

Color #679D80 in popluar number systems.

HEX 67 9D 80
Decimal 103 157 128
Binary 1100111 10011101 10000000
Octal 147 235 200

Shades and tints

Shades of #679D80

#679D80
(103,157,128)
#5E8F75
(94,143,117)
#55816A
(85,129,106)
#4C735F
(76,115,95)
#436554
(67,101,84)
#3A5749
(58,87,73)
#31493E
(49,73,62)
#283B33
(40,59,51)
#1F2D28
(31,45,40)
#161F1D
(22,31,29)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #679D80

#679D80
(103,157,128)
#74A58B
(116,165,139)
#81AD96
(129,173,150)
#8EB5A1
(142,181,161)
#9BBDAC
(155,189,172)
#A8C5B7
(168,197,183)
#B5CDC2
(181,205,194)
#C2D5CD
(194,213,205)
#CFDDD8
(207,221,216)
#DCE5E3
(220,229,227)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679D80 color. Also use rgb(103,157,128) instead hex code.

Text Font Color

.myTextColor { color: #679D80; }

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

This text font color is #679D80.

Background Color

.myBgColor { background-color: #679D80; }

<div style="background-color:#679D80">Inner text</div>

This div background color is #679D80.

Border color

.myBorderColor { border: 1px solid #679D80; }

<div style="border:3px solid #679D80">Div</div>

This div border color is #679D80.

Opacity

.myOpacity80 { color: #679D80; opacity: 0.8; }

<p style="color:#679D80;opacity:0.8;">80%</p>

Text with #679D80 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 #679D80;}

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

This text has shadow with #679D80 color.


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

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

This text has shadow with #679D80 primary color and red secondary color.


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

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

This text has shadow with #679D80 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #679D80.

Preview

Color preview on black background

This text has color #679D80 on black background.


Color preview on white background

This text has color #679D80 on white background.


Black color preview on #679D80 background

This text has black color on #679D80 background.


White color preview on #679D80 background

This text has white color on #679D80 background.


Related colors

Complementary color

Complementary color for #hex is #98627F.


I love getcolorcode.com

Triadic colors

1 #80679D and #9D8067 with #679D80 are triadic colors.

2 #809D67 and #9D6780 with #679D80 are triadic colors.