COLOR #668D62

HEX: #668D62
RGB: (102,141,98)

Color info

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

RGB color model

#668D62 color RGB value is (102,141,98).

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

RGB channels and saturation

R 102 of 255 = 40%
G 141 of 255 = 55%
B 98 of 255 = 38%

102
141
98

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

Portions of RGB colors in percentages

R + G + B =
102 + 141 + 98 = 341 (100%)
R 102 of 341 ~ 29.91%
G 141 of 341 ~ 41.35%
B 98 of 341 ~ 28.74%

%29.91
%41.35
%28.74

CMYK color model

#668D62 color CMYK value is (28,0,30,45).

  • cyan value is 27.66%
  • magenta value is 0.00%
  • yellow value is 30.50%
  • key color value is 44.71%
CMYK:
(28,0,30,45)
C28M0Y30K45 
(28%,0%,30%,45%)
(0.28/0.00/0.30/0.45)	

CMYK percentages

%27.66
%0
%30.5
%44.71

Codes

Color #668D62 in popluar color models

668D62
RGB10214198
HSL114°17.99%46.86%
HSB/HSV114°30.50%55.29%
CMYK27.66%0.00%30.50%
44.71%

Color #668D62 in popluar number systems.

HEX668D62
Decimal10214198
Binary1100110100011011100010
Octal146215142

Shades and tints

Shades of #668D62

#668D62
(102,141,98)
#5D815A
(93,129,90)
#547552
(84,117,82)
#4B694A
(75,105,74)
#425D42
(66,93,66)
#39513A
(57,81,58)
#304532
(48,69,50)
#27392A
(39,57,42)
#1E2D22
(30,45,34)
#15211A
(21,33,26)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #668D62

#668D62
(102,141,98)
#739770
(115,151,112)
#80A17E
(128,161,126)
#8DAB8C
(141,171,140)
#9AB59A
(154,181,154)
#A7BFA8
(167,191,168)
#B4C9B6
(180,201,182)
#C1D3C4
(193,211,196)
#CEDDD2
(206,221,210)
#DBE7E0
(219,231,224)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668D62; }

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

This text font color is #668D62.


Background Color

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

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

This div background color is #668D62.


Border color

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

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

This div border color is #668D62.


Opacity

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

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

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

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

This text has shadow with #668D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668D62 on black background.


Color preview on white background

This text has color #668D62 on white background.



Black color preview on #668D62 background

This text has black color on #668D62 background.


White color preview on #668D62 background

This text has white color on #668D62 background.