COLOR #668C77

HEX: #668C77
RGB: (102,140,119)

Color info

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

RGB color model

#668C77 color RGB value is (102,140,119).

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

RGB channels and saturation

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

102
140
119

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

Portions of RGB colors in percentages

R + G + B =
102 + 140 + 119 = 361 (100%)
R 102 of 361 ~ 28.25%
G 140 of 361 ~ 38.78%
B 119 of 361 ~ 32.96%

%28.25
%38.78
%32.96

CMYK color model

#668C77 color CMYK value is (27,0,15,45).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 45.10%
CMYK:
(27,0,15,45)
C27M0Y15K45 
(27%,0%,15%,45%)
(0.27/0.00/0.15/0.45)	

CMYK percentages

%27.14
%0
%15
%45.1

Codes

Color #668C77 in popluar color models

668C77
RGB102140119
HSL147°15.70%47.45%
HSB/HSV147°27.14%54.90%
CMYK27.14%0.00%15.00%
45.10%

Color #668C77 in popluar number systems.

HEX668C77
Decimal102140119
Binary1100110100011001110111
Octal146214167

Shades and tints

Shades of #668C77

#668C77
(102,140,119)
#5D806D
(93,128,109)
#547463
(84,116,99)
#4B6859
(75,104,89)
#425C4F
(66,92,79)
#395045
(57,80,69)
#30443B
(48,68,59)
#273831
(39,56,49)
#1E2C27
(30,44,39)
#15201D
(21,32,29)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #668C77

#668C77
(102,140,119)
#739683
(115,150,131)
#80A08F
(128,160,143)
#8DAA9B
(141,170,155)
#9AB4A7
(154,180,167)
#A7BEB3
(167,190,179)
#B4C8BF
(180,200,191)
#C1D2CB
(193,210,203)
#CEDCD7
(206,220,215)
#DBE6E3
(219,230,227)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668C77; }

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

This text font color is #668C77.


Background Color

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

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

This div background color is #668C77.


Border color

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

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

This div border color is #668C77.


Opacity

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

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

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

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

This text has shadow with #668C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668C77 on black background.


Color preview on white background

This text has color #668C77 on white background.



Black color preview on #668C77 background

This text has black color on #668C77 background.


White color preview on #668C77 background

This text has white color on #668C77 background.