COLOR #669933

HEX: #669933
RGB: (102,153,51)

Color info

#669933 contains mainly red and green colors. #669933 color is web safe color. It maybe written shortly as #693.

RGB color model

#669933 color RGB value is (102,153,51).

  • red value is 102;
  • green value is 153;
  • blue value is 51.
RGB:
(102,153,51)
(40%,60%,20%)

RGB channels and saturation

R 102 of 255 = 40%
G 153 of 255 = 60%
B 51 of 255 = 20%

102
153
51

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

Portions of RGB colors in percentages

R + G + B =
102 + 153 + 51 = 306 (100%)
R 102 of 306 ~ 33.33%
G 153 of 306 ~ 50%
B 51 of 306 ~ 16.67%

%33.33
%50
%16.67

CMYK color model

#669933 color CMYK value is (33,0,67,40).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 40.00%
CMYK:
(33,0,67,40)
C33M0Y67K40 
(33%,0%,67%,40%)
(0.33/0.00/0.67/0.40)	

CMYK percentages

%33.33
%0
%66.67
%40

Codes

Color #669933 in popluar color models

669933
RGB10215351
HSL90°50.00%40.00%
HSB/HSV90°66.67%60.00%
CMYK33.33%0.00%66.67%
40.00%

Color #669933 in popluar number systems.

HEX669933
Decimal10215351
Binary110011010011001110011
Octal14623163

Shades and tints

Shades of #669933

#669933
(102,153,51)
#5D8C2F
(93,140,47)
#547F2B
(84,127,43)
#4B7227
(75,114,39)
#426523
(66,101,35)
#39581F
(57,88,31)
#304B1B
(48,75,27)
#273E17
(39,62,23)
#1E3113
(30,49,19)
#15240F
(21,36,15)
#0C170B
(12,23,11)
#000000
(0,0,0)

Tints of #669933

#669933
(102,153,51)
#73A245
(115,162,69)
#80AB57
(128,171,87)
#8DB469
(141,180,105)
#9ABD7B
(154,189,123)
#A7C68D
(167,198,141)
#B4CF9F
(180,207,159)
#C1D8B1
(193,216,177)
#CEE1C3
(206,225,195)
#DBEAD5
(219,234,213)
#E8F3E7
(232,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669933; }

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

This text font color is #669933.


Background Color

.myBgColor { background-color: #669933; }

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

This div background color is #669933.


Border color

.myBorderColor { border: 1px solid #669933; }

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

This div border color is #669933.


Opacity

.myOpacity80 { color: #669933; opacity: 0.8; }

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

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

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

This text has shadow with #669933 color.

.textShadow {text-shadow: 3px 3px 1px #669933, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #669933;
-webkit-box-shadow: 1px 1px 3px 2px #669933;
box-shadow:1px 1px 3px 2px #669933;">
Div content here</div>
This div box has shadow with color #669933.

Preview

Color preview on black background

This text has color #669933 on black background.


Color preview on white background

This text has color #669933 on white background.



Black color preview on #669933 background

This text has black color on #669933 background.


White color preview on #669933 background

This text has white color on #669933 background.