COLOR #669B7B

HEX: #669B7B
RGB: (102,155,123)

Color info

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

RGB color model

#669B7B color RGB value is (102,155,123).

  • red value is 102;
  • green value is 155;
  • blue value is 123.
RGB:
(102,155,123)
(40%,61%,48%)

RGB channels and saturation

R 102 of 255 = 40%
G 155 of 255 = 61%
B 123 of 255 = 48%

102
155
123

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

Portions of RGB colors in percentages

R + G + B =
102 + 155 + 123 = 380 (100%)
R 102 of 380 ~ 26.84%
G 155 of 380 ~ 40.79%
B 123 of 380 ~ 32.37%

%26.84
%40.79
%32.37

CMYK color model

#669B7B color CMYK value is (34,0,21,39).

  • cyan value is 34.19%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 39.22%
CMYK:
(34,0,21,39)
C34M0Y21K39 
(34%,0%,21%,39%)
(0.34/0.00/0.21/0.39)	

CMYK percentages

%34.19
%0
%20.65
%39.22

Codes

Color #669B7B in popluar color models

669B7B
RGB102155123
HSL144°20.95%50.39%
HSB/HSV144°34.19%60.78%
CMYK34.19%0.00%20.65%
39.22%

Color #669B7B in popluar number systems.

HEX669B7B
Decimal102155123
Binary1100110100110111111011
Octal146233173

Shades and tints

Shades of #669B7B

#669B7B
(102,155,123)
#5D8D70
(93,141,112)
#547F65
(84,127,101)
#4B715A
(75,113,90)
#42634F
(66,99,79)
#395544
(57,85,68)
#304739
(48,71,57)
#27392E
(39,57,46)
#1E2B23
(30,43,35)
#151D18
(21,29,24)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #669B7B

#669B7B
(102,155,123)
#73A487
(115,164,135)
#80AD93
(128,173,147)
#8DB69F
(141,182,159)
#9ABFAB
(154,191,171)
#A7C8B7
(167,200,183)
#B4D1C3
(180,209,195)
#C1DACF
(193,218,207)
#CEE3DB
(206,227,219)
#DBECE7
(219,236,231)
#E8F5F3
(232,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669B7B; }

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

This text font color is #669B7B.


Background Color

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

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

This div background color is #669B7B.


Border color

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

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

This div border color is #669B7B.


Opacity

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

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

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

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

This text has shadow with #669B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669B7B on black background.


Color preview on white background

This text has color #669B7B on white background.



Black color preview on #669B7B background

This text has black color on #669B7B background.


White color preview on #669B7B background

This text has white color on #669B7B background.