COLOR #668D6C

HEX: #668D6C
RGB: (102,141,108)

Color info

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

RGB color model

#668D6C color RGB value is (102,141,108).

  • red value is 102;
  • green value is 141;
  • blue value is 108.
RGB:
(102,141,108)
(40%,55%,42%)

RGB channels and saturation

R 102 of 255 = 40%
G 141 of 255 = 55%
B 108 of 255 = 42%

102
141
108

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

Portions of RGB colors in percentages

R + G + B =
102 + 141 + 108 = 351 (100%)
R 102 of 351 ~ 29.06%
G 141 of 351 ~ 40.17%
B 108 of 351 ~ 30.77%

%29.06
%40.17
%30.77

CMYK color model

#668D6C color CMYK value is (28,0,23,45).

  • cyan value is 27.66%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 44.71%
CMYK:
(28,0,23,45)
C28M0Y23K45 
(28%,0%,23%,45%)
(0.28/0.00/0.23/0.45)	

CMYK percentages

%27.66
%0
%23.4
%44.71

Codes

Color #668D6C in popluar color models

668D6C
RGB102141108
HSL129°16.05%47.65%
HSB/HSV129°27.66%55.29%
CMYK27.66%0.00%23.40%
44.71%

Color #668D6C in popluar number systems.

HEX668D6C
Decimal102141108
Binary1100110100011011101100
Octal146215154

Shades and tints

Shades of #668D6C

#668D6C
(102,141,108)
#5D8163
(93,129,99)
#54755A
(84,117,90)
#4B6951
(75,105,81)
#425D48
(66,93,72)
#39513F
(57,81,63)
#304536
(48,69,54)
#27392D
(39,57,45)
#1E2D24
(30,45,36)
#15211B
(21,33,27)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #668D6C

#668D6C
(102,141,108)
#739779
(115,151,121)
#80A186
(128,161,134)
#8DAB93
(141,171,147)
#9AB5A0
(154,181,160)
#A7BFAD
(167,191,173)
#B4C9BA
(180,201,186)
#C1D3C7
(193,211,199)
#CEDDD4
(206,221,212)
#DBE7E1
(219,231,225)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668D6C color. Also use rgb(102,141,108) instead hex code.

Text Font Color

.myTextColor { color: #668D6C; }

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

This text font color is #668D6C.


Background Color

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

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

This div background color is #668D6C.


Border color

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

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

This div border color is #668D6C.


Opacity

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

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

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

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

This text has shadow with #668D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668D6C on black background.


Color preview on white background

This text has color #668D6C on white background.



Black color preview on #668D6C background

This text has black color on #668D6C background.


White color preview on #668D6C background

This text has white color on #668D6C background.