COLOR #66B95E

HEX: #66B95E
RGB: (102,185,94)

Color info

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

RGB color model

#66B95E color RGB value is (102,185,94).

  • red value is 102;
  • green value is 185;
  • blue value is 94.
RGB:
(102,185,94)
(40%,73%,37%)

RGB channels and saturation

R 102 of 255 = 40%
G 185 of 255 = 73%
B 94 of 255 = 37%

102
185
94

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

Portions of RGB colors in percentages

R + G + B =
102 + 185 + 94 = 381 (100%)
R 102 of 381 ~ 26.77%
G 185 of 381 ~ 48.56%
B 94 of 381 ~ 24.67%

%26.77
%48.56
%24.67

CMYK color model

#66B95E color CMYK value is (45,0,49,27).

  • cyan value is 44.86%
  • magenta value is 0.00%
  • yellow value is 49.19%
  • key color value is 27.45%
CMYK:
(45,0,49,27)
C45M0Y49K27 
(45%,0%,49%,27%)
(0.45/0.00/0.49/0.27)	

CMYK percentages

%44.86
%0
%49.19
%27.45

Codes

Color #66B95E in popluar color models

66B95E
RGB10218594
HSL115°39.39%54.71%
HSB/HSV115°49.19%72.55%
CMYK44.86%0.00%49.19%
27.45%

Color #66B95E in popluar number systems.

HEX66B95E
Decimal10218594
Binary1100110101110011011110
Octal146271136

Shades and tints

Shades of #66B95E

#66B95E
(102,185,94)
#5DA956
(93,169,86)
#54994E
(84,153,78)
#4B8946
(75,137,70)
#42793E
(66,121,62)
#396936
(57,105,54)
#30592E
(48,89,46)
#274926
(39,73,38)
#1E391E
(30,57,30)
#152916
(21,41,22)
#0C190E
(12,25,14)
#000000
(0,0,0)

Tints of #66B95E

#66B95E
(102,185,94)
#73BF6C
(115,191,108)
#80C57A
(128,197,122)
#8DCB88
(141,203,136)
#9AD196
(154,209,150)
#A7D7A4
(167,215,164)
#B4DDB2
(180,221,178)
#C1E3C0
(193,227,192)
#CEE9CE
(206,233,206)
#DBEFDC
(219,239,220)
#E8F5EA
(232,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B95E color. Also use rgb(102,185,94) instead hex code.

Text Font Color

.myTextColor { color: #66B95E; }

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

This text font color is #66B95E.


Background Color

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

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

This div background color is #66B95E.


Border color

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

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

This div border color is #66B95E.


Opacity

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

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

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

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

This text has shadow with #66B95E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B95E on black background.


Color preview on white background

This text has color #66B95E on white background.



Black color preview on #66B95E background

This text has black color on #66B95E background.


White color preview on #66B95E background

This text has white color on #66B95E background.