COLOR #679960

HEX: #679960
RGB: (103,153,96)

Color info

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

RGB color model

#679960 color RGB value is (103,153,96).

  • red value is 103;
  • green value is 153;
  • blue value is 96.
RGB:
(103,153,96)
(40%,60%,38%)

RGB channels and saturation

R 103 of 255 = 40%
G 153 of 255 = 60%
B 96 of 255 = 38%

103
153
96

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

Portions of RGB colors in percentages

R + G + B =
103 + 153 + 96 = 352 (100%)
R 103 of 352 ~ 29.26%
G 153 of 352 ~ 43.47%
B 96 of 352 ~ 27.27%

%29.26
%43.47
%27.27

CMYK color model

#679960 color CMYK value is (33,0,37,40).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 40.00%
CMYK:
(33,0,37,40)
C33M0Y37K40 
(33%,0%,37%,40%)
(0.33/0.00/0.37/0.40)	

CMYK percentages

%32.68
%0
%37.25
%40

Codes

Color #679960 in popluar color models

679960
RGB10315396
HSL113°22.89%48.82%
HSB/HSV113°37.25%60.00%
CMYK32.68%0.00%37.25%
40.00%

Color #679960 in popluar number systems.

HEX679960
Decimal10315396
Binary1100111100110011100000
Octal147231140

Shades and tints

Shades of #679960

#679960
(103,153,96)
#5E8C58
(94,140,88)
#557F50
(85,127,80)
#4C7248
(76,114,72)
#436540
(67,101,64)
#3A5838
(58,88,56)
#314B30
(49,75,48)
#283E28
(40,62,40)
#1F3120
(31,49,32)
#162418
(22,36,24)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #679960

#679960
(103,153,96)
#74A26E
(116,162,110)
#81AB7C
(129,171,124)
#8EB48A
(142,180,138)
#9BBD98
(155,189,152)
#A8C6A6
(168,198,166)
#B5CFB4
(181,207,180)
#C2D8C2
(194,216,194)
#CFE1D0
(207,225,208)
#DCEADE
(220,234,222)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679960 color. Also use rgb(103,153,96) instead hex code.

Text Font Color

.myTextColor { color: #679960; }

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

This text font color is #679960.


Background Color

.myBgColor { background-color: #679960; }

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

This div background color is #679960.


Border color

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

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

This div border color is #679960.


Opacity

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

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

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

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

This text has shadow with #679960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679960 on black background.


Color preview on white background

This text has color #679960 on white background.



Black color preview on #679960 background

This text has black color on #679960 background.


White color preview on #679960 background

This text has white color on #679960 background.