COLOR #66955B

HEX: #66955B RGB: (102,149,91)

Color info

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

RGB color model

#66955B color RGB value is (102,149,91).

RGB: (102,149,91) (40%, 58%, 36%)

RGB channels and saturation

R 102 of 255 = 40%
G 149 of 255 = 58%
B 91 of 255 = 36%

102
149
91

R + G + B ~ 45%. #66955B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 149 + 91 = 342 (100%)
R 102 of 342 ~ 29.82%
G 149 of 342 ~ 43.57%
B 91 of 342 ~ 26.61'%

%29.82
%43.57
%26.61

CMYK color model

#66955B color CMYK value is (32,0,39,42).

  • cyan value is 31.54%
  • magenta value is 0.00%
  • yellow value is 38.93%
  • key color value is 41.57%

CMYK: (32,0,39,42)
C32M0Y39K42 (32%, 0%, 39%, 42%)
(0.32 / 0.00 / 0.39 / 0.42)

CMYK percentages

%31.54
%0
%38.93
%41.57

Codes

Color #66955B in popluar color models

66 95 5B
RGB 102 149 91
HSL 109° 24.17% 47.06%
HSB/HSV 109° 38.93% 58.43%
CMYK 31.54% 0.00% 38.93%
41.57%

Color #66955B in popluar number systems.

HEX 66 95 5B
Decimal 102 149 91
Binary 1100110 10010101 1011011
Octal 146 225 133

Shades and tints

Shades of #66955B

#66955B
(102,149,91)
#5D8853
(93,136,83)
#547B4B
(84,123,75)
#4B6E43
(75,110,67)
#42613B
(66,97,59)
#395433
(57,84,51)
#30472B
(48,71,43)
#273A23
(39,58,35)
#1E2D1B
(30,45,27)
#152013
(21,32,19)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #66955B

#66955B
(102,149,91)
#739E69
(115,158,105)
#80A777
(128,167,119)
#8DB085
(141,176,133)
#9AB993
(154,185,147)
#A7C2A1
(167,194,161)
#B4CBAF
(180,203,175)
#C1D4BD
(193,212,189)
#CEDDCB
(206,221,203)
#DBE6D9
(219,230,217)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66955B color. Also use rgb(102,149,91) instead hex code.

Text Font Color

.myTextColor { color: #66955B; }

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

This text font color is #66955B.

Background Color

.myBgColor { background-color: #66955B; }

<div style="background-color:#66955B">Inner text</div>

This div background color is #66955B.

Border color

.myBorderColor { border: 1px solid #66955B; }

<div style="border:3px solid #66955B">Div</div>

This div border color is #66955B.

Opacity

.myOpacity80 { color: #66955B; opacity: 0.8; }

<p style="color:#66955B;opacity:0.8;">80%</p>

Text with #66955B 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 #66955B;}

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

This text has shadow with #66955B color.


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

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

This text has shadow with #66955B primary color and red secondary color.


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

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

This text has shadow with #66955B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66955B.

Preview

Color preview on black background

This text has color #66955B on black background.


Color preview on white background

This text has color #66955B on white background.


Black color preview on #66955B background

This text has black color on #66955B background.


White color preview on #66955B background

This text has white color on #66955B background.


Related colors

Complementary color

Complementary color for #hex is #996AA4.


I love getcolorcode.com

Triadic colors

1 #5B6695 and #955B66 with #66955B are triadic colors.

2 #5B9566 and #95665B with #66955B are triadic colors.