COLOR #66A44B

HEX: #66A44B
RGB: (102,164,75)

Color info

#66A44B contains mainly green color. Web safe color of #66A44B is #669933 (or #693).

RGB color model

#66A44B color RGB value is (102,164,75).

  • red value is 102;
  • green value is 164;
  • blue value is 75.
RGB:
(102,164,75)
(40%,64%,29%)

RGB channels and saturation

R 102 of 255 = 40%
G 164 of 255 = 64%
B 75 of 255 = 29%

102
164
75

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

Portions of RGB colors in percentages

R + G + B =
102 + 164 + 75 = 341 (100%)
R 102 of 341 ~ 29.91%
G 164 of 341 ~ 48.09%
B 75 of 341 ~ 21.99%

%29.91
%48.09
%21.99

CMYK color model

#66A44B color CMYK value is (38,0,54,36).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 54.27%
  • key color value is 35.69%
CMYK:
(38,0,54,36)
C38M0Y54K36 
(38%,0%,54%,36%)
(0.38/0.00/0.54/0.36)	

CMYK percentages

%37.8
%0
%54.27
%35.69

Codes

Color #66A44B in popluar color models

66A44B
RGB10216475
HSL102°37.24%46.86%
HSB/HSV102°54.27%64.31%
CMYK37.80%0.00%54.27%
35.69%

Color #66A44B in popluar number systems.

HEX66A44B
Decimal10216475
Binary1100110101001001001011
Octal146244113

Shades and tints

Shades of #66A44B

#66A44B
(102,164,75)
#5D9645
(93,150,69)
#54883F
(84,136,63)
#4B7A39
(75,122,57)
#426C33
(66,108,51)
#395E2D
(57,94,45)
#305027
(48,80,39)
#274221
(39,66,33)
#1E341B
(30,52,27)
#152615
(21,38,21)
#0C180F
(12,24,15)
#000000
(0,0,0)

Tints of #66A44B

#66A44B
(102,164,75)
#73AC5B
(115,172,91)
#80B46B
(128,180,107)
#8DBC7B
(141,188,123)
#9AC48B
(154,196,139)
#A7CC9B
(167,204,155)
#B4D4AB
(180,212,171)
#C1DCBB
(193,220,187)
#CEE4CB
(206,228,203)
#DBECDB
(219,236,219)
#E8F4EB
(232,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A44B color. Also use rgb(102,164,75) instead hex code.

Text Font Color

.myTextColor { color: #66A44B; }

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

This text font color is #66A44B.


Background Color

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

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

This div background color is #66A44B.


Border color

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

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

This div border color is #66A44B.


Opacity

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

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

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

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

This text has shadow with #66A44B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A44B on black background.


Color preview on white background

This text has color #66A44B on white background.



Black color preview on #66A44B background

This text has black color on #66A44B background.


White color preview on #66A44B background

This text has white color on #66A44B background.