COLOR #66B175

HEX: #66B175
RGB: (102,177,117)

Color info

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

RGB color model

#66B175 color RGB value is (102,177,117).

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

RGB channels and saturation

R 102 of 255 = 40%
G 177 of 255 = 69%
B 117 of 255 = 46%

102
177
117

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

Portions of RGB colors in percentages

R + G + B =
102 + 177 + 117 = 396 (100%)
R 102 of 396 ~ 25.76%
G 177 of 396 ~ 44.7%
B 117 of 396 ~ 29.55%

%25.76
%44.7
%29.55

CMYK color model

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

  • cyan value is 42.37%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 30.59%
CMYK:
(42,0,34,31)
C42M0Y34K31 
(42%,0%,34%,31%)
(0.42/0.00/0.34/0.31)	

CMYK percentages

%42.37
%0
%33.9
%30.59

Codes

Color #66B175 in popluar color models

66B175
RGB102177117
HSL132°32.47%54.71%
HSB/HSV132°42.37%69.41%
CMYK42.37%0.00%33.90%
30.59%

Color #66B175 in popluar number systems.

HEX66B175
Decimal102177117
Binary1100110101100011110101
Octal146261165

Shades and tints

Shades of #66B175

#66B175
(102,177,117)
#5DA16B
(93,161,107)
#549161
(84,145,97)
#4B8157
(75,129,87)
#42714D
(66,113,77)
#396143
(57,97,67)
#305139
(48,81,57)
#27412F
(39,65,47)
#1E3125
(30,49,37)
#15211B
(21,33,27)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #66B175

#66B175
(102,177,117)
#73B881
(115,184,129)
#80BF8D
(128,191,141)
#8DC699
(141,198,153)
#9ACDA5
(154,205,165)
#A7D4B1
(167,212,177)
#B4DBBD
(180,219,189)
#C1E2C9
(193,226,201)
#CEE9D5
(206,233,213)
#DBF0E1
(219,240,225)
#E8F7ED
(232,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B175; }

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

This text font color is #66B175.


Background Color

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

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

This div background color is #66B175.


Border color

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

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

This div border color is #66B175.


Opacity

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

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

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

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

This text has shadow with #66B175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B175 on black background.


Color preview on white background

This text has color #66B175 on white background.



Black color preview on #66B175 background

This text has black color on #66B175 background.


White color preview on #66B175 background

This text has white color on #66B175 background.