COLOR #669365

HEX: #669365
RGB: (102,147,101)

Color info

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

RGB color model

#669365 color RGB value is (102,147,101).

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

RGB channels and saturation

R 102 of 255 = 40%
G 147 of 255 = 58%
B 101 of 255 = 40%

102
147
101

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

Portions of RGB colors in percentages

R + G + B =
102 + 147 + 101 = 350 (100%)
R 102 of 350 ~ 29.14%
G 147 of 350 ~ 42%
B 101 of 350 ~ 28.86%

%29.14
%42
%28.86

CMYK color model

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

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 31.29%
  • key color value is 42.35%
CMYK:
(31,0,31,42)
C31M0Y31K42 
(31%,0%,31%,42%)
(0.31/0.00/0.31/0.42)	

CMYK percentages

%30.61
%0
%31.29
%42.35

Codes

Color #669365 in popluar color models

669365
RGB102147101
HSL119°18.55%48.63%
HSB/HSV119°31.29%57.65%
CMYK30.61%0.00%31.29%
42.35%

Color #669365 in popluar number systems.

HEX669365
Decimal102147101
Binary1100110100100111100101
Octal146223145

Shades and tints

Shades of #669365

#669365
(102,147,101)
#5D865C
(93,134,92)
#547953
(84,121,83)
#4B6C4A
(75,108,74)
#425F41
(66,95,65)
#395238
(57,82,56)
#30452F
(48,69,47)
#273826
(39,56,38)
#1E2B1D
(30,43,29)
#151E14
(21,30,20)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #669365

#669365
(102,147,101)
#739C73
(115,156,115)
#80A581
(128,165,129)
#8DAE8F
(141,174,143)
#9AB79D
(154,183,157)
#A7C0AB
(167,192,171)
#B4C9B9
(180,201,185)
#C1D2C7
(193,210,199)
#CEDBD5
(206,219,213)
#DBE4E3
(219,228,227)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669365; }

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

This text font color is #669365.


Background Color

.myBgColor { background-color: #669365; }

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

This div background color is #669365.


Border color

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

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

This div border color is #669365.


Opacity

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

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

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

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

This text has shadow with #669365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669365 on black background.


Color preview on white background

This text has color #669365 on white background.



Black color preview on #669365 background

This text has black color on #669365 background.


White color preview on #669365 background

This text has white color on #669365 background.