COLOR #669969

HEX: #669969
RGB: (102,153,105)

Color info

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

RGB color model

#669969 color RGB value is (102,153,105).

  • red value is 102;
  • green value is 153;
  • blue value is 105.
RGB:
(102,153,105)
(40%,60%,41%)

RGB channels and saturation

R 102 of 255 = 40%
G 153 of 255 = 60%
B 105 of 255 = 41%

102
153
105

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

Portions of RGB colors in percentages

R + G + B =
102 + 153 + 105 = 360 (100%)
R 102 of 360 ~ 28.33%
G 153 of 360 ~ 42.5%
B 105 of 360 ~ 29.17%

%28.33
%42.5
%29.17

CMYK color model

#669969 color CMYK value is (33,0,31,40).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 40.00%
CMYK:
(33,0,31,40)
C33M0Y31K40 
(33%,0%,31%,40%)
(0.33/0.00/0.31/0.40)	

CMYK percentages

%33.33
%0
%31.37
%40

Codes

Color #669969 in popluar color models

669969
RGB102153105
HSL124°20.00%50.00%
HSB/HSV124°33.33%60.00%
CMYK33.33%0.00%31.37%
40.00%

Color #669969 in popluar number systems.

HEX669969
Decimal102153105
Binary1100110100110011101001
Octal146231151

Shades and tints

Shades of #669969

#669969
(102,153,105)
#5D8C60
(93,140,96)
#547F57
(84,127,87)
#4B724E
(75,114,78)
#426545
(66,101,69)
#39583C
(57,88,60)
#304B33
(48,75,51)
#273E2A
(39,62,42)
#1E3121
(30,49,33)
#152418
(21,36,24)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #669969

#669969
(102,153,105)
#73A276
(115,162,118)
#80AB83
(128,171,131)
#8DB490
(141,180,144)
#9ABD9D
(154,189,157)
#A7C6AA
(167,198,170)
#B4CFB7
(180,207,183)
#C1D8C4
(193,216,196)
#CEE1D1
(206,225,209)
#DBEADE
(219,234,222)
#E8F3EB
(232,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669969 color. Also use rgb(102,153,105) instead hex code.

Text Font Color

.myTextColor { color: #669969; }

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

This text font color is #669969.


Background Color

.myBgColor { background-color: #669969; }

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

This div background color is #669969.


Border color

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

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

This div border color is #669969.


Opacity

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

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

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

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

This text has shadow with #669969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669969 on black background.


Color preview on white background

This text has color #669969 on white background.



Black color preview on #669969 background

This text has black color on #669969 background.


White color preview on #669969 background

This text has white color on #669969 background.