COLOR #66A76C

HEX: #66A76C
RGB: (102,167,108)

Color info

#66A76C contains mainly green and blue colors. Web safe color of #66A76C is #669966 (or #696).

RGB color model

#66A76C color RGB value is (102,167,108).

  • red value is 102;
  • green value is 167;
  • blue value is 108.
RGB:
(102,167,108)
(40%,65%,42%)

RGB channels and saturation

R 102 of 255 = 40%
G 167 of 255 = 65%
B 108 of 255 = 42%

102
167
108

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

Portions of RGB colors in percentages

R + G + B =
102 + 167 + 108 = 377 (100%)
R 102 of 377 ~ 27.06%
G 167 of 377 ~ 44.3%
B 108 of 377 ~ 28.65%

%27.06
%44.3
%28.65

CMYK color model

#66A76C color CMYK value is (39,0,35,35).

  • cyan value is 38.92%
  • magenta value is 0.00%
  • yellow value is 35.33%
  • key color value is 34.51%
CMYK:
(39,0,35,35)
C39M0Y35K35 
(39%,0%,35%,35%)
(0.39/0.00/0.35/0.35)	

CMYK percentages

%38.92
%0
%35.33
%34.51

Codes

Color #66A76C in popluar color models

66A76C
RGB102167108
HSL126°26.97%52.75%
HSB/HSV126°38.92%65.49%
CMYK38.92%0.00%35.33%
34.51%

Color #66A76C in popluar number systems.

HEX66A76C
Decimal102167108
Binary1100110101001111101100
Octal146247154

Shades and tints

Shades of #66A76C

#66A76C
(102,167,108)
#5D9863
(93,152,99)
#54895A
(84,137,90)
#4B7A51
(75,122,81)
#426B48
(66,107,72)
#395C3F
(57,92,63)
#304D36
(48,77,54)
#273E2D
(39,62,45)
#1E2F24
(30,47,36)
#15201B
(21,32,27)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #66A76C

#66A76C
(102,167,108)
#73AF79
(115,175,121)
#80B786
(128,183,134)
#8DBF93
(141,191,147)
#9AC7A0
(154,199,160)
#A7CFAD
(167,207,173)
#B4D7BA
(180,215,186)
#C1DFC7
(193,223,199)
#CEE7D4
(206,231,212)
#DBEFE1
(219,239,225)
#E8F7EE
(232,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A76C color. Also use rgb(102,167,108) instead hex code.

Text Font Color

.myTextColor { color: #66A76C; }

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

This text font color is #66A76C.


Background Color

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

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

This div background color is #66A76C.


Border color

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

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

This div border color is #66A76C.


Opacity

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

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

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

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

This text has shadow with #66A76C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A76C on black background.


Color preview on white background

This text has color #66A76C on white background.



Black color preview on #66A76C background

This text has black color on #66A76C background.


White color preview on #66A76C background

This text has white color on #66A76C background.