COLOR #669A46

HEX: #669A46
RGB: (102,154,70)

Color info

#669A46 contains mainly red and green colors. Web safe color of #669A46 is #669933 (or #693).

RGB color model

#669A46 color RGB value is (102,154,70).

  • red value is 102;
  • green value is 154;
  • blue value is 70.
RGB:
(102,154,70)
(40%,60%,27%)

RGB channels and saturation

R 102 of 255 = 40%
G 154 of 255 = 60%
B 70 of 255 = 27%

102
154
70

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

Portions of RGB colors in percentages

R + G + B =
102 + 154 + 70 = 326 (100%)
R 102 of 326 ~ 31.29%
G 154 of 326 ~ 47.24%
B 70 of 326 ~ 21.47%

%31.29
%47.24
%21.47

CMYK color model

#669A46 color CMYK value is (34,0,55,40).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 39.61%
CMYK:
(34,0,55,40)
C34M0Y55K40 
(34%,0%,55%,40%)
(0.34/0.00/0.55/0.40)	

CMYK percentages

%33.77
%0
%54.55
%39.61

Codes

Color #669A46 in popluar color models

669A46
RGB10215470
HSL97°37.50%43.92%
HSB/HSV97°54.55%60.39%
CMYK33.77%0.00%54.55%
39.61%

Color #669A46 in popluar number systems.

HEX669A46
Decimal10215470
Binary1100110100110101000110
Octal146232106

Shades and tints

Shades of #669A46

#669A46
(102,154,70)
#5D8C40
(93,140,64)
#547E3A
(84,126,58)
#4B7034
(75,112,52)
#42622E
(66,98,46)
#395428
(57,84,40)
#304622
(48,70,34)
#27381C
(39,56,28)
#1E2A16
(30,42,22)
#151C10
(21,28,16)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #669A46

#669A46
(102,154,70)
#73A356
(115,163,86)
#80AC66
(128,172,102)
#8DB576
(141,181,118)
#9ABE86
(154,190,134)
#A7C796
(167,199,150)
#B4D0A6
(180,208,166)
#C1D9B6
(193,217,182)
#CEE2C6
(206,226,198)
#DBEBD6
(219,235,214)
#E8F4E6
(232,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669A46 color. Also use rgb(102,154,70) instead hex code.

Text Font Color

.myTextColor { color: #669A46; }

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

This text font color is #669A46.


Background Color

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

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

This div background color is #669A46.


Border color

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

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

This div border color is #669A46.


Opacity

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

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

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

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

This text has shadow with #669A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669A46 on black background.


Color preview on white background

This text has color #669A46 on white background.



Black color preview on #669A46 background

This text has black color on #669A46 background.


White color preview on #669A46 background

This text has white color on #669A46 background.