COLOR #66B749

HEX: #66B749 RGB: (102,183,73)

Color info

#66B749 contains mainly green color. Web safe color of #66B749 is #66CC33 (or #6C3).

RGB color model

#66B749 color RGB value is (102,183,73).

RGB: (102,183,73) (40%, 72%, 29%)

RGB channels and saturation

R 102 of 255 = 40%
G 183 of 255 = 72%
B 73 of 255 = 29%

102
183
73

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

Portions of RGB colors in percentages

R + G + B = 102 + 183 + 73 = 358 (100%)
R 102 of 358 ~ 28.49%
G 183 of 358 ~ 51.12%
B 73 of 358 ~ 20.39'%

%28.49
%51.12
%20.39

CMYK color model

#66B749 color CMYK value is (44,0,60,28).

  • cyan value is 44.26%
  • magenta value is 0.00%
  • yellow value is 60.11%
  • key color value is 28.24%

CMYK: (44,0,60,28)
C44M0Y60K28 (44%, 0%, 60%, 28%)
(0.44 / 0.00 / 0.60 / 0.28)

CMYK percentages

%44.26
%0
%60.11
%28.24

Codes

Color #66B749 in popluar color models

66 B7 49
RGB 102 183 73
HSL 104° 43.31% 50.20%
HSB/HSV 104° 60.11% 71.76%
CMYK 44.26% 0.00% 60.11%
28.24%

Color #66B749 in popluar number systems.

HEX 66 B7 49
Decimal 102 183 73
Binary 1100110 10110111 1001001
Octal 146 267 111

Shades and tints

Shades of #66B749

#66B749
(102,183,73)
#5DA743
(93,167,67)
#54973D
(84,151,61)
#4B8737
(75,135,55)
#427731
(66,119,49)
#39672B
(57,103,43)
#305725
(48,87,37)
#27471F
(39,71,31)
#1E3719
(30,55,25)
#152713
(21,39,19)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #66B749

#66B749
(102,183,73)
#73BD59
(115,189,89)
#80C369
(128,195,105)
#8DC979
(141,201,121)
#9ACF89
(154,207,137)
#A7D599
(167,213,153)
#B4DBA9
(180,219,169)
#C1E1B9
(193,225,185)
#CEE7C9
(206,231,201)
#DBEDD9
(219,237,217)
#E8F3E9
(232,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B749; }

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

This text font color is #66B749.

Background Color

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

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

This div background color is #66B749.

Border color

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

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

This div border color is #66B749.

Opacity

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

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

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

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

This text has shadow with #66B749 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66B749.

Preview

Color preview on black background

This text has color #66B749 on black background.


Color preview on white background

This text has color #66B749 on white background.


Black color preview on #66B749 background

This text has black color on #66B749 background.


White color preview on #66B749 background

This text has white color on #66B749 background.


Related colors

Complementary color

Complementary color for #hex is #9948B6.


I love getcolorcode.com

Triadic colors

1 #4966B7 and #B74966 with #66B749 are triadic colors.

2 #49B766 and #B76649 with #66B749 are triadic colors.