COLOR #66B761

HEX: #66B761
RGB: (102,183,97)

Color info

#66B761 contains mainly green color. Web safe color of #66B761 is #66CC66 (or #6C6).

RGB color model

#66B761 color RGB value is (102,183,97).

  • red value is 102;
  • green value is 183;
  • blue value is 97.
RGB:
(102,183,97)
(40%,72%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 183 of 255 = 72%
B 97 of 255 = 38%

102
183
97

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

Portions of RGB colors in percentages

R + G + B =
102 + 183 + 97 = 382 (100%)
R 102 of 382 ~ 26.7%
G 183 of 382 ~ 47.91%
B 97 of 382 ~ 25.39%

%26.7
%47.91
%25.39

CMYK color model

#66B761 color CMYK value is (44,0,47,28).

  • cyan value is 44.26%
  • magenta value is 0.00%
  • yellow value is 46.99%
  • key color value is 28.24%
CMYK:
(44,0,47,28)
C44M0Y47K28 
(44%,0%,47%,28%)
(0.44/0.00/0.47/0.28)	

CMYK percentages

%44.26
%0
%46.99
%28.24

Codes

Color #66B761 in popluar color models

66B761
RGB10218397
HSL117°37.39%54.90%
HSB/HSV117°46.99%71.76%
CMYK44.26%0.00%46.99%
28.24%

Color #66B761 in popluar number systems.

HEX66B761
Decimal10218397
Binary1100110101101111100001
Octal146267141

Shades and tints

Shades of #66B761

#66B761
(102,183,97)
#5DA759
(93,167,89)
#549751
(84,151,81)
#4B8749
(75,135,73)
#427741
(66,119,65)
#396739
(57,103,57)
#305731
(48,87,49)
#274729
(39,71,41)
#1E3721
(30,55,33)
#152719
(21,39,25)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #66B761

#66B761
(102,183,97)
#73BD6F
(115,189,111)
#80C37D
(128,195,125)
#8DC98B
(141,201,139)
#9ACF99
(154,207,153)
#A7D5A7
(167,213,167)
#B4DBB5
(180,219,181)
#C1E1C3
(193,225,195)
#CEE7D1
(206,231,209)
#DBEDDF
(219,237,223)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B761 color. Also use rgb(102,183,97) instead hex code.

Text Font Color

.myTextColor { color: #66B761; }

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

This text font color is #66B761.


Background Color

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

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

This div background color is #66B761.


Border color

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

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

This div border color is #66B761.


Opacity

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

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

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

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

This text has shadow with #66B761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B761 on black background.


Color preview on white background

This text has color #66B761 on white background.



Black color preview on #66B761 background

This text has black color on #66B761 background.


White color preview on #66B761 background

This text has white color on #66B761 background.