COLOR #66987A

HEX: #66987A
RGB: (102,152,122)

Color info

#66987A contains red, green and blue colors in about the same proportion. Web safe color of #66987A is #669966 (or #696).

RGB color model

#66987A color RGB value is (102,152,122).

  • red value is 102;
  • green value is 152;
  • blue value is 122.
RGB:
(102,152,122)
(40%,60%,48%)

RGB channels and saturation

R 102 of 255 = 40%
G 152 of 255 = 60%
B 122 of 255 = 48%

102
152
122

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

Portions of RGB colors in percentages

R + G + B =
102 + 152 + 122 = 376 (100%)
R 102 of 376 ~ 27.13%
G 152 of 376 ~ 40.43%
B 122 of 376 ~ 32.45%

%27.13
%40.43
%32.45

CMYK color model

#66987A color CMYK value is (33,0,20,40).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 40.39%
CMYK:
(33,0,20,40)
C33M0Y20K40 
(33%,0%,20%,40%)
(0.33/0.00/0.20/0.40)	

CMYK percentages

%32.89
%0
%19.74
%40.39

Codes

Color #66987A in popluar color models

66987A
RGB102152122
HSL144°19.69%49.80%
HSB/HSV144°32.89%59.61%
CMYK32.89%0.00%19.74%
40.39%

Color #66987A in popluar number systems.

HEX66987A
Decimal102152122
Binary1100110100110001111010
Octal146230172

Shades and tints

Shades of #66987A

#66987A
(102,152,122)
#5D8B6F
(93,139,111)
#547E64
(84,126,100)
#4B7159
(75,113,89)
#42644E
(66,100,78)
#395743
(57,87,67)
#304A38
(48,74,56)
#273D2D
(39,61,45)
#1E3022
(30,48,34)
#152317
(21,35,23)
#0C160C
(12,22,12)
#000000
(0,0,0)

Tints of #66987A

#66987A
(102,152,122)
#73A186
(115,161,134)
#80AA92
(128,170,146)
#8DB39E
(141,179,158)
#9ABCAA
(154,188,170)
#A7C5B6
(167,197,182)
#B4CEC2
(180,206,194)
#C1D7CE
(193,215,206)
#CEE0DA
(206,224,218)
#DBE9E6
(219,233,230)
#E8F2F2
(232,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66987A color. Also use rgb(102,152,122) instead hex code.

Text Font Color

.myTextColor { color: #66987A; }

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

This text font color is #66987A.


Background Color

.myBgColor { background-color: #66987A; }

<div style="background-color:#66987A">Inner text</div>

This div background color is #66987A.


Border color

.myBorderColor { border: 1px solid #66987A; }

<div style="border:3px solid #66987A">Div</div>

This div border color is #66987A.


Opacity

.myOpacity80 { color: #66987A; opacity: 0.8; }

<p style="color:#66987A;opacity:0.8;">80%</p>

Text with #66987A 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 #66987A;}

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

This text has shadow with #66987A color.

.textShadow {text-shadow: 3px 3px 1px #66987A, 3px 3px 1px red;}

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

This text has shadow with #66987A primary color and red secondary color.


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

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

This text has shadow with #66987A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66987A on black background.


Color preview on white background

This text has color #66987A on white background.



Black color preview on #66987A background

This text has black color on #66987A background.


White color preview on #66987A background

This text has white color on #66987A background.