COLOR #66B456

HEX: #66B456
RGB: (102,180,86)

Color info

#66B456 contains mainly green color. Web safe color of #66B456 is #66CC66 (or #6C6).

RGB color model

#66B456 color RGB value is (102,180,86).

  • red value is 102;
  • green value is 180;
  • blue value is 86.
RGB:
(102,180,86)
(40%,71%,34%)

RGB channels and saturation

R 102 of 255 = 40%
G 180 of 255 = 71%
B 86 of 255 = 34%

102
180
86

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

Portions of RGB colors in percentages

R + G + B =
102 + 180 + 86 = 368 (100%)
R 102 of 368 ~ 27.72%
G 180 of 368 ~ 48.91%
B 86 of 368 ~ 23.37%

%27.72
%48.91
%23.37

CMYK color model

#66B456 color CMYK value is (43,0,52,29).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 52.22%
  • key color value is 29.41%
CMYK:
(43,0,52,29)
C43M0Y52K29 
(43%,0%,52%,29%)
(0.43/0.00/0.52/0.29)	

CMYK percentages

%43.33
%0
%52.22
%29.41

Codes

Color #66B456 in popluar color models

66B456
RGB10218086
HSL110°38.52%52.16%
HSB/HSV110°52.22%70.59%
CMYK43.33%0.00%52.22%
29.41%

Color #66B456 in popluar number systems.

HEX66B456
Decimal10218086
Binary1100110101101001010110
Octal146264126

Shades and tints

Shades of #66B456

#66B456
(102,180,86)
#5DA44F
(93,164,79)
#549448
(84,148,72)
#4B8441
(75,132,65)
#42743A
(66,116,58)
#396433
(57,100,51)
#30542C
(48,84,44)
#274425
(39,68,37)
#1E341E
(30,52,30)
#152417
(21,36,23)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #66B456

#66B456
(102,180,86)
#73BA65
(115,186,101)
#80C074
(128,192,116)
#8DC683
(141,198,131)
#9ACC92
(154,204,146)
#A7D2A1
(167,210,161)
#B4D8B0
(180,216,176)
#C1DEBF
(193,222,191)
#CEE4CE
(206,228,206)
#DBEADD
(219,234,221)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B456; }

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

This text font color is #66B456.


Background Color

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

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

This div background color is #66B456.


Border color

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

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

This div border color is #66B456.


Opacity

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

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

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

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

This text has shadow with #66B456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B456 on black background.


Color preview on white background

This text has color #66B456 on white background.



Black color preview on #66B456 background

This text has black color on #66B456 background.


White color preview on #66B456 background

This text has white color on #66B456 background.