COLOR #668E70

HEX: #668E70
RGB: (102,142,112)

Color info

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

RGB color model

#668E70 color RGB value is (102,142,112).

  • red value is 102;
  • green value is 142;
  • blue value is 112.
RGB:
(102,142,112)
(40%,56%,44%)

RGB channels and saturation

R 102 of 255 = 40%
G 142 of 255 = 56%
B 112 of 255 = 44%

102
142
112

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

Portions of RGB colors in percentages

R + G + B =
102 + 142 + 112 = 356 (100%)
R 102 of 356 ~ 28.65%
G 142 of 356 ~ 39.89%
B 112 of 356 ~ 31.46%

%28.65
%39.89
%31.46

CMYK color model

#668E70 color CMYK value is (28,0,21,44).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 44.31%
CMYK:
(28,0,21,44)
C28M0Y21K44 
(28%,0%,21%,44%)
(0.28/0.00/0.21/0.44)	

CMYK percentages

%28.17
%0
%21.13
%44.31

Codes

Color #668E70 in popluar color models

668E70
RGB102142112
HSL135°16.39%47.84%
HSB/HSV135°28.17%55.69%
CMYK28.17%0.00%21.13%
44.31%

Color #668E70 in popluar number systems.

HEX668E70
Decimal102142112
Binary1100110100011101110000
Octal146216160

Shades and tints

Shades of #668E70

#668E70
(102,142,112)
#5D8266
(93,130,102)
#54765C
(84,118,92)
#4B6A52
(75,106,82)
#425E48
(66,94,72)
#39523E
(57,82,62)
#304634
(48,70,52)
#273A2A
(39,58,42)
#1E2E20
(30,46,32)
#152216
(21,34,22)
#0C160C
(12,22,12)
#000000
(0,0,0)

Tints of #668E70

#668E70
(102,142,112)
#73987D
(115,152,125)
#80A28A
(128,162,138)
#8DAC97
(141,172,151)
#9AB6A4
(154,182,164)
#A7C0B1
(167,192,177)
#B4CABE
(180,202,190)
#C1D4CB
(193,212,203)
#CEDED8
(206,222,216)
#DBE8E5
(219,232,229)
#E8F2F2
(232,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668E70 color. Also use rgb(102,142,112) instead hex code.

Text Font Color

.myTextColor { color: #668E70; }

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

This text font color is #668E70.


Background Color

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

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

This div background color is #668E70.


Border color

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

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

This div border color is #668E70.


Opacity

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

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

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

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

This text has shadow with #668E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668E70 on black background.


Color preview on white background

This text has color #668E70 on white background.



Black color preview on #668E70 background

This text has black color on #668E70 background.


White color preview on #668E70 background

This text has white color on #668E70 background.