COLOR #66B164

HEX: #66B164
RGB: (102,177,100)

Color info

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

RGB color model

#66B164 color RGB value is (102,177,100).

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

RGB channels and saturation

R 102 of 255 = 40%
G 177 of 255 = 69%
B 100 of 255 = 39%

102
177
100

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

Portions of RGB colors in percentages

R + G + B =
102 + 177 + 100 = 379 (100%)
R 102 of 379 ~ 26.91%
G 177 of 379 ~ 46.7%
B 100 of 379 ~ 26.39%

%26.91
%46.7
%26.39

CMYK color model

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

  • cyan value is 42.37%
  • magenta value is 0.00%
  • yellow value is 43.50%
  • key color value is 30.59%
CMYK:
(42,0,44,31)
C42M0Y44K31 
(42%,0%,44%,31%)
(0.42/0.00/0.44/0.31)	

CMYK percentages

%42.37
%0
%43.5
%30.59

Codes

Color #66B164 in popluar color models

66B164
RGB102177100
HSL118°33.05%54.31%
HSB/HSV118°43.50%69.41%
CMYK42.37%0.00%43.50%
30.59%

Color #66B164 in popluar number systems.

HEX66B164
Decimal102177100
Binary1100110101100011100100
Octal146261144

Shades and tints

Shades of #66B164

#66B164
(102,177,100)
#5DA15B
(93,161,91)
#549152
(84,145,82)
#4B8149
(75,129,73)
#427140
(66,113,64)
#396137
(57,97,55)
#30512E
(48,81,46)
#274125
(39,65,37)
#1E311C
(30,49,28)
#152113
(21,33,19)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #66B164

#66B164
(102,177,100)
#73B872
(115,184,114)
#80BF80
(128,191,128)
#8DC68E
(141,198,142)
#9ACD9C
(154,205,156)
#A7D4AA
(167,212,170)
#B4DBB8
(180,219,184)
#C1E2C6
(193,226,198)
#CEE9D4
(206,233,212)
#DBF0E2
(219,240,226)
#E8F7F0
(232,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B164; }

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

This text font color is #66B164.


Background Color

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

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

This div background color is #66B164.


Border color

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

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

This div border color is #66B164.


Opacity

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

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

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

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

This text has shadow with #66B164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B164 on black background.


Color preview on white background

This text has color #66B164 on white background.



Black color preview on #66B164 background

This text has black color on #66B164 background.


White color preview on #66B164 background

This text has white color on #66B164 background.