COLOR #669F4F

HEX: #669F4F
RGB: (102,159,79)

Color info

#669F4F contains mainly red and green colors. Web safe color of #669F4F is #669966 (or #696).

RGB color model

#669F4F color RGB value is (102,159,79).

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

RGB channels and saturation

R 102 of 255 = 40%
G 159 of 255 = 62%
B 79 of 255 = 31%

102
159
79

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

Portions of RGB colors in percentages

R + G + B =
102 + 159 + 79 = 340 (100%)
R 102 of 340 ~ 30%
G 159 of 340 ~ 46.76%
B 79 of 340 ~ 23.24%

%30
%46.76
%23.24

CMYK color model

#669F4F color CMYK value is (36,0,50,38).

  • cyan value is 35.85%
  • magenta value is 0.00%
  • yellow value is 50.31%
  • key color value is 37.65%
CMYK:
(36,0,50,38)
C36M0Y50K38 
(36%,0%,50%,38%)
(0.36/0.00/0.50/0.38)	

CMYK percentages

%35.85
%0
%50.31
%37.65

Codes

Color #669F4F in popluar color models

669F4F
RGB10215979
HSL103°33.61%46.67%
HSB/HSV103°50.31%62.35%
CMYK35.85%0.00%50.31%
37.65%

Color #669F4F in popluar number systems.

HEX669F4F
Decimal10215979
Binary1100110100111111001111
Octal146237117

Shades and tints

Shades of #669F4F

#669F4F
(102,159,79)
#5D9148
(93,145,72)
#548341
(84,131,65)
#4B753A
(75,117,58)
#426733
(66,103,51)
#39592C
(57,89,44)
#304B25
(48,75,37)
#273D1E
(39,61,30)
#1E2F17
(30,47,23)
#152110
(21,33,16)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #669F4F

#669F4F
(102,159,79)
#73A75F
(115,167,95)
#80AF6F
(128,175,111)
#8DB77F
(141,183,127)
#9ABF8F
(154,191,143)
#A7C79F
(167,199,159)
#B4CFAF
(180,207,175)
#C1D7BF
(193,215,191)
#CEDFCF
(206,223,207)
#DBE7DF
(219,231,223)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669F4F; }

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

This text font color is #669F4F.


Background Color

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

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

This div background color is #669F4F.


Border color

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

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

This div border color is #669F4F.


Opacity

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

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

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

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

This text has shadow with #669F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669F4F on black background.


Color preview on white background

This text has color #669F4F on white background.



Black color preview on #669F4F background

This text has black color on #669F4F background.


White color preview on #669F4F background

This text has white color on #669F4F background.