COLOR #669860

HEX: #669860
RGB: (102,152,96)

Color info

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

RGB color model

#669860 color RGB value is (102,152,96).

  • red value is 102;
  • green value is 152;
  • blue value is 96.
RGB:
(102,152,96)
(40%,60%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 152 of 255 = 60%
B 96 of 255 = 38%

102
152
96

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

Portions of RGB colors in percentages

R + G + B =
102 + 152 + 96 = 350 (100%)
R 102 of 350 ~ 29.14%
G 152 of 350 ~ 43.43%
B 96 of 350 ~ 27.43%

%29.14
%43.43
%27.43

CMYK color model

#669860 color CMYK value is (33,0,37,40).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 40.39%
CMYK:
(33,0,37,40)
C33M0Y37K40 
(33%,0%,37%,40%)
(0.33/0.00/0.37/0.40)	

CMYK percentages

%32.89
%0
%36.84
%40.39

Codes

Color #669860 in popluar color models

669860
RGB10215296
HSL114°22.58%48.63%
HSB/HSV114°36.84%59.61%
CMYK32.89%0.00%36.84%
40.39%

Color #669860 in popluar number systems.

HEX669860
Decimal10215296
Binary1100110100110001100000
Octal146230140

Shades and tints

Shades of #669860

#669860
(102,152,96)
#5D8B58
(93,139,88)
#547E50
(84,126,80)
#4B7148
(75,113,72)
#426440
(66,100,64)
#395738
(57,87,56)
#304A30
(48,74,48)
#273D28
(39,61,40)
#1E3020
(30,48,32)
#152318
(21,35,24)
#0C1610
(12,22,16)
#000000
(0,0,0)

Tints of #669860

#669860
(102,152,96)
#73A16E
(115,161,110)
#80AA7C
(128,170,124)
#8DB38A
(141,179,138)
#9ABC98
(154,188,152)
#A7C5A6
(167,197,166)
#B4CEB4
(180,206,180)
#C1D7C2
(193,215,194)
#CEE0D0
(206,224,208)
#DBE9DE
(219,233,222)
#E8F2EC
(232,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669860; }

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

This text font color is #669860.


Background Color

.myBgColor { background-color: #669860; }

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

This div background color is #669860.


Border color

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

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

This div border color is #669860.


Opacity

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

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

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

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

This text has shadow with #669860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669860 on black background.


Color preview on white background

This text has color #669860 on white background.



Black color preview on #669860 background

This text has black color on #669860 background.


White color preview on #669860 background

This text has white color on #669860 background.