COLOR #66A34C

HEX: #66A34C
RGB: (102,163,76)

Color info

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

RGB color model

#66A34C color RGB value is (102,163,76).

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

RGB channels and saturation

R 102 of 255 = 40%
G 163 of 255 = 64%
B 76 of 255 = 30%

102
163
76

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

Portions of RGB colors in percentages

R + G + B =
102 + 163 + 76 = 341 (100%)
R 102 of 341 ~ 29.91%
G 163 of 341 ~ 47.8%
B 76 of 341 ~ 22.29%

%29.91
%47.8
%22.29

CMYK color model

#66A34C color CMYK value is (37,0,53,36).

  • cyan value is 37.42%
  • magenta value is 0.00%
  • yellow value is 53.37%
  • key color value is 36.08%
CMYK:
(37,0,53,36)
C37M0Y53K36 
(37%,0%,53%,36%)
(0.37/0.00/0.53/0.36)	

CMYK percentages

%37.42
%0
%53.37
%36.08

Codes

Color #66A34C in popluar color models

66A34C
RGB10216376
HSL102°36.40%46.86%
HSB/HSV102°53.37%63.92%
CMYK37.42%0.00%53.37%
36.08%

Color #66A34C in popluar number systems.

HEX66A34C
Decimal10216376
Binary1100110101000111001100
Octal146243114

Shades and tints

Shades of #66A34C

#66A34C
(102,163,76)
#5D9546
(93,149,70)
#548740
(84,135,64)
#4B793A
(75,121,58)
#426B34
(66,107,52)
#395D2E
(57,93,46)
#304F28
(48,79,40)
#274122
(39,65,34)
#1E331C
(30,51,28)
#152516
(21,37,22)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #66A34C

#66A34C
(102,163,76)
#73AB5C
(115,171,92)
#80B36C
(128,179,108)
#8DBB7C
(141,187,124)
#9AC38C
(154,195,140)
#A7CB9C
(167,203,156)
#B4D3AC
(180,211,172)
#C1DBBC
(193,219,188)
#CEE3CC
(206,227,204)
#DBEBDC
(219,235,220)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A34C; }

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

This text font color is #66A34C.


Background Color

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

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

This div background color is #66A34C.


Border color

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

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

This div border color is #66A34C.


Opacity

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

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

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

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

This text has shadow with #66A34C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A34C on black background.


Color preview on white background

This text has color #66A34C on white background.



Black color preview on #66A34C background

This text has black color on #66A34C background.


White color preview on #66A34C background

This text has white color on #66A34C background.