COLOR #669C66

HEX: #669C66
RGB: (102,156,102)

Color info

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

RGB color model

#669C66 color RGB value is (102,156,102).

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

RGB channels and saturation

R 102 of 255 = 40%
G 156 of 255 = 61%
B 102 of 255 = 40%

102
156
102

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

Portions of RGB colors in percentages

R + G + B =
102 + 156 + 102 = 360 (100%)
R 102 of 360 ~ 28.33%
G 156 of 360 ~ 43.33%
B 102 of 360 ~ 28.33%

%28.33
%43.33
%28.33

CMYK color model

#669C66 color CMYK value is (35,0,35,39).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 38.82%
CMYK:
(35,0,35,39)
C35M0Y35K39 
(35%,0%,35%,39%)
(0.35/0.00/0.35/0.39)	

CMYK percentages

%34.62
%0
%34.62
%38.82

Codes

Color #669C66 in popluar color models

669C66
RGB102156102
HSL120°21.43%50.59%
HSB/HSV120°34.62%61.18%
CMYK34.62%0.00%34.62%
38.82%

Color #669C66 in popluar number systems.

HEX669C66
Decimal102156102
Binary1100110100111001100110
Octal146234146

Shades and tints

Shades of #669C66

#669C66
(102,156,102)
#5D8E5D
(93,142,93)
#548054
(84,128,84)
#4B724B
(75,114,75)
#426442
(66,100,66)
#395639
(57,86,57)
#304830
(48,72,48)
#273A27
(39,58,39)
#1E2C1E
(30,44,30)
#151E15
(21,30,21)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #669C66

#669C66
(102,156,102)
#73A573
(115,165,115)
#80AE80
(128,174,128)
#8DB78D
(141,183,141)
#9AC09A
(154,192,154)
#A7C9A7
(167,201,167)
#B4D2B4
(180,210,180)
#C1DBC1
(193,219,193)
#CEE4CE
(206,228,206)
#DBEDDB
(219,237,219)
#E8F6E8
(232,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669C66; }

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

This text font color is #669C66.


Background Color

.myBgColor { background-color: #669C66; }

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

This div background color is #669C66.


Border color

.myBorderColor { border: 1px solid #669C66; }

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

This div border color is #669C66.


Opacity

.myOpacity80 { color: #669C66; opacity: 0.8; }

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

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

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

This text has shadow with #669C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669C66 on black background.


Color preview on white background

This text has color #669C66 on white background.



Black color preview on #669C66 background

This text has black color on #669C66 background.


White color preview on #669C66 background

This text has white color on #669C66 background.