COLOR #66A77D

HEX: #66A77D
RGB: (102,167,125)

Color info

#66A77D contains mainly green and blue colors. Web safe color of #66A77D is #669966 (or #696).

RGB color model

#66A77D color RGB value is (102,167,125).

  • red value is 102;
  • green value is 167;
  • blue value is 125.
RGB:
(102,167,125)
(40%,65%,49%)

RGB channels and saturation

R 102 of 255 = 40%
G 167 of 255 = 65%
B 125 of 255 = 49%

102
167
125

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

Portions of RGB colors in percentages

R + G + B =
102 + 167 + 125 = 394 (100%)
R 102 of 394 ~ 25.89%
G 167 of 394 ~ 42.39%
B 125 of 394 ~ 31.73%

%25.89
%42.39
%31.73

CMYK color model

#66A77D color CMYK value is (39,0,25,35).

  • cyan value is 38.92%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 34.51%
CMYK:
(39,0,25,35)
C39M0Y25K35 
(39%,0%,25%,35%)
(0.39/0.00/0.25/0.35)	

CMYK percentages

%38.92
%0
%25.15
%34.51

Codes

Color #66A77D in popluar color models

66A77D
RGB102167125
HSL141°26.97%52.75%
HSB/HSV141°38.92%65.49%
CMYK38.92%0.00%25.15%
34.51%

Color #66A77D in popluar number systems.

HEX66A77D
Decimal102167125
Binary1100110101001111111101
Octal146247175

Shades and tints

Shades of #66A77D

#66A77D
(102,167,125)
#5D9872
(93,152,114)
#548967
(84,137,103)
#4B7A5C
(75,122,92)
#426B51
(66,107,81)
#395C46
(57,92,70)
#304D3B
(48,77,59)
#273E30
(39,62,48)
#1E2F25
(30,47,37)
#15201A
(21,32,26)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #66A77D

#66A77D
(102,167,125)
#73AF88
(115,175,136)
#80B793
(128,183,147)
#8DBF9E
(141,191,158)
#9AC7A9
(154,199,169)
#A7CFB4
(167,207,180)
#B4D7BF
(180,215,191)
#C1DFCA
(193,223,202)
#CEE7D5
(206,231,213)
#DBEFE0
(219,239,224)
#E8F7EB
(232,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A77D color. Also use rgb(102,167,125) instead hex code.

Text Font Color

.myTextColor { color: #66A77D; }

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

This text font color is #66A77D.


Background Color

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

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

This div background color is #66A77D.


Border color

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

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

This div border color is #66A77D.


Opacity

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

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

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

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

This text has shadow with #66A77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A77D on black background.


Color preview on white background

This text has color #66A77D on white background.



Black color preview on #66A77D background

This text has black color on #66A77D background.


White color preview on #66A77D background

This text has white color on #66A77D background.