COLOR #669A7F

HEX: #669A7F
RGB: (102,154,127)

Color info

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

RGB color model

#669A7F color RGB value is (102,154,127).

  • red value is 102;
  • green value is 154;
  • blue value is 127.
RGB:
(102,154,127)
(40%,60%,50%)

RGB channels and saturation

R 102 of 255 = 40%
G 154 of 255 = 60%
B 127 of 255 = 50%

102
154
127

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

Portions of RGB colors in percentages

R + G + B =
102 + 154 + 127 = 383 (100%)
R 102 of 383 ~ 26.63%
G 154 of 383 ~ 40.21%
B 127 of 383 ~ 33.16%

%26.63
%40.21
%33.16

CMYK color model

#669A7F color CMYK value is (34,0,18,40).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 39.61%
CMYK:
(34,0,18,40)
C34M0Y18K40 
(34%,0%,18%,40%)
(0.34/0.00/0.18/0.40)	

CMYK percentages

%33.77
%0
%17.53
%39.61

Codes

Color #669A7F in popluar color models

669A7F
RGB102154127
HSL149°20.47%50.20%
HSB/HSV149°33.77%60.39%
CMYK33.77%0.00%17.53%
39.61%

Color #669A7F in popluar number systems.

HEX669A7F
Decimal102154127
Binary1100110100110101111111
Octal146232177

Shades and tints

Shades of #669A7F

#669A7F
(102,154,127)
#5D8C74
(93,140,116)
#547E69
(84,126,105)
#4B705E
(75,112,94)
#426253
(66,98,83)
#395448
(57,84,72)
#30463D
(48,70,61)
#273832
(39,56,50)
#1E2A27
(30,42,39)
#151C1C
(21,28,28)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #669A7F

#669A7F
(102,154,127)
#73A38A
(115,163,138)
#80AC95
(128,172,149)
#8DB5A0
(141,181,160)
#9ABEAB
(154,190,171)
#A7C7B6
(167,199,182)
#B4D0C1
(180,208,193)
#C1D9CC
(193,217,204)
#CEE2D7
(206,226,215)
#DBEBE2
(219,235,226)
#E8F4ED
(232,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669A7F; }

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

This text font color is #669A7F.


Background Color

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

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

This div background color is #669A7F.


Border color

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

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

This div border color is #669A7F.


Opacity

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

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

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

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

This text has shadow with #669A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669A7F on black background.


Color preview on white background

This text has color #669A7F on white background.



Black color preview on #669A7F background

This text has black color on #669A7F background.


White color preview on #669A7F background

This text has white color on #669A7F background.