COLOR #679E5B

HEX: #679E5B
RGB: (103,158,91)

Color info

#679E5B contains mainly red and green colors. Web safe color of #679E5B is #669966 (or #696).

RGB color model

#679E5B color RGB value is (103,158,91).

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

RGB channels and saturation

R 103 of 255 = 40%
G 158 of 255 = 62%
B 91 of 255 = 36%

103
158
91

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

Portions of RGB colors in percentages

R + G + B =
103 + 158 + 91 = 352 (100%)
R 103 of 352 ~ 29.26%
G 158 of 352 ~ 44.89%
B 91 of 352 ~ 25.85%

%29.26
%44.89
%25.85

CMYK color model

#679E5B color CMYK value is (35,0,42,38).

  • cyan value is 34.81%
  • magenta value is 0.00%
  • yellow value is 42.41%
  • key color value is 38.04%
CMYK:
(35,0,42,38)
C35M0Y42K38 
(35%,0%,42%,38%)
(0.35/0.00/0.42/0.38)	

CMYK percentages

%34.81
%0
%42.41
%38.04

Codes

Color #679E5B in popluar color models

679E5B
RGB10315891
HSL109°26.91%48.82%
HSB/HSV109°42.41%61.96%
CMYK34.81%0.00%42.41%
38.04%

Color #679E5B in popluar number systems.

HEX679E5B
Decimal10315891
Binary1100111100111101011011
Octal147236133

Shades and tints

Shades of #679E5B

#679E5B
(103,158,91)
#5E9053
(94,144,83)
#55824B
(85,130,75)
#4C7443
(76,116,67)
#43663B
(67,102,59)
#3A5833
(58,88,51)
#314A2B
(49,74,43)
#283C23
(40,60,35)
#1F2E1B
(31,46,27)
#162013
(22,32,19)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #679E5B

#679E5B
(103,158,91)
#74A669
(116,166,105)
#81AE77
(129,174,119)
#8EB685
(142,182,133)
#9BBE93
(155,190,147)
#A8C6A1
(168,198,161)
#B5CEAF
(181,206,175)
#C2D6BD
(194,214,189)
#CFDECB
(207,222,203)
#DCE6D9
(220,230,217)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679E5B; }

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

This text font color is #679E5B.


Background Color

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

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

This div background color is #679E5B.


Border color

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

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

This div border color is #679E5B.


Opacity

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

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

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

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

This text has shadow with #679E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679E5B on black background.


Color preview on white background

This text has color #679E5B on white background.



Black color preview on #679E5B background

This text has black color on #679E5B background.


White color preview on #679E5B background

This text has white color on #679E5B background.