COLOR #66994E

HEX: #66994E RGB: (102,153,78)

Color info

#66994E contains mainly red and green colors. Web safe color of #66994E is #669966 (or #696).

RGB color model

#66994E color RGB value is (102,153,78).

RGB: (102,153,78) (40%, 60%, 31%)

RGB channels and saturation

R 102 of 255 = 40%
G 153 of 255 = 60%
B 78 of 255 = 31%

102
153
78

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

Portions of RGB colors in percentages

R + G + B = 102 + 153 + 78 = 333 (100%)
R 102 of 333 ~ 30.63%
G 153 of 333 ~ 45.95%
B 78 of 333 ~ 23.42'%

%30.63
%45.95
%23.42

CMYK color model

#66994E color CMYK value is (33,0,49,40).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 49.02%
  • key color value is 40.00%

CMYK: (33,0,49,40)
C33M0Y49K40 (33%, 0%, 49%, 40%)
(0.33 / 0.00 / 0.49 / 0.40)

CMYK percentages

%33.33
%0
%49.02
%40

Codes

Color #66994E in popluar color models

66 99 4E
RGB 102 153 78
HSL 101° 32.47% 45.29%
HSB/HSV 101° 49.02% 60.00%
CMYK 33.33% 0.00% 49.02%
40.00%

Color #66994E in popluar number systems.

HEX 66 99 4E
Decimal 102 153 78
Binary 1100110 10011001 1001110
Octal 146 231 116

Shades and tints

Shades of #66994E

#66994E
(102,153,78)
#5D8C47
(93,140,71)
#547F40
(84,127,64)
#4B7239
(75,114,57)
#426532
(66,101,50)
#39582B
(57,88,43)
#304B24
(48,75,36)
#273E1D
(39,62,29)
#1E3116
(30,49,22)
#15240F
(21,36,15)
#0C1708
(12,23,8)
#000000
(0,0,0)

Tints of #66994E

#66994E
(102,153,78)
#73A25E
(115,162,94)
#80AB6E
(128,171,110)
#8DB47E
(141,180,126)
#9ABD8E
(154,189,142)
#A7C69E
(167,198,158)
#B4CFAE
(180,207,174)
#C1D8BE
(193,216,190)
#CEE1CE
(206,225,206)
#DBEADE
(219,234,222)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66994E color. Also use rgb(102,153,78) instead hex code.

Text Font Color

.myTextColor { color: #66994E; }

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

This text font color is #66994E.

Background Color

.myBgColor { background-color: #66994E; }

<div style="background-color:#66994E">Inner text</div>

This div background color is #66994E.

Border color

.myBorderColor { border: 1px solid #66994E; }

<div style="border:3px solid #66994E">Div</div>

This div border color is #66994E.

Opacity

.myOpacity80 { color: #66994E; opacity: 0.8; }

<p style="color:#66994E;opacity:0.8;">80%</p>

Text with #66994E 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 #66994E;}

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

This text has shadow with #66994E color.


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

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

This text has shadow with #66994E primary color and red secondary color.


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

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

This text has shadow with #66994E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66994E.

Preview

Color preview on black background

This text has color #66994E on black background.


Color preview on white background

This text has color #66994E on white background.


Black color preview on #66994E background

This text has black color on #66994E background.


White color preview on #66994E background

This text has white color on #66994E background.


Related colors

Complementary color

Complementary color for #hex is #9966B1.


I love getcolorcode.com

Triadic colors

1 #4E6699 and #994E66 with #66994E are triadic colors.

2 #4E9966 and #99664E with #66994E are triadic colors.