COLOR #66A444

HEX: #66A444
RGB: (102,164,68)

Color info

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

RGB color model

#66A444 color RGB value is (102,164,68).

  • red value is 102;
  • green value is 164;
  • blue value is 68.
RGB:
(102,164,68)
(40%,64%,27%)

RGB channels and saturation

R 102 of 255 = 40%
G 164 of 255 = 64%
B 68 of 255 = 27%

102
164
68

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

Portions of RGB colors in percentages

R + G + B =
102 + 164 + 68 = 334 (100%)
R 102 of 334 ~ 30.54%
G 164 of 334 ~ 49.1%
B 68 of 334 ~ 20.36%

%30.54
%49.1
%20.36

CMYK color model

#66A444 color CMYK value is (38,0,59,36).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 58.54%
  • key color value is 35.69%
CMYK:
(38,0,59,36)
C38M0Y59K36 
(38%,0%,59%,36%)
(0.38/0.00/0.59/0.36)	

CMYK percentages

%37.8
%0
%58.54
%35.69

Codes

Color #66A444 in popluar color models

66A444
RGB10216468
HSL99°41.38%45.49%
HSB/HSV99°58.54%64.31%
CMYK37.80%0.00%58.54%
35.69%

Color #66A444 in popluar number systems.

HEX66A444
Decimal10216468
Binary1100110101001001000100
Octal146244104

Shades and tints

Shades of #66A444

#66A444
(102,164,68)
#5D963E
(93,150,62)
#548838
(84,136,56)
#4B7A32
(75,122,50)
#426C2C
(66,108,44)
#395E26
(57,94,38)
#305020
(48,80,32)
#27421A
(39,66,26)
#1E3414
(30,52,20)
#15260E
(21,38,14)
#0C1808
(12,24,8)
#000000
(0,0,0)

Tints of #66A444

#66A444
(102,164,68)
#73AC55
(115,172,85)
#80B466
(128,180,102)
#8DBC77
(141,188,119)
#9AC488
(154,196,136)
#A7CC99
(167,204,153)
#B4D4AA
(180,212,170)
#C1DCBB
(193,220,187)
#CEE4CC
(206,228,204)
#DBECDD
(219,236,221)
#E8F4EE
(232,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A444 color. Also use rgb(102,164,68) instead hex code.

Text Font Color

.myTextColor { color: #66A444; }

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

This text font color is #66A444.


Background Color

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

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

This div background color is #66A444.


Border color

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

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

This div border color is #66A444.


Opacity

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

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

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

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

This text has shadow with #66A444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A444 on black background.


Color preview on white background

This text has color #66A444 on white background.



Black color preview on #66A444 background

This text has black color on #66A444 background.


White color preview on #66A444 background

This text has white color on #66A444 background.