COLOR #669C33

HEX: #669C33 RGB: (102,156,51)

Color info

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

RGB color model

#669C33 color RGB value is (102,156,51).

RGB: (102,156,51) (40%, 61%, 20%)

RGB channels and saturation

R 102 of 255 = 40%
G 156 of 255 = 61%
B 51 of 255 = 20%

102
156
51

R + G + B ~ 40%. #669C33 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 156 + 51 = 309 (100%)
R 102 of 309 ~ 33.01%
G 156 of 309 ~ 50.49%
B 51 of 309 ~ 16.5'%

%33.01
%50.49
%16.5

CMYK color model

#669C33 color CMYK value is (35,0,67,39).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 67.31%
  • key color value is 38.82%

CMYK: (35,0,67,39)
C35M0Y67K39 (35%, 0%, 67%, 39%)
(0.35 / 0.00 / 0.67 / 0.39)

CMYK percentages

%34.62
%0
%67.31
%38.82

Codes

Color #669C33 in popluar color models

66 9C 33
RGB 102 156 51
HSL 91° 50.72% 40.59%
HSB/HSV 91° 67.31% 61.18%
CMYK 34.62% 0.00% 67.31%
38.82%

Color #669C33 in popluar number systems.

HEX 66 9C 33
Decimal 102 156 51
Binary 1100110 10011100 110011
Octal 146 234 63

Shades and tints

Shades of #669C33

#669C33
(102,156,51)
#5D8E2F
(93,142,47)
#54802B
(84,128,43)
#4B7227
(75,114,39)
#426423
(66,100,35)
#39561F
(57,86,31)
#30481B
(48,72,27)
#273A17
(39,58,23)
#1E2C13
(30,44,19)
#151E0F
(21,30,15)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #669C33

#669C33
(102,156,51)
#73A545
(115,165,69)
#80AE57
(128,174,87)
#8DB769
(141,183,105)
#9AC07B
(154,192,123)
#A7C98D
(167,201,141)
#B4D29F
(180,210,159)
#C1DBB1
(193,219,177)
#CEE4C3
(206,228,195)
#DBEDD5
(219,237,213)
#E8F6E7
(232,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669C33 color. Also use rgb(102,156,51) instead hex code.

Text Font Color

.myTextColor { color: #669C33; }

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

This text font color is #669C33.

Background Color

.myBgColor { background-color: #669C33; }

<div style="background-color:#669C33">Inner text</div>

This div background color is #669C33.

Border color

.myBorderColor { border: 1px solid #669C33; }

<div style="border:3px solid #669C33">Div</div>

This div border color is #669C33.

Opacity

.myOpacity80 { color: #669C33; opacity: 0.8; }

<p style="color:#669C33;opacity:0.8;">80%</p>

Text with #669C33 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 #669C33;}

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

This text has shadow with #669C33 color.


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

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

This text has shadow with #669C33 primary color and red secondary color.


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

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

This text has shadow with #669C33 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #669C33.

Preview

Color preview on black background

This text has color #669C33 on black background.


Color preview on white background

This text has color #669C33 on white background.


Black color preview on #669C33 background

This text has black color on #669C33 background.


White color preview on #669C33 background

This text has white color on #669C33 background.


Related colors

Complementary color

Complementary color for #hex is #9963CC.


I love getcolorcode.com

Triadic colors

1 #33669C and #9C3366 with #669C33 are triadic colors.

2 #339C66 and #9C6633 with #669C33 are triadic colors.