COLOR #66A04A

HEX: #66A04A RGB: (102,160,74)

Color info

#66A04A contains mainly red and green colors. Web safe color of #66A04A is #669933 (or #693).

RGB color model

#66A04A color RGB value is (102,160,74).

RGB: (102,160,74) (40%, 63%, 29%)

RGB channels and saturation

R 102 of 255 = 40%
G 160 of 255 = 63%
B 74 of 255 = 29%

102
160
74

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

Portions of RGB colors in percentages

R + G + B = 102 + 160 + 74 = 336 (100%)
R 102 of 336 ~ 30.36%
G 160 of 336 ~ 47.62%
B 74 of 336 ~ 22.02'%

%30.36
%47.62
%22.02

CMYK color model

#66A04A color CMYK value is (36,0,54,37).

  • cyan value is 36.25%
  • magenta value is 0.00%
  • yellow value is 53.75%
  • key color value is 37.25%

CMYK: (36,0,54,37)
C36M0Y54K37 (36%, 0%, 54%, 37%)
(0.36 / 0.00 / 0.54 / 0.37)

CMYK percentages

%36.25
%0
%53.75
%37.25

Codes

Color #66A04A in popluar color models

66 A0 4A
RGB 102 160 74
HSL 100° 36.75% 45.88%
HSB/HSV 100° 53.75% 62.75%
CMYK 36.25% 0.00% 53.75%
37.25%

Color #66A04A in popluar number systems.

HEX 66 A0 4A
Decimal 102 160 74
Binary 1100110 10100000 1001010
Octal 146 240 112

Shades and tints

Shades of #66A04A

#66A04A
(102,160,74)
#5D9244
(93,146,68)
#54843E
(84,132,62)
#4B7638
(75,118,56)
#426832
(66,104,50)
#395A2C
(57,90,44)
#304C26
(48,76,38)
#273E20
(39,62,32)
#1E301A
(30,48,26)
#152214
(21,34,20)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #66A04A

#66A04A
(102,160,74)
#73A85A
(115,168,90)
#80B06A
(128,176,106)
#8DB87A
(141,184,122)
#9AC08A
(154,192,138)
#A7C89A
(167,200,154)
#B4D0AA
(180,208,170)
#C1D8BA
(193,216,186)
#CEE0CA
(206,224,202)
#DBE8DA
(219,232,218)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A04A color. Also use rgb(102,160,74) instead hex code.

Text Font Color

.myTextColor { color: #66A04A; }

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

This text font color is #66A04A.

Background Color

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

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

This div background color is #66A04A.

Border color

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

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

This div border color is #66A04A.

Opacity

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

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

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

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

This text has shadow with #66A04A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A04A.

Preview

Color preview on black background

This text has color #66A04A on black background.


Color preview on white background

This text has color #66A04A on white background.


Black color preview on #66A04A background

This text has black color on #66A04A background.


White color preview on #66A04A background

This text has white color on #66A04A background.


Related colors

Complementary color

Complementary color for #hex is #995FB5.


I love getcolorcode.com

Triadic colors

1 #4A66A0 and #A04A66 with #66A04A are triadic colors.

2 #4AA066 and #A0664A with #66A04A are triadic colors.