COLOR #66A425

HEX: #66A425
RGB: (102,164,37)

Color info

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

RGB color model

#66A425 color RGB value is (102,164,37).

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

RGB channels and saturation

R 102 of 255 = 40%
G 164 of 255 = 64%
B 37 of 255 = 15%

102
164
37

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

Portions of RGB colors in percentages

R + G + B =
102 + 164 + 37 = 303 (100%)
R 102 of 303 ~ 33.66%
G 164 of 303 ~ 54.13%
B 37 of 303 ~ 12.21%

%33.66
%54.13
%12.21

CMYK color model

#66A425 color CMYK value is (38,0,77,36).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 77.44%
  • key color value is 35.69%
CMYK:
(38,0,77,36)
C38M0Y77K36 
(38%,0%,77%,36%)
(0.38/0.00/0.77/0.36)	

CMYK percentages

%37.8
%0
%77.44
%35.69

Codes

Color #66A425 in popluar color models

66A425
RGB10216437
HSL89°63.18%39.41%
HSB/HSV89°77.44%64.31%
CMYK37.80%0.00%77.44%
35.69%

Color #66A425 in popluar number systems.

HEX66A425
Decimal10216437
Binary110011010100100100101
Octal14624445

Shades and tints

Shades of #66A425

#66A425
(102,164,37)
#5D9622
(93,150,34)
#54881F
(84,136,31)
#4B7A1C
(75,122,28)
#426C19
(66,108,25)
#395E16
(57,94,22)
#305013
(48,80,19)
#274210
(39,66,16)
#1E340D
(30,52,13)
#15260A
(21,38,10)
#0C1807
(12,24,7)
#000000
(0,0,0)

Tints of #66A425

#66A425
(102,164,37)
#73AC38
(115,172,56)
#80B44B
(128,180,75)
#8DBC5E
(141,188,94)
#9AC471
(154,196,113)
#A7CC84
(167,204,132)
#B4D497
(180,212,151)
#C1DCAA
(193,220,170)
#CEE4BD
(206,228,189)
#DBECD0
(219,236,208)
#E8F4E3
(232,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A425; }

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

This text font color is #66A425.


Background Color

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

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

This div background color is #66A425.


Border color

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

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

This div border color is #66A425.


Opacity

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

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

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

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

This text has shadow with #66A425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A425 on black background.


Color preview on white background

This text has color #66A425 on white background.



Black color preview on #66A425 background

This text has black color on #66A425 background.


White color preview on #66A425 background

This text has white color on #66A425 background.