COLOR #669D09

HEX: #669D09 RGB: (102,157,9)

Color info

#669D09 contains mainly red and green colors. Web safe color of #669D09 is #669900 (or #690).

RGB color model

#669D09 color RGB value is (102,157,9).

RGB: (102,157,9) (40%, 62%, 4%)

RGB channels and saturation

R 102 of 255 = 40%
G 157 of 255 = 62%
B 9 of 255 = 4%

102
157
9

R + G + B ~ 35%. #669D09 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 157 + 9 = 268 (100%)
R 102 of 268 ~ 38.06%
G 157 of 268 ~ 58.58%
B 9 of 268 ~ 3.36'%

%38.06
%58.58

CMYK color model

#669D09 color CMYK value is (35,0,94,38).

  • cyan value is 35.03%
  • magenta value is 0.00%
  • yellow value is 94.27%
  • key color value is 38.43%

CMYK: (35,0,94,38)
C35M0Y94K38 (35%, 0%, 94%, 38%)
(0.35 / 0.00 / 0.94 / 0.38)

CMYK percentages

%35.03
%0
%94.27
%38.43

Codes

Color #669D09 in popluar color models

66 9D 09
RGB 102 157 9
HSL 82° 89.16% 32.55%
HSB/HSV 82° 94.27% 61.57%
CMYK 35.03% 0.00% 94.27%
38.43%

Color #669D09 in popluar number systems.

HEX 66 9D 09
Decimal 102 157 9
Binary 1100110 10011101 1001
Octal 146 235 11

Shades and tints

Shades of #669D09

#669D09
(102,157,9)
#5D8F09
(93,143,9)
#548109
(84,129,9)
#4B7309
(75,115,9)
#426509
(66,101,9)
#395709
(57,87,9)
#304909
(48,73,9)
#273B09
(39,59,9)
#1E2D09
(30,45,9)
#151F09
(21,31,9)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #669D09

#669D09
(102,157,9)
#73A51F
(115,165,31)
#80AD35
(128,173,53)
#8DB54B
(141,181,75)
#9ABD61
(154,189,97)
#A7C577
(167,197,119)
#B4CD8D
(180,205,141)
#C1D5A3
(193,213,163)
#CEDDB9
(206,221,185)
#DBE5CF
(219,229,207)
#E8EDE5
(232,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669D09 color. Also use rgb(102,157,9) instead hex code.

Text Font Color

.myTextColor { color: #669D09; }

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

This text font color is #669D09.

Background Color

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

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

This div background color is #669D09.

Border color

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

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

This div border color is #669D09.

Opacity

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

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

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

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

This text has shadow with #669D09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #669D09.

Preview

Color preview on black background

This text has color #669D09 on black background.


Color preview on white background

This text has color #669D09 on white background.


Black color preview on #669D09 background

This text has black color on #669D09 background.


White color preview on #669D09 background

This text has white color on #669D09 background.


Related colors

Complementary color

Complementary color for #hex is #9962F6.


I love getcolorcode.com

Triadic colors

1 #09669D and #9D0966 with #669D09 are triadic colors.

2 #099D66 and #9D6609 with #669D09 are triadic colors.