COLOR #66976D

HEX: #66976D RGB: (102,151,109)

Color info

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

RGB color model

#66976D color RGB value is (102,151,109).

RGB: (102,151,109) (40%, 59%, 43%)

RGB channels and saturation

R 102 of 255 = 40%
G 151 of 255 = 59%
B 109 of 255 = 43%

102
151
109

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

Portions of RGB colors in percentages

R + G + B = 102 + 151 + 109 = 362 (100%)
R 102 of 362 ~ 28.18%
G 151 of 362 ~ 41.71%
B 109 of 362 ~ 30.11'%

%28.18
%41.71
%30.11

CMYK color model

#66976D color CMYK value is (32,0,28,41).

  • cyan value is 32.45%
  • magenta value is 0.00%
  • yellow value is 27.81%
  • key color value is 40.78%

CMYK: (32,0,28,41)
C32M0Y28K41 (32%, 0%, 28%, 41%)
(0.32 / 0.00 / 0.28 / 0.41)

CMYK percentages

%32.45
%0
%27.81
%40.78

Codes

Color #66976D in popluar color models

66 97 6D
RGB 102 151 109
HSL 129° 19.37% 49.61%
HSB/HSV 129° 32.45% 59.22%
CMYK 32.45% 0.00% 27.81%
40.78%

Color #66976D in popluar number systems.

HEX 66 97 6D
Decimal 102 151 109
Binary 1100110 10010111 1101101
Octal 146 227 155

Shades and tints

Shades of #66976D

#66976D
(102,151,109)
#5D8A64
(93,138,100)
#547D5B
(84,125,91)
#4B7052
(75,112,82)
#426349
(66,99,73)
#395640
(57,86,64)
#304937
(48,73,55)
#273C2E
(39,60,46)
#1E2F25
(30,47,37)
#15221C
(21,34,28)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #66976D

#66976D
(102,151,109)
#73A07A
(115,160,122)
#80A987
(128,169,135)
#8DB294
(141,178,148)
#9ABBA1
(154,187,161)
#A7C4AE
(167,196,174)
#B4CDBB
(180,205,187)
#C1D6C8
(193,214,200)
#CEDFD5
(206,223,213)
#DBE8E2
(219,232,226)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66976D color. Also use rgb(102,151,109) instead hex code.

Text Font Color

.myTextColor { color: #66976D; }

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

This text font color is #66976D.

Background Color

.myBgColor { background-color: #66976D; }

<div style="background-color:#66976D">Inner text</div>

This div background color is #66976D.

Border color

.myBorderColor { border: 1px solid #66976D; }

<div style="border:3px solid #66976D">Div</div>

This div border color is #66976D.

Opacity

.myOpacity80 { color: #66976D; opacity: 0.8; }

<p style="color:#66976D;opacity:0.8;">80%</p>

Text with #66976D 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 #66976D;}

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

This text has shadow with #66976D color.


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

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

This text has shadow with #66976D primary color and red secondary color.


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

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

This text has shadow with #66976D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66976D.

Preview

Color preview on black background

This text has color #66976D on black background.


Color preview on white background

This text has color #66976D on white background.


Black color preview on #66976D background

This text has black color on #66976D background.


White color preview on #66976D background

This text has white color on #66976D background.


Related colors

Complementary color

Complementary color for #hex is #996892.


I love getcolorcode.com

Triadic colors

1 #6D6697 and #976D66 with #66976D are triadic colors.

2 #6D9766 and #97666D with #66976D are triadic colors.