COLOR #669F74

HEX: #669F74
RGB: (102,159,116)

Color info

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

RGB color model

#669F74 color RGB value is (102,159,116).

  • red value is 102;
  • green value is 159;
  • blue value is 116.
RGB:
(102,159,116)
(40%,62%,45%)

RGB channels and saturation

R 102 of 255 = 40%
G 159 of 255 = 62%
B 116 of 255 = 45%

102
159
116

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

Portions of RGB colors in percentages

R + G + B =
102 + 159 + 116 = 377 (100%)
R 102 of 377 ~ 27.06%
G 159 of 377 ~ 42.18%
B 116 of 377 ~ 30.77%

%27.06
%42.18
%30.77

CMYK color model

#669F74 color CMYK value is (36,0,27,38).

  • cyan value is 35.85%
  • magenta value is 0.00%
  • yellow value is 27.04%
  • key color value is 37.65%
CMYK:
(36,0,27,38)
C36M0Y27K38 
(36%,0%,27%,38%)
(0.36/0.00/0.27/0.38)	

CMYK percentages

%35.85
%0
%27.04
%37.65

Codes

Color #669F74 in popluar color models

669F74
RGB102159116
HSL135°22.89%51.18%
HSB/HSV135°35.85%62.35%
CMYK35.85%0.00%27.04%
37.65%

Color #669F74 in popluar number systems.

HEX669F74
Decimal102159116
Binary1100110100111111110100
Octal146237164

Shades and tints

Shades of #669F74

#669F74
(102,159,116)
#5D916A
(93,145,106)
#548360
(84,131,96)
#4B7556
(75,117,86)
#42674C
(66,103,76)
#395942
(57,89,66)
#304B38
(48,75,56)
#273D2E
(39,61,46)
#1E2F24
(30,47,36)
#15211A
(21,33,26)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #669F74

#669F74
(102,159,116)
#73A780
(115,167,128)
#80AF8C
(128,175,140)
#8DB798
(141,183,152)
#9ABFA4
(154,191,164)
#A7C7B0
(167,199,176)
#B4CFBC
(180,207,188)
#C1D7C8
(193,215,200)
#CEDFD4
(206,223,212)
#DBE7E0
(219,231,224)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669F74 color. Also use rgb(102,159,116) instead hex code.

Text Font Color

.myTextColor { color: #669F74; }

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

This text font color is #669F74.


Background Color

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

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

This div background color is #669F74.


Border color

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

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

This div border color is #669F74.


Opacity

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

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

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

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

This text has shadow with #669F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669F74 on black background.


Color preview on white background

This text has color #669F74 on white background.



Black color preview on #669F74 background

This text has black color on #669F74 background.


White color preview on #669F74 background

This text has white color on #669F74 background.