COLOR #679664

HEX: #679664
RGB: (103,150,100)

Color info

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

RGB color model

#679664 color RGB value is (103,150,100).

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

RGB channels and saturation

R 103 of 255 = 40%
G 150 of 255 = 59%
B 100 of 255 = 39%

103
150
100

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

Portions of RGB colors in percentages

R + G + B =
103 + 150 + 100 = 353 (100%)
R 103 of 353 ~ 29.18%
G 150 of 353 ~ 42.49%
B 100 of 353 ~ 28.33%

%29.18
%42.49
%28.33

CMYK color model

#679664 color CMYK value is (31,0,33,41).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 41.18%
CMYK:
(31,0,33,41)
C31M0Y33K41 
(31%,0%,33%,41%)
(0.31/0.00/0.33/0.41)	

CMYK percentages

%31.33
%0
%33.33
%41.18

Codes

Color #679664 in popluar color models

679664
RGB103150100
HSL116°20.00%49.02%
HSB/HSV116°33.33%58.82%
CMYK31.33%0.00%33.33%
41.18%

Color #679664 in popluar number systems.

HEX679664
Decimal103150100
Binary1100111100101101100100
Octal147226144

Shades and tints

Shades of #679664

#679664
(103,150,100)
#5E895B
(94,137,91)
#557C52
(85,124,82)
#4C6F49
(76,111,73)
#436240
(67,98,64)
#3A5537
(58,85,55)
#31482E
(49,72,46)
#283B25
(40,59,37)
#1F2E1C
(31,46,28)
#162113
(22,33,19)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #679664

#679664
(103,150,100)
#749F72
(116,159,114)
#81A880
(129,168,128)
#8EB18E
(142,177,142)
#9BBA9C
(155,186,156)
#A8C3AA
(168,195,170)
#B5CCB8
(181,204,184)
#C2D5C6
(194,213,198)
#CFDED4
(207,222,212)
#DCE7E2
(220,231,226)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679664; }

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

This text font color is #679664.


Background Color

.myBgColor { background-color: #679664; }

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

This div background color is #679664.


Border color

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

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

This div border color is #679664.


Opacity

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

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

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

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

This text has shadow with #679664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679664 on black background.


Color preview on white background

This text has color #679664 on white background.



Black color preview on #679664 background

This text has black color on #679664 background.


White color preview on #679664 background

This text has white color on #679664 background.