COLOR #66963C

HEX: #66963C RGB: (102,150,60)

Color info

#66963C contains mainly red and green colors. Web safe color of #66963C is #669933 (or #693).

RGB color model

#66963C color RGB value is (102,150,60).

RGB: (102,150,60) (40%, 59%, 24%)

RGB channels and saturation

R 102 of 255 = 40%
G 150 of 255 = 59%
B 60 of 255 = 24%

102
150
60

R + G + B ~ 41%. #66963C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 150 + 60 = 312 (100%)
R 102 of 312 ~ 32.69%
G 150 of 312 ~ 48.08%
B 60 of 312 ~ 19.23'%

%32.69
%48.08
%19.23

CMYK color model

#66963C color CMYK value is (32,0,60,41).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 41.18%

CMYK: (32,0,60,41)
C32M0Y60K41 (32%, 0%, 60%, 41%)
(0.32 / 0.00 / 0.60 / 0.41)

CMYK percentages

%32
%0
%60
%41.18

Codes

Color #66963C in popluar color models

66 96 3C
RGB 102 150 60
HSL 92° 42.86% 41.18%
HSB/HSV 92° 60.00% 58.82%
CMYK 32.00% 0.00% 60.00%
41.18%

Color #66963C in popluar number systems.

HEX 66 96 3C
Decimal 102 150 60
Binary 1100110 10010110 111100
Octal 146 226 74

Shades and tints

Shades of #66963C

#66963C
(102,150,60)
#5D8937
(93,137,55)
#547C32
(84,124,50)
#4B6F2D
(75,111,45)
#426228
(66,98,40)
#395523
(57,85,35)
#30481E
(48,72,30)
#273B19
(39,59,25)
#1E2E14
(30,46,20)
#15210F
(21,33,15)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #66963C

#66963C
(102,150,60)
#739F4D
(115,159,77)
#80A85E
(128,168,94)
#8DB16F
(141,177,111)
#9ABA80
(154,186,128)
#A7C391
(167,195,145)
#B4CCA2
(180,204,162)
#C1D5B3
(193,213,179)
#CEDEC4
(206,222,196)
#DBE7D5
(219,231,213)
#E8F0E6
(232,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66963C color. Also use rgb(102,150,60) instead hex code.

Text Font Color

.myTextColor { color: #66963C; }

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

This text font color is #66963C.

Background Color

.myBgColor { background-color: #66963C; }

<div style="background-color:#66963C">Inner text</div>

This div background color is #66963C.

Border color

.myBorderColor { border: 1px solid #66963C; }

<div style="border:3px solid #66963C">Div</div>

This div border color is #66963C.

Opacity

.myOpacity80 { color: #66963C; opacity: 0.8; }

<p style="color:#66963C;opacity:0.8;">80%</p>

Text with #66963C 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 #66963C;}

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

This text has shadow with #66963C color.


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

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

This text has shadow with #66963C primary color and red secondary color.


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

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

This text has shadow with #66963C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66963C.

Preview

Color preview on black background

This text has color #66963C on black background.


Color preview on white background

This text has color #66963C on white background.


Black color preview on #66963C background

This text has black color on #66963C background.


White color preview on #66963C background

This text has white color on #66963C background.


Related colors

Complementary color

Complementary color for #hex is #9969C3.


I love getcolorcode.com

Triadic colors

1 #3C6696 and #963C66 with #66963C are triadic colors.

2 #3C9666 and #96663C with #66963C are triadic colors.