COLOR #66A765

HEX: #66A765
RGB: (102,167,101)

Color info

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

RGB color model

#66A765 color RGB value is (102,167,101).

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

RGB channels and saturation

R 102 of 255 = 40%
G 167 of 255 = 65%
B 101 of 255 = 40%

102
167
101

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

Portions of RGB colors in percentages

R + G + B =
102 + 167 + 101 = 370 (100%)
R 102 of 370 ~ 27.57%
G 167 of 370 ~ 45.14%
B 101 of 370 ~ 27.3%

%27.57
%45.14
%27.3

CMYK color model

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

  • cyan value is 38.92%
  • magenta value is 0.00%
  • yellow value is 39.52%
  • key color value is 34.51%
CMYK:
(39,0,40,35)
C39M0Y40K35 
(39%,0%,40%,35%)
(0.39/0.00/0.40/0.35)	

CMYK percentages

%38.92
%0
%39.52
%34.51

Codes

Color #66A765 in popluar color models

66A765
RGB102167101
HSL119°27.27%52.55%
HSB/HSV119°39.52%65.49%
CMYK38.92%0.00%39.52%
34.51%

Color #66A765 in popluar number systems.

HEX66A765
Decimal102167101
Binary1100110101001111100101
Octal146247145

Shades and tints

Shades of #66A765

#66A765
(102,167,101)
#5D985C
(93,152,92)
#548953
(84,137,83)
#4B7A4A
(75,122,74)
#426B41
(66,107,65)
#395C38
(57,92,56)
#304D2F
(48,77,47)
#273E26
(39,62,38)
#1E2F1D
(30,47,29)
#152014
(21,32,20)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #66A765

#66A765
(102,167,101)
#73AF73
(115,175,115)
#80B781
(128,183,129)
#8DBF8F
(141,191,143)
#9AC79D
(154,199,157)
#A7CFAB
(167,207,171)
#B4D7B9
(180,215,185)
#C1DFC7
(193,223,199)
#CEE7D5
(206,231,213)
#DBEFE3
(219,239,227)
#E8F7F1
(232,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A765; }

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

This text font color is #66A765.


Background Color

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

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

This div background color is #66A765.


Border color

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

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

This div border color is #66A765.


Opacity

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

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

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

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

This text has shadow with #66A765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A765 on black background.


Color preview on white background

This text has color #66A765 on white background.



Black color preview on #66A765 background

This text has black color on #66A765 background.


White color preview on #66A765 background

This text has white color on #66A765 background.