COLOR #66B066

HEX: #66B066
RGB: (102,176,102)

Color info

#66B066 contains mainly green color. Web safe color of #66B066 is #669966 (or #696).

RGB color model

#66B066 color RGB value is (102,176,102).

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

RGB channels and saturation

R 102 of 255 = 40%
G 176 of 255 = 69%
B 102 of 255 = 40%

102
176
102

R + G + B ~ 50%. #66B066 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 176 + 102 = 380 (100%)
R 102 of 380 ~ 26.84%
G 176 of 380 ~ 46.32%
B 102 of 380 ~ 26.84%

%26.84
%46.32
%26.84

CMYK color model

#66B066 color CMYK value is (42,0,42,31).

  • cyan value is 42.05%
  • magenta value is 0.00%
  • yellow value is 42.05%
  • key color value is 30.98%
CMYK:
(42,0,42,31)
C42M0Y42K31 
(42%,0%,42%,31%)
(0.42/0.00/0.42/0.31)	

CMYK percentages

%42.05
%0
%42.05
%30.98

Codes

Color #66B066 in popluar color models

66B066
RGB102176102
HSL120°31.90%54.51%
HSB/HSV120°42.05%69.02%
CMYK42.05%0.00%42.05%
30.98%

Color #66B066 in popluar number systems.

HEX66B066
Decimal102176102
Binary1100110101100001100110
Octal146260146

Shades and tints

Shades of #66B066

#66B066
(102,176,102)
#5DA05D
(93,160,93)
#549054
(84,144,84)
#4B804B
(75,128,75)
#427042
(66,112,66)
#396039
(57,96,57)
#305030
(48,80,48)
#274027
(39,64,39)
#1E301E
(30,48,30)
#152015
(21,32,21)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #66B066

#66B066
(102,176,102)
#73B773
(115,183,115)
#80BE80
(128,190,128)
#8DC58D
(141,197,141)
#9ACC9A
(154,204,154)
#A7D3A7
(167,211,167)
#B4DAB4
(180,218,180)
#C1E1C1
(193,225,193)
#CEE8CE
(206,232,206)
#DBEFDB
(219,239,219)
#E8F6E8
(232,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B066; }

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

This text font color is #66B066.


Background Color

.myBgColor { background-color: #66B066; }

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

This div background color is #66B066.


Border color

.myBorderColor { border: 1px solid #66B066; }

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

This div border color is #66B066.


Opacity

.myOpacity80 { color: #66B066; opacity: 0.8; }

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

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

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

This text has shadow with #66B066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B066 on black background.


Color preview on white background

This text has color #66B066 on white background.



Black color preview on #66B066 background

This text has black color on #66B066 background.


White color preview on #66B066 background

This text has white color on #66B066 background.