COLOR #679F6E

HEX: #679F6E RGB: (103,159,110)

Color info

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

RGB color model

#679F6E color RGB value is (103,159,110).

RGB: (103,159,110) (40%, 62%, 43%)

RGB channels and saturation

R 103 of 255 = 40%
G 159 of 255 = 62%
B 110 of 255 = 43%

103
159
110

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

Portions of RGB colors in percentages

R + G + B = 103 + 159 + 110 = 372 (100%)
R 103 of 372 ~ 27.69%
G 159 of 372 ~ 42.74%
B 110 of 372 ~ 29.57'%

%27.69
%42.74
%29.57

CMYK color model

#679F6E color CMYK value is (35,0,31,38).

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

CMYK: (35,0,31,38)
C35M0Y31K38 (35%, 0%, 31%, 38%)
(0.35 / 0.00 / 0.31 / 0.38)

CMYK percentages

%35.22
%0
%30.82
%37.65

Codes

Color #679F6E in popluar color models

67 9F 6E
RGB 103 159 110
HSL 128° 22.58% 51.37%
HSB/HSV 128° 35.22% 62.35%
CMYK 35.22% 0.00% 30.82%
37.65%

Color #679F6E in popluar number systems.

HEX 67 9F 6E
Decimal 103 159 110
Binary 1100111 10011111 1101110
Octal 147 237 156

Shades and tints

Shades of #679F6E

#679F6E
(103,159,110)
#5E9164
(94,145,100)
#55835A
(85,131,90)
#4C7550
(76,117,80)
#436746
(67,103,70)
#3A593C
(58,89,60)
#314B32
(49,75,50)
#283D28
(40,61,40)
#1F2F1E
(31,47,30)
#162114
(22,33,20)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #679F6E

#679F6E
(103,159,110)
#74A77B
(116,167,123)
#81AF88
(129,175,136)
#8EB795
(142,183,149)
#9BBFA2
(155,191,162)
#A8C7AF
(168,199,175)
#B5CFBC
(181,207,188)
#C2D7C9
(194,215,201)
#CFDFD6
(207,223,214)
#DCE7E3
(220,231,227)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679F6E; }

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

This text font color is #679F6E.

Background Color

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

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

This div background color is #679F6E.

Border color

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

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

This div border color is #679F6E.

Opacity

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

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

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

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

This text has shadow with #679F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #679F6E.

Preview

Color preview on black background

This text has color #679F6E on black background.


Color preview on white background

This text has color #679F6E on white background.


Black color preview on #679F6E background

This text has black color on #679F6E background.


White color preview on #679F6E background

This text has white color on #679F6E background.


Related colors

Complementary color

Complementary color for #hex is #986091.


I love getcolorcode.com

Triadic colors

1 #6E679F and #9F6E67 with #679F6E are triadic colors.

2 #6E9F67 and #9F676E with #679F6E are triadic colors.