COLOR #669A79

HEX: #669A79
RGB: (102,154,121)

Color info

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

RGB color model

#669A79 color RGB value is (102,154,121).

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

RGB channels and saturation

R 102 of 255 = 40%
G 154 of 255 = 60%
B 121 of 255 = 47%

102
154
121

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

Portions of RGB colors in percentages

R + G + B =
102 + 154 + 121 = 377 (100%)
R 102 of 377 ~ 27.06%
G 154 of 377 ~ 40.85%
B 121 of 377 ~ 32.1%

%27.06
%40.85
%32.1

CMYK color model

#669A79 color CMYK value is (34,0,21,40).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 39.61%
CMYK:
(34,0,21,40)
C34M0Y21K40 
(34%,0%,21%,40%)
(0.34/0.00/0.21/0.40)	

CMYK percentages

%33.77
%0
%21.43
%39.61

Codes

Color #669A79 in popluar color models

669A79
RGB102154121
HSL142°20.47%50.20%
HSB/HSV142°33.77%60.39%
CMYK33.77%0.00%21.43%
39.61%

Color #669A79 in popluar number systems.

HEX669A79
Decimal102154121
Binary1100110100110101111001
Octal146232171

Shades and tints

Shades of #669A79

#669A79
(102,154,121)
#5D8C6E
(93,140,110)
#547E63
(84,126,99)
#4B7058
(75,112,88)
#42624D
(66,98,77)
#395442
(57,84,66)
#304637
(48,70,55)
#27382C
(39,56,44)
#1E2A21
(30,42,33)
#151C16
(21,28,22)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #669A79

#669A79
(102,154,121)
#73A385
(115,163,133)
#80AC91
(128,172,145)
#8DB59D
(141,181,157)
#9ABEA9
(154,190,169)
#A7C7B5
(167,199,181)
#B4D0C1
(180,208,193)
#C1D9CD
(193,217,205)
#CEE2D9
(206,226,217)
#DBEBE5
(219,235,229)
#E8F4F1
(232,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669A79; }

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

This text font color is #669A79.


Background Color

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

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

This div background color is #669A79.


Border color

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

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

This div border color is #669A79.


Opacity

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

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

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

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

This text has shadow with #669A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669A79 on black background.


Color preview on white background

This text has color #669A79 on white background.



Black color preview on #669A79 background

This text has black color on #669A79 background.


White color preview on #669A79 background

This text has white color on #669A79 background.