COLOR #679764

HEX: #679764
RGB: (103,151,100)

Color info

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

RGB color model

#679764 color RGB value is (103,151,100).

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

RGB channels and saturation

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

103
151
100

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

Portions of RGB colors in percentages

R + G + B =
103 + 151 + 100 = 354 (100%)
R 103 of 354 ~ 29.1%
G 151 of 354 ~ 42.66%
B 100 of 354 ~ 28.25%

%29.1
%42.66
%28.25

CMYK color model

#679764 color CMYK value is (32,0,34,41).

  • cyan value is 31.79%
  • magenta value is 0.00%
  • yellow value is 33.77%
  • key color value is 40.78%
CMYK:
(32,0,34,41)
C32M0Y34K41 
(32%,0%,34%,41%)
(0.32/0.00/0.34/0.41)	

CMYK percentages

%31.79
%0
%33.77
%40.78

Codes

Color #679764 in popluar color models

679764
RGB103151100
HSL116°20.32%49.22%
HSB/HSV116°33.77%59.22%
CMYK31.79%0.00%33.77%
40.78%

Color #679764 in popluar number systems.

HEX679764
Decimal103151100
Binary1100111100101111100100
Octal147227144

Shades and tints

Shades of #679764

#679764
(103,151,100)
#5E8A5B
(94,138,91)
#557D52
(85,125,82)
#4C7049
(76,112,73)
#436340
(67,99,64)
#3A5637
(58,86,55)
#31492E
(49,73,46)
#283C25
(40,60,37)
#1F2F1C
(31,47,28)
#162213
(22,34,19)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #679764

#679764
(103,151,100)
#74A072
(116,160,114)
#81A980
(129,169,128)
#8EB28E
(142,178,142)
#9BBB9C
(155,187,156)
#A8C4AA
(168,196,170)
#B5CDB8
(181,205,184)
#C2D6C6
(194,214,198)
#CFDFD4
(207,223,212)
#DCE8E2
(220,232,226)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679764; }

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

This text font color is #679764.


Background Color

.myBgColor { background-color: #679764; }

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

This div background color is #679764.


Border color

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

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

This div border color is #679764.


Opacity

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

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

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

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

This text has shadow with #679764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679764 on black background.


Color preview on white background

This text has color #679764 on white background.



Black color preview on #679764 background

This text has black color on #679764 background.


White color preview on #679764 background

This text has white color on #679764 background.