COLOR #66B85A

HEX: #66B85A RGB: (102,184,90)

Color info

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

RGB color model

#66B85A color RGB value is (102,184,90).

RGB: (102,184,90) (40%, 72%, 35%)

RGB channels and saturation

R 102 of 255 = 40%
G 184 of 255 = 72%
B 90 of 255 = 35%

102
184
90

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

Portions of RGB colors in percentages

R + G + B = 102 + 184 + 90 = 376 (100%)
R 102 of 376 ~ 27.13%
G 184 of 376 ~ 48.94%
B 90 of 376 ~ 23.94'%

%27.13
%48.94
%23.94

CMYK color model

#66B85A color CMYK value is (45,0,51,28).

  • cyan value is 44.57%
  • magenta value is 0.00%
  • yellow value is 51.09%
  • key color value is 27.84%

CMYK: (45,0,51,28)
C45M0Y51K28 (45%, 0%, 51%, 28%)
(0.45 / 0.00 / 0.51 / 0.28)

CMYK percentages

%44.57
%0
%51.09
%27.84

Codes

Color #66B85A in popluar color models

66 B8 5A
RGB 102 184 90
HSL 112° 39.83% 53.73%
HSB/HSV 112° 51.09% 72.16%
CMYK 44.57% 0.00% 51.09%
27.84%

Color #66B85A in popluar number systems.

HEX 66 B8 5A
Decimal 102 184 90
Binary 1100110 10111000 1011010
Octal 146 270 132

Shades and tints

Shades of #66B85A

#66B85A
(102,184,90)
#5DA852
(93,168,82)
#54984A
(84,152,74)
#4B8842
(75,136,66)
#42783A
(66,120,58)
#396832
(57,104,50)
#30582A
(48,88,42)
#274822
(39,72,34)
#1E381A
(30,56,26)
#152812
(21,40,18)
#0C180A
(12,24,10)
#000000
(0,0,0)

Tints of #66B85A

#66B85A
(102,184,90)
#73BE69
(115,190,105)
#80C478
(128,196,120)
#8DCA87
(141,202,135)
#9AD096
(154,208,150)
#A7D6A5
(167,214,165)
#B4DCB4
(180,220,180)
#C1E2C3
(193,226,195)
#CEE8D2
(206,232,210)
#DBEEE1
(219,238,225)
#E8F4F0
(232,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B85A color. Also use rgb(102,184,90) instead hex code.

Text Font Color

.myTextColor { color: #66B85A; }

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

This text font color is #66B85A.

Background Color

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

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

This div background color is #66B85A.

Border color

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

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

This div border color is #66B85A.

Opacity

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

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

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

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

This text has shadow with #66B85A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66B85A.

Preview

Color preview on black background

This text has color #66B85A on black background.


Color preview on white background

This text has color #66B85A on white background.


Black color preview on #66B85A background

This text has black color on #66B85A background.


White color preview on #66B85A background

This text has white color on #66B85A background.


Related colors

Complementary color

Complementary color for #hex is #9947A5.


I love getcolorcode.com

Triadic colors

1 #5A66B8 and #B85A66 with #66B85A are triadic colors.

2 #5AB866 and #B8665A with #66B85A are triadic colors.