COLOR #669766

HEX: #669766
RGB: (102,151,102)

Color info

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

RGB color model

#669766 color RGB value is (102,151,102).

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

RGB channels and saturation

R 102 of 255 = 40%
G 151 of 255 = 59%
B 102 of 255 = 40%

102
151
102

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

Portions of RGB colors in percentages

R + G + B =
102 + 151 + 102 = 355 (100%)
R 102 of 355 ~ 28.73%
G 151 of 355 ~ 42.54%
B 102 of 355 ~ 28.73%

%28.73
%42.54
%28.73

CMYK color model

#669766 color CMYK value is (32,0,32,41).

  • cyan value is 32.45%
  • magenta value is 0.00%
  • yellow value is 32.45%
  • key color value is 40.78%
CMYK:
(32,0,32,41)
C32M0Y32K41 
(32%,0%,32%,41%)
(0.32/0.00/0.32/0.41)	

CMYK percentages

%32.45
%0
%32.45
%40.78

Codes

Color #669766 in popluar color models

669766
RGB102151102
HSL120°19.37%49.61%
HSB/HSV120°32.45%59.22%
CMYK32.45%0.00%32.45%
40.78%

Color #669766 in popluar number systems.

HEX669766
Decimal102151102
Binary1100110100101111100110
Octal146227146

Shades and tints

Shades of #669766

#669766
(102,151,102)
#5D8A5D
(93,138,93)
#547D54
(84,125,84)
#4B704B
(75,112,75)
#426342
(66,99,66)
#395639
(57,86,57)
#304930
(48,73,48)
#273C27
(39,60,39)
#1E2F1E
(30,47,30)
#152215
(21,34,21)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #669766

#669766
(102,151,102)
#73A073
(115,160,115)
#80A980
(128,169,128)
#8DB28D
(141,178,141)
#9ABB9A
(154,187,154)
#A7C4A7
(167,196,167)
#B4CDB4
(180,205,180)
#C1D6C1
(193,214,193)
#CEDFCE
(206,223,206)
#DBE8DB
(219,232,219)
#E8F1E8
(232,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669766; }

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

This text font color is #669766.


Background Color

.myBgColor { background-color: #669766; }

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

This div background color is #669766.


Border color

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

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

This div border color is #669766.


Opacity

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

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

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

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

This text has shadow with #669766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669766 on black background.


Color preview on white background

This text has color #669766 on white background.



Black color preview on #669766 background

This text has black color on #669766 background.


White color preview on #669766 background

This text has white color on #669766 background.