COLOR #66A949

HEX: #66A949
RGB: (102,169,73)

Color info

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

RGB color model

#66A949 color RGB value is (102,169,73).

  • red value is 102;
  • green value is 169;
  • blue value is 73.
RGB:
(102,169,73)
(40%,66%,29%)

RGB channels and saturation

R 102 of 255 = 40%
G 169 of 255 = 66%
B 73 of 255 = 29%

102
169
73

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

Portions of RGB colors in percentages

R + G + B =
102 + 169 + 73 = 344 (100%)
R 102 of 344 ~ 29.65%
G 169 of 344 ~ 49.13%
B 73 of 344 ~ 21.22%

%29.65
%49.13
%21.22

CMYK color model

#66A949 color CMYK value is (40,0,57,34).

  • cyan value is 39.64%
  • magenta value is 0.00%
  • yellow value is 56.80%
  • key color value is 33.73%
CMYK:
(40,0,57,34)
C40M0Y57K34 
(40%,0%,57%,34%)
(0.40/0.00/0.57/0.34)	

CMYK percentages

%39.64
%0
%56.8
%33.73

Codes

Color #66A949 in popluar color models

66A949
RGB10216973
HSL102°39.67%47.45%
HSB/HSV102°56.80%66.27%
CMYK39.64%0.00%56.80%
33.73%

Color #66A949 in popluar number systems.

HEX66A949
Decimal10216973
Binary1100110101010011001001
Octal146251111

Shades and tints

Shades of #66A949

#66A949
(102,169,73)
#5D9A43
(93,154,67)
#548B3D
(84,139,61)
#4B7C37
(75,124,55)
#426D31
(66,109,49)
#395E2B
(57,94,43)
#304F25
(48,79,37)
#27401F
(39,64,31)
#1E3119
(30,49,25)
#152213
(21,34,19)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #66A949

#66A949
(102,169,73)
#73B059
(115,176,89)
#80B769
(128,183,105)
#8DBE79
(141,190,121)
#9AC589
(154,197,137)
#A7CC99
(167,204,153)
#B4D3A9
(180,211,169)
#C1DAB9
(193,218,185)
#CEE1C9
(206,225,201)
#DBE8D9
(219,232,217)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A949 color. Also use rgb(102,169,73) instead hex code.

Text Font Color

.myTextColor { color: #66A949; }

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

This text font color is #66A949.


Background Color

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

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

This div background color is #66A949.


Border color

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

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

This div border color is #66A949.


Opacity

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

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

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

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

This text has shadow with #66A949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A949 on black background.


Color preview on white background

This text has color #66A949 on white background.



Black color preview on #66A949 background

This text has black color on #66A949 background.


White color preview on #66A949 background

This text has white color on #66A949 background.