COLOR #668F6A

HEX: #668F6A
RGB: (102,143,106)

Color info

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

RGB color model

#668F6A color RGB value is (102,143,106).

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

RGB channels and saturation

R 102 of 255 = 40%
G 143 of 255 = 56%
B 106 of 255 = 42%

102
143
106

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

Portions of RGB colors in percentages

R + G + B =
102 + 143 + 106 = 351 (100%)
R 102 of 351 ~ 29.06%
G 143 of 351 ~ 40.74%
B 106 of 351 ~ 30.2%

%29.06
%40.74
%30.2

CMYK color model

#668F6A color CMYK value is (29,0,26,44).

  • cyan value is 28.67%
  • magenta value is 0.00%
  • yellow value is 25.87%
  • key color value is 43.92%
CMYK:
(29,0,26,44)
C29M0Y26K44 
(29%,0%,26%,44%)
(0.29/0.00/0.26/0.44)	

CMYK percentages

%28.67
%0
%25.87
%43.92

Codes

Color #668F6A in popluar color models

668F6A
RGB102143106
HSL126°16.73%48.04%
HSB/HSV126°28.67%56.08%
CMYK28.67%0.00%25.87%
43.92%

Color #668F6A in popluar number systems.

HEX668F6A
Decimal102143106
Binary1100110100011111101010
Octal146217152

Shades and tints

Shades of #668F6A

#668F6A
(102,143,106)
#5D8261
(93,130,97)
#547558
(84,117,88)
#4B684F
(75,104,79)
#425B46
(66,91,70)
#394E3D
(57,78,61)
#304134
(48,65,52)
#27342B
(39,52,43)
#1E2722
(30,39,34)
#151A19
(21,26,25)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #668F6A

#668F6A
(102,143,106)
#739977
(115,153,119)
#80A384
(128,163,132)
#8DAD91
(141,173,145)
#9AB79E
(154,183,158)
#A7C1AB
(167,193,171)
#B4CBB8
(180,203,184)
#C1D5C5
(193,213,197)
#CEDFD2
(206,223,210)
#DBE9DF
(219,233,223)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668F6A; }

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

This text font color is #668F6A.


Background Color

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

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

This div background color is #668F6A.


Border color

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

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

This div border color is #668F6A.


Opacity

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

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

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

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

This text has shadow with #668F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668F6A on black background.


Color preview on white background

This text has color #668F6A on white background.



Black color preview on #668F6A background

This text has black color on #668F6A background.


White color preview on #668F6A background

This text has white color on #668F6A background.