COLOR #66A372

HEX: #66A372
RGB: (102,163,114)

Color info

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

RGB color model

#66A372 color RGB value is (102,163,114).

  • red value is 102;
  • green value is 163;
  • blue value is 114.
RGB:
(102,163,114)
(40%,64%,45%)

RGB channels and saturation

R 102 of 255 = 40%
G 163 of 255 = 64%
B 114 of 255 = 45%

102
163
114

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

Portions of RGB colors in percentages

R + G + B =
102 + 163 + 114 = 379 (100%)
R 102 of 379 ~ 26.91%
G 163 of 379 ~ 43.01%
B 114 of 379 ~ 30.08%

%26.91
%43.01
%30.08

CMYK color model

#66A372 color CMYK value is (37,0,30,36).

  • cyan value is 37.42%
  • magenta value is 0.00%
  • yellow value is 30.06%
  • key color value is 36.08%
CMYK:
(37,0,30,36)
C37M0Y30K36 
(37%,0%,30%,36%)
(0.37/0.00/0.30/0.36)	

CMYK percentages

%37.42
%0
%30.06
%36.08

Codes

Color #66A372 in popluar color models

66A372
RGB102163114
HSL132°24.90%51.96%
HSB/HSV132°37.42%63.92%
CMYK37.42%0.00%30.06%
36.08%

Color #66A372 in popluar number systems.

HEX66A372
Decimal102163114
Binary1100110101000111110010
Octal146243162

Shades and tints

Shades of #66A372

#66A372
(102,163,114)
#5D9568
(93,149,104)
#54875E
(84,135,94)
#4B7954
(75,121,84)
#426B4A
(66,107,74)
#395D40
(57,93,64)
#304F36
(48,79,54)
#27412C
(39,65,44)
#1E3322
(30,51,34)
#152518
(21,37,24)
#0C170E
(12,23,14)
#000000
(0,0,0)

Tints of #66A372

#66A372
(102,163,114)
#73AB7E
(115,171,126)
#80B38A
(128,179,138)
#8DBB96
(141,187,150)
#9AC3A2
(154,195,162)
#A7CBAE
(167,203,174)
#B4D3BA
(180,211,186)
#C1DBC6
(193,219,198)
#CEE3D2
(206,227,210)
#DBEBDE
(219,235,222)
#E8F3EA
(232,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A372 color. Also use rgb(102,163,114) instead hex code.

Text Font Color

.myTextColor { color: #66A372; }

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

This text font color is #66A372.


Background Color

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

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

This div background color is #66A372.


Border color

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

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

This div border color is #66A372.


Opacity

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

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

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

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

This text has shadow with #66A372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A372 on black background.


Color preview on white background

This text has color #66A372 on white background.



Black color preview on #66A372 background

This text has black color on #66A372 background.


White color preview on #66A372 background

This text has white color on #66A372 background.