COLOR #668866

HEX: #668866
RGB: (102,136,102)

Color info

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

RGB color model

#668866 color RGB value is (102,136,102).

  • red value is 102;
  • green value is 136;
  • blue value is 102.
RGB:
(102,136,102)
(40%,53%,40%)

RGB channels and saturation

R 102 of 255 = 40%
G 136 of 255 = 53%
B 102 of 255 = 40%

102
136
102

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

Portions of RGB colors in percentages

R + G + B =
102 + 136 + 102 = 340 (100%)
R 102 of 340 ~ 30%
G 136 of 340 ~ 40%
B 102 of 340 ~ 30%

%30
%40
%30

CMYK color model

#668866 color CMYK value is (25,0,25,47).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 46.67%
CMYK:
(25,0,25,47)
C25M0Y25K47 
(25%,0%,25%,47%)
(0.25/0.00/0.25/0.47)	

CMYK percentages

%25
%0
%25
%46.67

Codes

Color #668866 in popluar color models

668866
RGB102136102
HSL120°14.29%46.67%
HSB/HSV120°25.00%53.33%
CMYK25.00%0.00%25.00%
46.67%

Color #668866 in popluar number systems.

HEX668866
Decimal102136102
Binary1100110100010001100110
Octal146210146

Shades and tints

Shades of #668866

#668866
(102,136,102)
#5D7C5D
(93,124,93)
#547054
(84,112,84)
#4B644B
(75,100,75)
#425842
(66,88,66)
#394C39
(57,76,57)
#304030
(48,64,48)
#273427
(39,52,39)
#1E281E
(30,40,30)
#151C15
(21,28,21)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #668866

#668866
(102,136,102)
#739273
(115,146,115)
#809C80
(128,156,128)
#8DA68D
(141,166,141)
#9AB09A
(154,176,154)
#A7BAA7
(167,186,167)
#B4C4B4
(180,196,180)
#C1CEC1
(193,206,193)
#CED8CE
(206,216,206)
#DBE2DB
(219,226,219)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668866 color. Also use rgb(102,136,102) instead hex code.

Text Font Color

.myTextColor { color: #668866; }

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

This text font color is #668866.


Background Color

.myBgColor { background-color: #668866; }

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

This div background color is #668866.


Border color

.myBorderColor { border: 1px solid #668866; }

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

This div border color is #668866.


Opacity

.myOpacity80 { color: #668866; opacity: 0.8; }

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

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

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

This text has shadow with #668866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668866 on black background.


Color preview on white background

This text has color #668866 on white background.



Black color preview on #668866 background

This text has black color on #668866 background.


White color preview on #668866 background

This text has white color on #668866 background.