COLOR #679657

HEX: #679657
RGB: (103,150,87)

Color info

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

RGB color model

#679657 color RGB value is (103,150,87).

  • red value is 103;
  • green value is 150;
  • blue value is 87.
RGB:
(103,150,87)
(40%,59%,34%)

RGB channels and saturation

R 103 of 255 = 40%
G 150 of 255 = 59%
B 87 of 255 = 34%

103
150
87

R + G + B ~ 44%. #679657 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 150 + 87 = 340 (100%)
R 103 of 340 ~ 30.29%
G 150 of 340 ~ 44.12%
B 87 of 340 ~ 25.59%

%30.29
%44.12
%25.59

CMYK color model

#679657 color CMYK value is (31,0,42,41).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 42.00%
  • key color value is 41.18%
CMYK:
(31,0,42,41)
C31M0Y42K41 
(31%,0%,42%,41%)
(0.31/0.00/0.42/0.41)	

CMYK percentages

%31.33
%0
%42
%41.18

Codes

Color #679657 in popluar color models

679657
RGB10315087
HSL105°26.58%46.47%
HSB/HSV105°42.00%58.82%
CMYK31.33%0.00%42.00%
41.18%

Color #679657 in popluar number systems.

HEX679657
Decimal10315087
Binary1100111100101101010111
Octal147226127

Shades and tints

Shades of #679657

#679657
(103,150,87)
#5E8950
(94,137,80)
#557C49
(85,124,73)
#4C6F42
(76,111,66)
#43623B
(67,98,59)
#3A5534
(58,85,52)
#31482D
(49,72,45)
#283B26
(40,59,38)
#1F2E1F
(31,46,31)
#162118
(22,33,24)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #679657

#679657
(103,150,87)
#749F66
(116,159,102)
#81A875
(129,168,117)
#8EB184
(142,177,132)
#9BBA93
(155,186,147)
#A8C3A2
(168,195,162)
#B5CCB1
(181,204,177)
#C2D5C0
(194,213,192)
#CFDECF
(207,222,207)
#DCE7DE
(220,231,222)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679657 color. Also use rgb(103,150,87) instead hex code.

Text Font Color

.myTextColor { color: #679657; }

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

This text font color is #679657.


Background Color

.myBgColor { background-color: #679657; }

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

This div background color is #679657.


Border color

.myBorderColor { border: 1px solid #679657; }

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

This div border color is #679657.


Opacity

.myOpacity80 { color: #679657; opacity: 0.8; }

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

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

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

This text has shadow with #679657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679657 on black background.


Color preview on white background

This text has color #679657 on white background.



Black color preview on #679657 background

This text has black color on #679657 background.


White color preview on #679657 background

This text has white color on #679657 background.