COLOR #669796

HEX: #669796
RGB: (102,151,150)

Color info

#669796 contains red, green and blue colors in about the same proportion. Web safe color of #669796 is #669999 (or #699).

RGB color model

#669796 color RGB value is (102,151,150).

  • red value is 102;
  • green value is 151;
  • blue value is 150.
RGB:
(102,151,150)
(40%,59%,59%)

RGB channels and saturation

R 102 of 255 = 40%
G 151 of 255 = 59%
B 150 of 255 = 59%

102
151
150

R + G + B ~ 53%. #669796 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 151 + 150 = 403 (100%)
R 102 of 403 ~ 25.31%
G 151 of 403 ~ 37.47%
B 150 of 403 ~ 37.22%

%25.31
%37.47
%37.22

CMYK color model

#669796 color CMYK value is (32,0,1,41).

  • cyan value is 32.45%
  • magenta value is 0.00%
  • yellow value is 0.66%
  • key color value is 40.78%
CMYK:
(32,0,1,41)
C32M0Y1K41 
(32%,0%,1%,41%)
(0.32/0.00/0.01/0.41)	

CMYK percentages

%32.45
%0
%0.66
%40.78

Codes

Color #669796 in popluar color models

669796
RGB102151150
HSL179°19.37%49.61%
HSB/HSV179°32.45%59.22%
CMYK32.45%0.00%0.66%
40.78%

Color #669796 in popluar number systems.

HEX669796
Decimal102151150
Binary11001101001011110010110
Octal146227226

Shades and tints

Shades of #669796

#669796
(102,151,150)
#5D8A89
(93,138,137)
#547D7C
(84,125,124)
#4B706F
(75,112,111)
#426362
(66,99,98)
#395655
(57,86,85)
#304948
(48,73,72)
#273C3B
(39,60,59)
#1E2F2E
(30,47,46)
#152221
(21,34,33)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #669796

#669796
(102,151,150)
#73A09F
(115,160,159)
#80A9A8
(128,169,168)
#8DB2B1
(141,178,177)
#9ABBBA
(154,187,186)
#A7C4C3
(167,196,195)
#B4CDCC
(180,205,204)
#C1D6D5
(193,214,213)
#CEDFDE
(206,223,222)
#DBE8E7
(219,232,231)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669796 color. Also use rgb(102,151,150) instead hex code.

Text Font Color

.myTextColor { color: #669796; }

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

This text font color is #669796.


Background Color

.myBgColor { background-color: #669796; }

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

This div background color is #669796.


Border color

.myBorderColor { border: 1px solid #669796; }

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

This div border color is #669796.


Opacity

.myOpacity80 { color: #669796; opacity: 0.8; }

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

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

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

This text has shadow with #669796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669796 on black background.


Color preview on white background

This text has color #669796 on white background.



Black color preview on #669796 background

This text has black color on #669796 background.


White color preview on #669796 background

This text has white color on #669796 background.