COLOR #66B078

HEX: #66B078
RGB: (102,176,120)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

102
176
120

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

Portions of RGB colors in percentages

R + G + B =
102 + 176 + 120 = 398 (100%)
R 102 of 398 ~ 25.63%
G 176 of 398 ~ 44.22%
B 120 of 398 ~ 30.15%

%25.63
%44.22
%30.15

CMYK color model

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

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

CMYK percentages

%42.05
%0
%31.82
%30.98

Codes

Color #66B078 in popluar color models

66B078
RGB102176120
HSL135°31.90%54.51%
HSB/HSV135°42.05%69.02%
CMYK42.05%0.00%31.82%
30.98%

Color #66B078 in popluar number systems.

HEX66B078
Decimal102176120
Binary1100110101100001111000
Octal146260170

Shades and tints

Shades of #66B078

#66B078
(102,176,120)
#5DA06E
(93,160,110)
#549064
(84,144,100)
#4B805A
(75,128,90)
#427050
(66,112,80)
#396046
(57,96,70)
#30503C
(48,80,60)
#274032
(39,64,50)
#1E3028
(30,48,40)
#15201E
(21,32,30)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #66B078

#66B078
(102,176,120)
#73B784
(115,183,132)
#80BE90
(128,190,144)
#8DC59C
(141,197,156)
#9ACCA8
(154,204,168)
#A7D3B4
(167,211,180)
#B4DAC0
(180,218,192)
#C1E1CC
(193,225,204)
#CEE8D8
(206,232,216)
#DBEFE4
(219,239,228)
#E8F6F0
(232,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B078; }

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

This text font color is #66B078.


Background Color

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

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

This div background color is #66B078.


Border color

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

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

This div border color is #66B078.


Opacity

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

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

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

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

This text has shadow with #66B078 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #66B078 on black background.


Color preview on white background

This text has color #66B078 on white background.



Black color preview on #66B078 background

This text has black color on #66B078 background.


White color preview on #66B078 background

This text has white color on #66B078 background.