COLOR #66A84C

HEX: #66A84C
RGB: (102,168,76)

Color info

#66A84C contains mainly green color. Web safe color of #66A84C is #669933 (or #693).

RGB color model

#66A84C color RGB value is (102,168,76).

  • red value is 102;
  • green value is 168;
  • blue value is 76.
RGB:
(102,168,76)
(40%,66%,30%)

RGB channels and saturation

R 102 of 255 = 40%
G 168 of 255 = 66%
B 76 of 255 = 30%

102
168
76

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

Portions of RGB colors in percentages

R + G + B =
102 + 168 + 76 = 346 (100%)
R 102 of 346 ~ 29.48%
G 168 of 346 ~ 48.55%
B 76 of 346 ~ 21.97%

%29.48
%48.55
%21.97

CMYK color model

#66A84C color CMYK value is (39,0,55,34).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 54.76%
  • key color value is 34.12%
CMYK:
(39,0,55,34)
C39M0Y55K34 
(39%,0%,55%,34%)
(0.39/0.00/0.55/0.34)	

CMYK percentages

%39.29
%0
%54.76
%34.12

Codes

Color #66A84C in popluar color models

66A84C
RGB10216876
HSL103°37.70%47.84%
HSB/HSV103°54.76%65.88%
CMYK39.29%0.00%54.76%
34.12%

Color #66A84C in popluar number systems.

HEX66A84C
Decimal10216876
Binary1100110101010001001100
Octal146250114

Shades and tints

Shades of #66A84C

#66A84C
(102,168,76)
#5D9946
(93,153,70)
#548A40
(84,138,64)
#4B7B3A
(75,123,58)
#426C34
(66,108,52)
#395D2E
(57,93,46)
#304E28
(48,78,40)
#273F22
(39,63,34)
#1E301C
(30,48,28)
#152116
(21,33,22)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #66A84C

#66A84C
(102,168,76)
#73AF5C
(115,175,92)
#80B66C
(128,182,108)
#8DBD7C
(141,189,124)
#9AC48C
(154,196,140)
#A7CB9C
(167,203,156)
#B4D2AC
(180,210,172)
#C1D9BC
(193,217,188)
#CEE0CC
(206,224,204)
#DBE7DC
(219,231,220)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A84C color. Also use rgb(102,168,76) instead hex code.

Text Font Color

.myTextColor { color: #66A84C; }

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

This text font color is #66A84C.


Background Color

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

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

This div background color is #66A84C.


Border color

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

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

This div border color is #66A84C.


Opacity

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

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

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

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

This text has shadow with #66A84C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A84C on black background.


Color preview on white background

This text has color #66A84C on white background.



Black color preview on #66A84C background

This text has black color on #66A84C background.


White color preview on #66A84C background

This text has white color on #66A84C background.