COLOR #679F66

HEX: #679F66 RGB: (103,159,102)

Color info

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

RGB color model

#679F66 color RGB value is (103,159,102).

RGB: (103,159,102) (40%, 62%, 40%)

RGB channels and saturation

R 103 of 255 = 40%
G 159 of 255 = 62%
B 102 of 255 = 40%

103
159
102

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

Portions of RGB colors in percentages

R + G + B = 103 + 159 + 102 = 364 (100%)
R 103 of 364 ~ 28.3%
G 159 of 364 ~ 43.68%
B 102 of 364 ~ 28.02'%

%28.3
%43.68
%28.02

CMYK color model

#679F66 color CMYK value is (35,0,36,38).

  • cyan value is 35.22%
  • magenta value is 0.00%
  • yellow value is 35.85%
  • key color value is 37.65%

CMYK: (35,0,36,38)
C35M0Y36K38 (35%, 0%, 36%, 38%)
(0.35 / 0.00 / 0.36 / 0.38)

CMYK percentages

%35.22
%0
%35.85
%37.65

Codes

Color #679F66 in popluar color models

67 9F 66
RGB 103 159 102
HSL 119° 22.89% 51.18%
HSB/HSV 119° 35.85% 62.35%
CMYK 35.22% 0.00% 35.85%
37.65%

Color #679F66 in popluar number systems.

HEX 67 9F 66
Decimal 103 159 102
Binary 1100111 10011111 1100110
Octal 147 237 146

Shades and tints

Shades of #679F66

#679F66
(103,159,102)
#5E915D
(94,145,93)
#558354
(85,131,84)
#4C754B
(76,117,75)
#436742
(67,103,66)
#3A5939
(58,89,57)
#314B30
(49,75,48)
#283D27
(40,61,39)
#1F2F1E
(31,47,30)
#162115
(22,33,21)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #679F66

#679F66
(103,159,102)
#74A773
(116,167,115)
#81AF80
(129,175,128)
#8EB78D
(142,183,141)
#9BBF9A
(155,191,154)
#A8C7A7
(168,199,167)
#B5CFB4
(181,207,180)
#C2D7C1
(194,215,193)
#CFDFCE
(207,223,206)
#DCE7DB
(220,231,219)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679F66 color. Also use rgb(103,159,102) instead hex code.

Text Font Color

.myTextColor { color: #679F66; }

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

This text font color is #679F66.

Background Color

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

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

This div background color is #679F66.

Border color

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

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

This div border color is #679F66.

Opacity

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

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

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

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

This text has shadow with #679F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #679F66.

Preview

Color preview on black background

This text has color #679F66 on black background.


Color preview on white background

This text has color #679F66 on white background.


Black color preview on #679F66 background

This text has black color on #679F66 background.


White color preview on #679F66 background

This text has white color on #679F66 background.


Related colors

Complementary color

Complementary color for #hex is #986099.


I love getcolorcode.com

Triadic colors

1 #66679F and #9F6667 with #679F66 are triadic colors.

2 #669F67 and #9F6766 with #679F66 are triadic colors.