COLOR #66C07B

HEX: #66C07B
RGB: (102,192,123)

Color info

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

RGB color model

#66C07B color RGB value is (102,192,123).

  • red value is 102;
  • green value is 192;
  • blue value is 123.
RGB:
(102,192,123)
(40%,75%,48%)

RGB channels and saturation

R 102 of 255 = 40%
G 192 of 255 = 75%
B 123 of 255 = 48%

102
192
123

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

Portions of RGB colors in percentages

R + G + B =
102 + 192 + 123 = 417 (100%)
R 102 of 417 ~ 24.46%
G 192 of 417 ~ 46.04%
B 123 of 417 ~ 29.5%

%24.46
%46.04
%29.5

CMYK color model

#66C07B color CMYK value is (47,0,36,25).

  • cyan value is 46.88%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 24.71%
CMYK:
(47,0,36,25)
C47M0Y36K25 
(47%,0%,36%,25%)
(0.47/0.00/0.36/0.25)	

CMYK percentages

%46.88
%0
%35.94
%24.71

Codes

Color #66C07B in popluar color models

66C07B
RGB102192123
HSL134°41.67%57.65%
HSB/HSV134°46.88%75.29%
CMYK46.88%0.00%35.94%
24.71%

Color #66C07B in popluar number systems.

HEX66C07B
Decimal102192123
Binary1100110110000001111011
Octal146300173

Shades and tints

Shades of #66C07B

#66C07B
(102,192,123)
#5DAF70
(93,175,112)
#549E65
(84,158,101)
#4B8D5A
(75,141,90)
#427C4F
(66,124,79)
#396B44
(57,107,68)
#305A39
(48,90,57)
#27492E
(39,73,46)
#1E3823
(30,56,35)
#152718
(21,39,24)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #66C07B

#66C07B
(102,192,123)
#73C587
(115,197,135)
#80CA93
(128,202,147)
#8DCF9F
(141,207,159)
#9AD4AB
(154,212,171)
#A7D9B7
(167,217,183)
#B4DEC3
(180,222,195)
#C1E3CF
(193,227,207)
#CEE8DB
(206,232,219)
#DBEDE7
(219,237,231)
#E8F2F3
(232,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66C07B color. Also use rgb(102,192,123) instead hex code.

Text Font Color

.myTextColor { color: #66C07B; }

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

This text font color is #66C07B.


Background Color

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

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

This div background color is #66C07B.


Border color

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

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

This div border color is #66C07B.


Opacity

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

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

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

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

This text has shadow with #66C07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66C07B on black background.


Color preview on white background

This text has color #66C07B on white background.



Black color preview on #66C07B background

This text has black color on #66C07B background.


White color preview on #66C07B background

This text has white color on #66C07B background.