COLOR #66B075

HEX: #66B075
RGB: (102,176,117)

Color info

#66B075 contains mainly green and blue colors. Web safe color of #66B075 is #669966 (or #696).

RGB color model

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

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

RGB channels and saturation

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

102
176
117

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

Portions of RGB colors in percentages

R + G + B =
102 + 176 + 117 = 395 (100%)
R 102 of 395 ~ 25.82%
G 176 of 395 ~ 44.56%
B 117 of 395 ~ 29.62%

%25.82
%44.56
%29.62

CMYK color model

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

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

CMYK percentages

%42.05
%0
%33.52
%30.98

Codes

Color #66B075 in popluar color models

66B075
RGB102176117
HSL132°31.90%54.51%
HSB/HSV132°42.05%69.02%
CMYK42.05%0.00%33.52%
30.98%

Color #66B075 in popluar number systems.

HEX66B075
Decimal102176117
Binary1100110101100001110101
Octal146260165

Shades and tints

Shades of #66B075

#66B075
(102,176,117)
#5DA06B
(93,160,107)
#549061
(84,144,97)
#4B8057
(75,128,87)
#42704D
(66,112,77)
#396043
(57,96,67)
#305039
(48,80,57)
#27402F
(39,64,47)
#1E3025
(30,48,37)
#15201B
(21,32,27)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #66B075

#66B075
(102,176,117)
#73B781
(115,183,129)
#80BE8D
(128,190,141)
#8DC599
(141,197,153)
#9ACCA5
(154,204,165)
#A7D3B1
(167,211,177)
#B4DABD
(180,218,189)
#C1E1C9
(193,225,201)
#CEE8D5
(206,232,213)
#DBEFE1
(219,239,225)
#E8F6ED
(232,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B075; }

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

This text font color is #66B075.


Background Color

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

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

This div background color is #66B075.


Border color

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

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

This div border color is #66B075.


Opacity

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

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

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

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

This text has shadow with #66B075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B075 on black background.


Color preview on white background

This text has color #66B075 on white background.



Black color preview on #66B075 background

This text has black color on #66B075 background.


White color preview on #66B075 background

This text has white color on #66B075 background.