COLOR #66916D

HEX: #66916D RGB: (102,145,109)

Color info

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

RGB color model

#66916D color RGB value is (102,145,109).

RGB: (102,145,109) (40%, 57%, 43%)

RGB channels and saturation

R 102 of 255 = 40%
G 145 of 255 = 57%
B 109 of 255 = 43%

102
145
109

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

Portions of RGB colors in percentages

R + G + B = 102 + 145 + 109 = 356 (100%)
R 102 of 356 ~ 28.65%
G 145 of 356 ~ 40.73%
B 109 of 356 ~ 30.62'%

%28.65
%40.73
%30.62

CMYK color model

#66916D color CMYK value is (30,0,25,43).

  • cyan value is 29.66%
  • magenta value is 0.00%
  • yellow value is 24.83%
  • key color value is 43.14%

CMYK: (30,0,25,43)
C30M0Y25K43 (30%, 0%, 25%, 43%)
(0.30 / 0.00 / 0.25 / 0.43)

CMYK percentages

%29.66
%0
%24.83
%43.14

Codes

Color #66916D in popluar color models

66 91 6D
RGB 102 145 109
HSL 130° 17.41% 48.43%
HSB/HSV 130° 29.66% 56.86%
CMYK 29.66% 0.00% 24.83%
43.14%

Color #66916D in popluar number systems.

HEX 66 91 6D
Decimal 102 145 109
Binary 1100110 10010001 1101101
Octal 146 221 155

Shades and tints

Shades of #66916D

#66916D
(102,145,109)
#5D8464
(93,132,100)
#54775B
(84,119,91)
#4B6A52
(75,106,82)
#425D49
(66,93,73)
#395040
(57,80,64)
#304337
(48,67,55)
#27362E
(39,54,46)
#1E2925
(30,41,37)
#151C1C
(21,28,28)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #66916D

#66916D
(102,145,109)
#739B7A
(115,155,122)
#80A587
(128,165,135)
#8DAF94
(141,175,148)
#9AB9A1
(154,185,161)
#A7C3AE
(167,195,174)
#B4CDBB
(180,205,187)
#C1D7C8
(193,215,200)
#CEE1D5
(206,225,213)
#DBEBE2
(219,235,226)
#E8F5EF
(232,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66916D; }

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

This text font color is #66916D.

Background Color

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

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

This div background color is #66916D.

Border color

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

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

This div border color is #66916D.

Opacity

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

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

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

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

This text has shadow with #66916D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66916D.

Preview

Color preview on black background

This text has color #66916D on black background.


Color preview on white background

This text has color #66916D on white background.


Black color preview on #66916D background

This text has black color on #66916D background.


White color preview on #66916D background

This text has white color on #66916D background.


Related colors

Complementary color

Complementary color for #hex is #996E92.


I love getcolorcode.com

Triadic colors

1 #6D6691 and #916D66 with #66916D are triadic colors.

2 #6D9166 and #91666D with #66916D are triadic colors.