COLOR #66A96A

HEX: #66A96A
RGB: (102,169,106)

Color info

#66A96A contains mainly green color. Web safe color of #66A96A is #669966 (or #696).

RGB color model

#66A96A color RGB value is (102,169,106).

  • red value is 102;
  • green value is 169;
  • blue value is 106.
RGB:
(102,169,106)
(40%,66%,42%)

RGB channels and saturation

R 102 of 255 = 40%
G 169 of 255 = 66%
B 106 of 255 = 42%

102
169
106

R + G + B ~ 49%. #66A96A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 169 + 106 = 377 (100%)
R 102 of 377 ~ 27.06%
G 169 of 377 ~ 44.83%
B 106 of 377 ~ 28.12%

%27.06
%44.83
%28.12

CMYK color model

#66A96A color CMYK value is (40,0,37,34).

  • cyan value is 39.64%
  • magenta value is 0.00%
  • yellow value is 37.28%
  • key color value is 33.73%
CMYK:
(40,0,37,34)
C40M0Y37K34 
(40%,0%,37%,34%)
(0.40/0.00/0.37/0.34)	

CMYK percentages

%39.64
%0
%37.28
%33.73

Codes

Color #66A96A in popluar color models

66A96A
RGB102169106
HSL124°28.03%53.14%
HSB/HSV124°39.64%66.27%
CMYK39.64%0.00%37.28%
33.73%

Color #66A96A in popluar number systems.

HEX66A96A
Decimal102169106
Binary1100110101010011101010
Octal146251152

Shades and tints

Shades of #66A96A

#66A96A
(102,169,106)
#5D9A61
(93,154,97)
#548B58
(84,139,88)
#4B7C4F
(75,124,79)
#426D46
(66,109,70)
#395E3D
(57,94,61)
#304F34
(48,79,52)
#27402B
(39,64,43)
#1E3122
(30,49,34)
#152219
(21,34,25)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #66A96A

#66A96A
(102,169,106)
#73B077
(115,176,119)
#80B784
(128,183,132)
#8DBE91
(141,190,145)
#9AC59E
(154,197,158)
#A7CCAB
(167,204,171)
#B4D3B8
(180,211,184)
#C1DAC5
(193,218,197)
#CEE1D2
(206,225,210)
#DBE8DF
(219,232,223)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A96A color. Also use rgb(102,169,106) instead hex code.

Text Font Color

.myTextColor { color: #66A96A; }

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

This text font color is #66A96A.


Background Color

.myBgColor { background-color: #66A96A; }

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

This div background color is #66A96A.


Border color

.myBorderColor { border: 1px solid #66A96A; }

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

This div border color is #66A96A.


Opacity

.myOpacity80 { color: #66A96A; opacity: 0.8; }

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

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

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

This text has shadow with #66A96A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A96A on black background.


Color preview on white background

This text has color #66A96A on white background.



Black color preview on #66A96A background

This text has black color on #66A96A background.


White color preview on #66A96A background

This text has white color on #66A96A background.