COLOR #669368

HEX: #669368
RGB: (102,147,104)

Color info

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

RGB color model

#669368 color RGB value is (102,147,104).

  • red value is 102;
  • green value is 147;
  • blue value is 104.
RGB:
(102,147,104)
(40%,58%,41%)

RGB channels and saturation

R 102 of 255 = 40%
G 147 of 255 = 58%
B 104 of 255 = 41%

102
147
104

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

Portions of RGB colors in percentages

R + G + B =
102 + 147 + 104 = 353 (100%)
R 102 of 353 ~ 28.9%
G 147 of 353 ~ 41.64%
B 104 of 353 ~ 29.46%

%28.9
%41.64
%29.46

CMYK color model

#669368 color CMYK value is (31,0,29,42).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • key color value is 42.35%
CMYK:
(31,0,29,42)
C31M0Y29K42 
(31%,0%,29%,42%)
(0.31/0.00/0.29/0.42)	

CMYK percentages

%30.61
%0
%29.25
%42.35

Codes

Color #669368 in popluar color models

669368
RGB102147104
HSL123°18.07%48.82%
HSB/HSV123°30.61%57.65%
CMYK30.61%0.00%29.25%
42.35%

Color #669368 in popluar number systems.

HEX669368
Decimal102147104
Binary1100110100100111101000
Octal146223150

Shades and tints

Shades of #669368

#669368
(102,147,104)
#5D865F
(93,134,95)
#547956
(84,121,86)
#4B6C4D
(75,108,77)
#425F44
(66,95,68)
#39523B
(57,82,59)
#304532
(48,69,50)
#273829
(39,56,41)
#1E2B20
(30,43,32)
#151E17
(21,30,23)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #669368

#669368
(102,147,104)
#739C75
(115,156,117)
#80A582
(128,165,130)
#8DAE8F
(141,174,143)
#9AB79C
(154,183,156)
#A7C0A9
(167,192,169)
#B4C9B6
(180,201,182)
#C1D2C3
(193,210,195)
#CEDBD0
(206,219,208)
#DBE4DD
(219,228,221)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669368 color. Also use rgb(102,147,104) instead hex code.

Text Font Color

.myTextColor { color: #669368; }

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

This text font color is #669368.


Background Color

.myBgColor { background-color: #669368; }

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

This div background color is #669368.


Border color

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

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

This div border color is #669368.


Opacity

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

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

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

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

This text has shadow with #669368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669368 on black background.


Color preview on white background

This text has color #669368 on white background.



Black color preview on #669368 background

This text has black color on #669368 background.


White color preview on #669368 background

This text has white color on #669368 background.