COLOR #669900

HEX: #669900
RGB: (102,153,0)

Color info

#669900 contains only red and green colors. #669900 color is web safe color. It maybe written shortly as #690.

RGB color model

#669900 color RGB value is (102,153,0).

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

RGB channels and saturation

R 102 of 255 = 40%
G 153 of 255 = 60%
B 0 of 255 = 0%

102
153
0

R + G + B ~ 33%. #669900 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 153 + 0 = 255 (100%)
R 102 of 255 ~ 40%
G 153 of 255 ~ 60%
B 0 of 255 ~ 0%

%40
%60

CMYK color model

#669900 color CMYK value is (33,0,100,40).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 40.00%
CMYK:
(33,0,100,40)
C33M0Y100K40 
(33%,0%,100%,40%)
(0.33/0.00/1.00/0.40)	

CMYK percentages

%33.33
%0
%100
%40

Codes

Color #669900 in popluar color models

669900
RGB1021530
HSL80°100.00%30.00%
HSB/HSV80°100.00%60.00%
CMYK33.33%0.00%100.00%
40.00%

Color #669900 in popluar number systems.

HEX669900
Decimal1021530
Binary1100110100110010
Octal1462310

Shades and tints

Shades of #669900

#669900
(102,153,0)
#5D8C00
(93,140,0)
#547F00
(84,127,0)
#4B7200
(75,114,0)
#426500
(66,101,0)
#395800
(57,88,0)
#304B00
(48,75,0)
#273E00
(39,62,0)
#1E3100
(30,49,0)
#152400
(21,36,0)
#0C1700
(12,23,0)
#000000
(0,0,0)

Tints of #669900

#669900
(102,153,0)
#73A217
(115,162,23)
#80AB2E
(128,171,46)
#8DB445
(141,180,69)
#9ABD5C
(154,189,92)
#A7C673
(167,198,115)
#B4CF8A
(180,207,138)
#C1D8A1
(193,216,161)
#CEE1B8
(206,225,184)
#DBEACF
(219,234,207)
#E8F3E6
(232,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669900; }

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

This text font color is #669900.


Background Color

.myBgColor { background-color: #669900; }

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

This div background color is #669900.


Border color

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

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

This div border color is #669900.


Opacity

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

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

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

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

This text has shadow with #669900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669900 on black background.


Color preview on white background

This text has color #669900 on white background.



Black color preview on #669900 background

This text has black color on #669900 background.


White color preview on #669900 background

This text has white color on #669900 background.