COLOR #679E72

HEX: #679E72
RGB: (103,158,114)

Color info

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

RGB color model

#679E72 color RGB value is (103,158,114).

  • red value is 103;
  • green value is 158;
  • blue value is 114.
RGB:
(103,158,114)
(40%,62%,45%)

RGB channels and saturation

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

103
158
114

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

Portions of RGB colors in percentages

R + G + B =
103 + 158 + 114 = 375 (100%)
R 103 of 375 ~ 27.47%
G 158 of 375 ~ 42.13%
B 114 of 375 ~ 30.4%

%27.47
%42.13
%30.4

CMYK color model

#679E72 color CMYK value is (35,0,28,38).

  • cyan value is 34.81%
  • magenta value is 0.00%
  • yellow value is 27.85%
  • key color value is 38.04%
CMYK:
(35,0,28,38)
C35M0Y28K38 
(35%,0%,28%,38%)
(0.35/0.00/0.28/0.38)	

CMYK percentages

%34.81
%0
%27.85
%38.04

Codes

Color #679E72 in popluar color models

679E72
RGB103158114
HSL132°22.09%51.18%
HSB/HSV132°34.81%61.96%
CMYK34.81%0.00%27.85%
38.04%

Color #679E72 in popluar number systems.

HEX679E72
Decimal103158114
Binary1100111100111101110010
Octal147236162

Shades and tints

Shades of #679E72

#679E72
(103,158,114)
#5E9068
(94,144,104)
#55825E
(85,130,94)
#4C7454
(76,116,84)
#43664A
(67,102,74)
#3A5840
(58,88,64)
#314A36
(49,74,54)
#283C2C
(40,60,44)
#1F2E22
(31,46,34)
#162018
(22,32,24)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #679E72

#679E72
(103,158,114)
#74A67E
(116,166,126)
#81AE8A
(129,174,138)
#8EB696
(142,182,150)
#9BBEA2
(155,190,162)
#A8C6AE
(168,198,174)
#B5CEBA
(181,206,186)
#C2D6C6
(194,214,198)
#CFDED2
(207,222,210)
#DCE6DE
(220,230,222)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679E72; }

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

This text font color is #679E72.


Background Color

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

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

This div background color is #679E72.


Border color

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

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

This div border color is #679E72.


Opacity

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

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

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

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

This text has shadow with #679E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679E72 on black background.


Color preview on white background

This text has color #679E72 on white background.



Black color preview on #679E72 background

This text has black color on #679E72 background.


White color preview on #679E72 background

This text has white color on #679E72 background.