COLOR #668C79

HEX: #668C79
RGB: (102,140,121)

Color info

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

RGB color model

#668C79 color RGB value is (102,140,121).

  • red value is 102;
  • green value is 140;
  • blue value is 121.
RGB:
(102,140,121)
(40%,55%,47%)

RGB channels and saturation

R 102 of 255 = 40%
G 140 of 255 = 55%
B 121 of 255 = 47%

102
140
121

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

Portions of RGB colors in percentages

R + G + B =
102 + 140 + 121 = 363 (100%)
R 102 of 363 ~ 28.1%
G 140 of 363 ~ 38.57%
B 121 of 363 ~ 33.33%

%28.1
%38.57
%33.33

CMYK color model

#668C79 color CMYK value is (27,0,14,45).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 13.57%
  • key color value is 45.10%
CMYK:
(27,0,14,45)
C27M0Y14K45 
(27%,0%,14%,45%)
(0.27/0.00/0.14/0.45)	

CMYK percentages

%27.14
%0
%13.57
%45.1

Codes

Color #668C79 in popluar color models

668C79
RGB102140121
HSL150°15.70%47.45%
HSB/HSV150°27.14%54.90%
CMYK27.14%0.00%13.57%
45.10%

Color #668C79 in popluar number systems.

HEX668C79
Decimal102140121
Binary1100110100011001111001
Octal146214171

Shades and tints

Shades of #668C79

#668C79
(102,140,121)
#5D806E
(93,128,110)
#547463
(84,116,99)
#4B6858
(75,104,88)
#425C4D
(66,92,77)
#395042
(57,80,66)
#304437
(48,68,55)
#27382C
(39,56,44)
#1E2C21
(30,44,33)
#152016
(21,32,22)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #668C79

#668C79
(102,140,121)
#739685
(115,150,133)
#80A091
(128,160,145)
#8DAA9D
(141,170,157)
#9AB4A9
(154,180,169)
#A7BEB5
(167,190,181)
#B4C8C1
(180,200,193)
#C1D2CD
(193,210,205)
#CEDCD9
(206,220,217)
#DBE6E5
(219,230,229)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668C79 color. Also use rgb(102,140,121) instead hex code.

Text Font Color

.myTextColor { color: #668C79; }

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

This text font color is #668C79.


Background Color

.myBgColor { background-color: #668C79; }

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

This div background color is #668C79.


Border color

.myBorderColor { border: 1px solid #668C79; }

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

This div border color is #668C79.


Opacity

.myOpacity80 { color: #668C79; opacity: 0.8; }

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

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

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

This text has shadow with #668C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668C79 on black background.


Color preview on white background

This text has color #668C79 on white background.



Black color preview on #668C79 background

This text has black color on #668C79 background.


White color preview on #668C79 background

This text has white color on #668C79 background.