COLOR #66B365

HEX: #66B365
RGB: (102,179,101)

Color info

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

RGB color model

#66B365 color RGB value is (102,179,101).

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

RGB channels and saturation

R 102 of 255 = 40%
G 179 of 255 = 70%
B 101 of 255 = 40%

102
179
101

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

Portions of RGB colors in percentages

R + G + B =
102 + 179 + 101 = 382 (100%)
R 102 of 382 ~ 26.7%
G 179 of 382 ~ 46.86%
B 101 of 382 ~ 26.44%

%26.7
%46.86
%26.44

CMYK color model

#66B365 color CMYK value is (43,0,44,30).

  • cyan value is 43.02%
  • magenta value is 0.00%
  • yellow value is 43.58%
  • key color value is 29.80%
CMYK:
(43,0,44,30)
C43M0Y44K30 
(43%,0%,44%,30%)
(0.43/0.00/0.44/0.30)	

CMYK percentages

%43.02
%0
%43.58
%29.8

Codes

Color #66B365 in popluar color models

66B365
RGB102179101
HSL119°33.91%54.90%
HSB/HSV119°43.58%70.20%
CMYK43.02%0.00%43.58%
29.80%

Color #66B365 in popluar number systems.

HEX66B365
Decimal102179101
Binary1100110101100111100101
Octal146263145

Shades and tints

Shades of #66B365

#66B365
(102,179,101)
#5DA35C
(93,163,92)
#549353
(84,147,83)
#4B834A
(75,131,74)
#427341
(66,115,65)
#396338
(57,99,56)
#30532F
(48,83,47)
#274326
(39,67,38)
#1E331D
(30,51,29)
#152314
(21,35,20)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #66B365

#66B365
(102,179,101)
#73B973
(115,185,115)
#80BF81
(128,191,129)
#8DC58F
(141,197,143)
#9ACB9D
(154,203,157)
#A7D1AB
(167,209,171)
#B4D7B9
(180,215,185)
#C1DDC7
(193,221,199)
#CEE3D5
(206,227,213)
#DBE9E3
(219,233,227)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B365; }

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

This text font color is #66B365.


Background Color

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

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

This div background color is #66B365.


Border color

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

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

This div border color is #66B365.


Opacity

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

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

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

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

This text has shadow with #66B365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B365 on black background.


Color preview on white background

This text has color #66B365 on white background.



Black color preview on #66B365 background

This text has black color on #66B365 background.


White color preview on #66B365 background

This text has white color on #66B365 background.