COLOR #669F6E

HEX: #669F6E
RGB: (102,159,110)

Color info

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

RGB color model

#669F6E color RGB value is (102,159,110).

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

RGB channels and saturation

R 102 of 255 = 40%
G 159 of 255 = 62%
B 110 of 255 = 43%

102
159
110

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

Portions of RGB colors in percentages

R + G + B =
102 + 159 + 110 = 371 (100%)
R 102 of 371 ~ 27.49%
G 159 of 371 ~ 42.86%
B 110 of 371 ~ 29.65%

%27.49
%42.86
%29.65

CMYK color model

#669F6E color CMYK value is (36,0,31,38).

  • cyan value is 35.85%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 37.65%
CMYK:
(36,0,31,38)
C36M0Y31K38 
(36%,0%,31%,38%)
(0.36/0.00/0.31/0.38)	

CMYK percentages

%35.85
%0
%30.82
%37.65

Codes

Color #669F6E in popluar color models

669F6E
RGB102159110
HSL128°22.89%51.18%
HSB/HSV128°35.85%62.35%
CMYK35.85%0.00%30.82%
37.65%

Color #669F6E in popluar number systems.

HEX669F6E
Decimal102159110
Binary1100110100111111101110
Octal146237156

Shades and tints

Shades of #669F6E

#669F6E
(102,159,110)
#5D9164
(93,145,100)
#54835A
(84,131,90)
#4B7550
(75,117,80)
#426746
(66,103,70)
#39593C
(57,89,60)
#304B32
(48,75,50)
#273D28
(39,61,40)
#1E2F1E
(30,47,30)
#152114
(21,33,20)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #669F6E

#669F6E
(102,159,110)
#73A77B
(115,167,123)
#80AF88
(128,175,136)
#8DB795
(141,183,149)
#9ABFA2
(154,191,162)
#A7C7AF
(167,199,175)
#B4CFBC
(180,207,188)
#C1D7C9
(193,215,201)
#CEDFD6
(206,223,214)
#DBE7E3
(219,231,227)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669F6E; }

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

This text font color is #669F6E.


Background Color

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

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

This div background color is #669F6E.


Border color

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

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

This div border color is #669F6E.


Opacity

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

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

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

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

This text has shadow with #669F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669F6E on black background.


Color preview on white background

This text has color #669F6E on white background.



Black color preview on #669F6E background

This text has black color on #669F6E background.


White color preview on #669F6E background

This text has white color on #669F6E background.