COLOR #669B7F

HEX: #669B7F RGB: (102,155,127)

Color info

#669B7F contains red, green and blue colors in about the same proportion. Web safe color of #669B7F is #669966 (or #696).

RGB color model

#669B7F color RGB value is (102,155,127).

RGB: (102,155,127) (40%, 61%, 50%)

RGB channels and saturation

R 102 of 255 = 40%
G 155 of 255 = 61%
B 127 of 255 = 50%

102
155
127

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

Portions of RGB colors in percentages

R + G + B = 102 + 155 + 127 = 384 (100%)
R 102 of 384 ~ 26.56%
G 155 of 384 ~ 40.36%
B 127 of 384 ~ 33.07'%

%26.56
%40.36
%33.07

CMYK color model

#669B7F color CMYK value is (34,0,18,39).

  • cyan value is 34.19%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 39.22%

CMYK: (34,0,18,39)
C34M0Y18K39 (34%, 0%, 18%, 39%)
(0.34 / 0.00 / 0.18 / 0.39)

CMYK percentages

%34.19
%0
%18.06
%39.22

Codes

Color #669B7F in popluar color models

66 9B 7F
RGB 102 155 127
HSL 148° 20.95% 50.39%
HSB/HSV 148° 34.19% 60.78%
CMYK 34.19% 0.00% 18.06%
39.22%

Color #669B7F in popluar number systems.

HEX 66 9B 7F
Decimal 102 155 127
Binary 1100110 10011011 1111111
Octal 146 233 177

Shades and tints

Shades of #669B7F

#669B7F
(102,155,127)
#5D8D74
(93,141,116)
#547F69
(84,127,105)
#4B715E
(75,113,94)
#426353
(66,99,83)
#395548
(57,85,72)
#30473D
(48,71,61)
#273932
(39,57,50)
#1E2B27
(30,43,39)
#151D1C
(21,29,28)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #669B7F

#669B7F
(102,155,127)
#73A48A
(115,164,138)
#80AD95
(128,173,149)
#8DB6A0
(141,182,160)
#9ABFAB
(154,191,171)
#A7C8B6
(167,200,182)
#B4D1C1
(180,209,193)
#C1DACC
(193,218,204)
#CEE3D7
(206,227,215)
#DBECE2
(219,236,226)
#E8F5ED
(232,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669B7F color. Also use rgb(102,155,127) instead hex code.

Text Font Color

.myTextColor { color: #669B7F; }

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

This text font color is #669B7F.

Background Color

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

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

This div background color is #669B7F.

Border color

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

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

This div border color is #669B7F.

Opacity

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

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

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

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

This text has shadow with #669B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #669B7F.

Preview

Color preview on black background

This text has color #669B7F on black background.


Color preview on white background

This text has color #669B7F on white background.


Black color preview on #669B7F background

This text has black color on #669B7F background.


White color preview on #669B7F background

This text has white color on #669B7F background.


Related colors

Complementary color

Complementary color for #hex is #996480.


I love getcolorcode.com

Triadic colors

1 #7F669B and #9B7F66 with #669B7F are triadic colors.

2 #7F9B66 and #9B667F with #669B7F are triadic colors.