COLOR #66A52C

HEX: #66A52C
RGB: (102,165,44)

Color info

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

RGB color model

#66A52C color RGB value is (102,165,44).

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

RGB channels and saturation

R 102 of 255 = 40%
G 165 of 255 = 65%
B 44 of 255 = 17%

102
165
44

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

Portions of RGB colors in percentages

R + G + B =
102 + 165 + 44 = 311 (100%)
R 102 of 311 ~ 32.8%
G 165 of 311 ~ 53.05%
B 44 of 311 ~ 14.15%

%32.8
%53.05
%14.15

CMYK color model

#66A52C color CMYK value is (38,0,73,35).

  • cyan value is 38.18%
  • magenta value is 0.00%
  • yellow value is 73.33%
  • key color value is 35.29%
CMYK:
(38,0,73,35)
C38M0Y73K35 
(38%,0%,73%,35%)
(0.38/0.00/0.73/0.35)	

CMYK percentages

%38.18
%0
%73.33
%35.29

Codes

Color #66A52C in popluar color models

66A52C
RGB10216544
HSL91°57.89%40.98%
HSB/HSV91°73.33%64.71%
CMYK38.18%0.00%73.33%
35.29%

Color #66A52C in popluar number systems.

HEX66A52C
Decimal10216544
Binary110011010100101101100
Octal14624554

Shades and tints

Shades of #66A52C

#66A52C
(102,165,44)
#5D9628
(93,150,40)
#548724
(84,135,36)
#4B7820
(75,120,32)
#42691C
(66,105,28)
#395A18
(57,90,24)
#304B14
(48,75,20)
#273C10
(39,60,16)
#1E2D0C
(30,45,12)
#151E08
(21,30,8)
#0C0F04
(12,15,4)
#000000
(0,0,0)

Tints of #66A52C

#66A52C
(102,165,44)
#73AD3F
(115,173,63)
#80B552
(128,181,82)
#8DBD65
(141,189,101)
#9AC578
(154,197,120)
#A7CD8B
(167,205,139)
#B4D59E
(180,213,158)
#C1DDB1
(193,221,177)
#CEE5C4
(206,229,196)
#DBEDD7
(219,237,215)
#E8F5EA
(232,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A52C; }

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

This text font color is #66A52C.


Background Color

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

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

This div background color is #66A52C.


Border color

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

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

This div border color is #66A52C.


Opacity

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

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

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

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

This text has shadow with #66A52C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A52C on black background.


Color preview on white background

This text has color #66A52C on white background.



Black color preview on #66A52C background

This text has black color on #66A52C background.


White color preview on #66A52C background

This text has white color on #66A52C background.