COLOR #66946A

HEX: #66946A RGB: (102,148,106)

Color info

#66946A contains red, green and blue colors in about the same proportion. Web safe color of #66946A is #669966 (or #696).

RGB color model

#66946A color RGB value is (102,148,106).

RGB: (102,148,106) (40%, 58%, 42%)

RGB channels and saturation

R 102 of 255 = 40%
G 148 of 255 = 58%
B 106 of 255 = 42%

102
148
106

R + G + B ~ 47%. #66946A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 148 + 106 = 356 (100%)
R 102 of 356 ~ 28.65%
G 148 of 356 ~ 41.57%
B 106 of 356 ~ 29.78'%

%28.65
%41.57
%29.78

CMYK color model

#66946A color CMYK value is (31,0,28,42).

  • cyan value is 31.08%
  • magenta value is 0.00%
  • yellow value is 28.38%
  • key color value is 41.96%

CMYK: (31,0,28,42)
C31M0Y28K42 (31%, 0%, 28%, 42%)
(0.31 / 0.00 / 0.28 / 0.42)

CMYK percentages

%31.08
%0
%28.38
%41.96

Codes

Color #66946A in popluar color models

66 94 6A
RGB 102 148 106
HSL 125° 18.40% 49.02%
HSB/HSV 125° 31.08% 58.04%
CMYK 31.08% 0.00% 28.38%
41.96%

Color #66946A in popluar number systems.

HEX 66 94 6A
Decimal 102 148 106
Binary 1100110 10010100 1101010
Octal 146 224 152

Shades and tints

Shades of #66946A

#66946A
(102,148,106)
#5D8761
(93,135,97)
#547A58
(84,122,88)
#4B6D4F
(75,109,79)
#426046
(66,96,70)
#39533D
(57,83,61)
#304634
(48,70,52)
#27392B
(39,57,43)
#1E2C22
(30,44,34)
#151F19
(21,31,25)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #66946A

#66946A
(102,148,106)
#739D77
(115,157,119)
#80A684
(128,166,132)
#8DAF91
(141,175,145)
#9AB89E
(154,184,158)
#A7C1AB
(167,193,171)
#B4CAB8
(180,202,184)
#C1D3C5
(193,211,197)
#CEDCD2
(206,220,210)
#DBE5DF
(219,229,223)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66946A color. Also use rgb(102,148,106) instead hex code.

Text Font Color

.myTextColor { color: #66946A; }

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

This text font color is #66946A.

Background Color

.myBgColor { background-color: #66946A; }

<div style="background-color:#66946A">Inner text</div>

This div background color is #66946A.

Border color

.myBorderColor { border: 1px solid #66946A; }

<div style="border:3px solid #66946A">Div</div>

This div border color is #66946A.

Opacity

.myOpacity80 { color: #66946A; opacity: 0.8; }

<p style="color:#66946A;opacity:0.8;">80%</p>

Text with #66946A 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 #66946A;}

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

This text has shadow with #66946A color.


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

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

This text has shadow with #66946A primary color and red secondary color.


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

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

This text has shadow with #66946A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66946A.

Preview

Color preview on black background

This text has color #66946A on black background.


Color preview on white background

This text has color #66946A on white background.


Black color preview on #66946A background

This text has black color on #66946A background.


White color preview on #66946A background

This text has white color on #66946A background.


Related colors

Complementary color

Complementary color for #hex is #996B95.


I love getcolorcode.com

Triadic colors

1 #6A6694 and #946A66 with #66946A are triadic colors.

2 #6A9466 and #94666A with #66946A are triadic colors.