COLOR #679E74

HEX: #679E74 RGB: (103,158,116)

Color info

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

RGB color model

#679E74 color RGB value is (103,158,116).

RGB: (103,158,116) (40%, 62%, 45%)

RGB channels and saturation

R 103 of 255 = 40%
G 158 of 255 = 62%
B 116 of 255 = 45%

103
158
116

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

Portions of RGB colors in percentages

R + G + B = 103 + 158 + 116 = 377 (100%)
R 103 of 377 ~ 27.32%
G 158 of 377 ~ 41.91%
B 116 of 377 ~ 30.77'%

%27.32
%41.91
%30.77

CMYK color model

#679E74 color CMYK value is (35,0,27,38).

  • cyan value is 34.81%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 38.04%

CMYK: (35,0,27,38)
C35M0Y27K38 (35%, 0%, 27%, 38%)
(0.35 / 0.00 / 0.27 / 0.38)

CMYK percentages

%34.81
%0
%26.58
%38.04

Codes

Color #679E74 in popluar color models

67 9E 74
RGB 103 158 116
HSL 134° 22.09% 51.18%
HSB/HSV 134° 34.81% 61.96%
CMYK 34.81% 0.00% 26.58%
38.04%

Color #679E74 in popluar number systems.

HEX 67 9E 74
Decimal 103 158 116
Binary 1100111 10011110 1110100
Octal 147 236 164

Shades and tints

Shades of #679E74

#679E74
(103,158,116)
#5E906A
(94,144,106)
#558260
(85,130,96)
#4C7456
(76,116,86)
#43664C
(67,102,76)
#3A5842
(58,88,66)
#314A38
(49,74,56)
#283C2E
(40,60,46)
#1F2E24
(31,46,36)
#16201A
(22,32,26)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #679E74

#679E74
(103,158,116)
#74A680
(116,166,128)
#81AE8C
(129,174,140)
#8EB698
(142,182,152)
#9BBEA4
(155,190,164)
#A8C6B0
(168,198,176)
#B5CEBC
(181,206,188)
#C2D6C8
(194,214,200)
#CFDED4
(207,222,212)
#DCE6E0
(220,230,224)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679E74 color. Also use rgb(103,158,116) instead hex code.

Text Font Color

.myTextColor { color: #679E74; }

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

This text font color is #679E74.

Background Color

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

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

This div background color is #679E74.

Border color

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

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

This div border color is #679E74.

Opacity

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

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

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

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

This text has shadow with #679E74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #679E74.

Preview

Color preview on black background

This text has color #679E74 on black background.


Color preview on white background

This text has color #679E74 on white background.


Black color preview on #679E74 background

This text has black color on #679E74 background.


White color preview on #679E74 background

This text has white color on #679E74 background.


Related colors

Complementary color

Complementary color for #hex is #98618B.


I love getcolorcode.com

Triadic colors

1 #74679E and #9E7467 with #679E74 are triadic colors.

2 #749E67 and #9E6774 with #679E74 are triadic colors.