COLOR #668C6A

HEX: #668C6A
RGB: (102,140,106)

Color info

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

RGB color model

#668C6A color RGB value is (102,140,106).

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

RGB channels and saturation

R 102 of 255 = 40%
G 140 of 255 = 55%
B 106 of 255 = 42%

102
140
106

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

Portions of RGB colors in percentages

R + G + B =
102 + 140 + 106 = 348 (100%)
R 102 of 348 ~ 29.31%
G 140 of 348 ~ 40.23%
B 106 of 348 ~ 30.46%

%29.31
%40.23
%30.46

CMYK color model

#668C6A color CMYK value is (27,0,24,45).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 45.10%
CMYK:
(27,0,24,45)
C27M0Y24K45 
(27%,0%,24%,45%)
(0.27/0.00/0.24/0.45)	

CMYK percentages

%27.14
%0
%24.29
%45.1

Codes

Color #668C6A in popluar color models

668C6A
RGB102140106
HSL126°15.70%47.45%
HSB/HSV126°27.14%54.90%
CMYK27.14%0.00%24.29%
45.10%

Color #668C6A in popluar number systems.

HEX668C6A
Decimal102140106
Binary1100110100011001101010
Octal146214152

Shades and tints

Shades of #668C6A

#668C6A
(102,140,106)
#5D8061
(93,128,97)
#547458
(84,116,88)
#4B684F
(75,104,79)
#425C46
(66,92,70)
#39503D
(57,80,61)
#304434
(48,68,52)
#27382B
(39,56,43)
#1E2C22
(30,44,34)
#152019
(21,32,25)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #668C6A

#668C6A
(102,140,106)
#739677
(115,150,119)
#80A084
(128,160,132)
#8DAA91
(141,170,145)
#9AB49E
(154,180,158)
#A7BEAB
(167,190,171)
#B4C8B8
(180,200,184)
#C1D2C5
(193,210,197)
#CEDCD2
(206,220,210)
#DBE6DF
(219,230,223)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668C6A; }

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

This text font color is #668C6A.


Background Color

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

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

This div background color is #668C6A.


Border color

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

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

This div border color is #668C6A.


Opacity

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

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

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

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

This text has shadow with #668C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668C6A on black background.


Color preview on white background

This text has color #668C6A on white background.



Black color preview on #668C6A background

This text has black color on #668C6A background.


White color preview on #668C6A background

This text has white color on #668C6A background.