COLOR #669D5E

HEX: #669D5E RGB: (102,157,94)

Color info

#669D5E contains mainly red and green colors. Web safe color of #669D5E is #669966 (or #696).

RGB color model

#669D5E color RGB value is (102,157,94).

RGB: (102,157,94) (40%, 62%, 37%)

RGB channels and saturation

R 102 of 255 = 40%
G 157 of 255 = 62%
B 94 of 255 = 37%

102
157
94

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

Portions of RGB colors in percentages

R + G + B = 102 + 157 + 94 = 353 (100%)
R 102 of 353 ~ 28.9%
G 157 of 353 ~ 44.48%
B 94 of 353 ~ 26.63'%

%28.9
%44.48
%26.63

CMYK color model

#669D5E color CMYK value is (35,0,40,38).

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

CMYK: (35,0,40,38)
C35M0Y40K38 (35%, 0%, 40%, 38%)
(0.35 / 0.00 / 0.40 / 0.38)

CMYK percentages

%35.03
%0
%40.13
%38.43

Codes

Color #669D5E in popluar color models

66 9D 5E
RGB 102 157 94
HSL 112° 25.10% 49.22%
HSB/HSV 112° 40.13% 61.57%
CMYK 35.03% 0.00% 40.13%
38.43%

Color #669D5E in popluar number systems.

HEX 66 9D 5E
Decimal 102 157 94
Binary 1100110 10011101 1011110
Octal 146 235 136

Shades and tints

Shades of #669D5E

#669D5E
(102,157,94)
#5D8F56
(93,143,86)
#54814E
(84,129,78)
#4B7346
(75,115,70)
#42653E
(66,101,62)
#395736
(57,87,54)
#30492E
(48,73,46)
#273B26
(39,59,38)
#1E2D1E
(30,45,30)
#151F16
(21,31,22)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #669D5E

#669D5E
(102,157,94)
#73A56C
(115,165,108)
#80AD7A
(128,173,122)
#8DB588
(141,181,136)
#9ABD96
(154,189,150)
#A7C5A4
(167,197,164)
#B4CDB2
(180,205,178)
#C1D5C0
(193,213,192)
#CEDDCE
(206,221,206)
#DBE5DC
(219,229,220)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669D5E; }

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

This text font color is #669D5E.

Background Color

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

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

This div background color is #669D5E.

Border color

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

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

This div border color is #669D5E.

Opacity

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

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

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

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

This text has shadow with #669D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #669D5E.

Preview

Color preview on black background

This text has color #669D5E on black background.


Color preview on white background

This text has color #669D5E on white background.


Black color preview on #669D5E background

This text has black color on #669D5E background.


White color preview on #669D5E background

This text has white color on #669D5E background.


Related colors

Complementary color

Complementary color for #hex is #9962A1.


I love getcolorcode.com

Triadic colors

1 #5E669D and #9D5E66 with #669D5E are triadic colors.

2 #5E9D66 and #9D665E with #669D5E are triadic colors.