COLOR #66A549

HEX: #66A549
RGB: (102,165,73)

Color info

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

RGB color model

#66A549 color RGB value is (102,165,73).

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

RGB channels and saturation

R 102 of 255 = 40%
G 165 of 255 = 65%
B 73 of 255 = 29%

102
165
73

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

Portions of RGB colors in percentages

R + G + B =
102 + 165 + 73 = 340 (100%)
R 102 of 340 ~ 30%
G 165 of 340 ~ 48.53%
B 73 of 340 ~ 21.47%

%30
%48.53
%21.47

CMYK color model

#66A549 color CMYK value is (38,0,56,35).

  • cyan value is 38.18%
  • magenta value is 0.00%
  • yellow value is 55.76%
  • key color value is 35.29%
CMYK:
(38,0,56,35)
C38M0Y56K35 
(38%,0%,56%,35%)
(0.38/0.00/0.56/0.35)	

CMYK percentages

%38.18
%0
%55.76
%35.29

Codes

Color #66A549 in popluar color models

66A549
RGB10216573
HSL101°38.66%46.67%
HSB/HSV101°55.76%64.71%
CMYK38.18%0.00%55.76%
35.29%

Color #66A549 in popluar number systems.

HEX66A549
Decimal10216573
Binary1100110101001011001001
Octal146245111

Shades and tints

Shades of #66A549

#66A549
(102,165,73)
#5D9643
(93,150,67)
#54873D
(84,135,61)
#4B7837
(75,120,55)
#426931
(66,105,49)
#395A2B
(57,90,43)
#304B25
(48,75,37)
#273C1F
(39,60,31)
#1E2D19
(30,45,25)
#151E13
(21,30,19)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #66A549

#66A549
(102,165,73)
#73AD59
(115,173,89)
#80B569
(128,181,105)
#8DBD79
(141,189,121)
#9AC589
(154,197,137)
#A7CD99
(167,205,153)
#B4D5A9
(180,213,169)
#C1DDB9
(193,221,185)
#CEE5C9
(206,229,201)
#DBEDD9
(219,237,217)
#E8F5E9
(232,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A549; }

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

This text font color is #66A549.


Background Color

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

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

This div background color is #66A549.


Border color

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

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

This div border color is #66A549.


Opacity

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

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

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

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

This text has shadow with #66A549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A549 on black background.


Color preview on white background

This text has color #66A549 on white background.



Black color preview on #66A549 background

This text has black color on #66A549 background.


White color preview on #66A549 background

This text has white color on #66A549 background.