COLOR #68A657

HEX: #68A657
RGB: (104,166,87)

Color info

#68A657 contains mainly green color. Web safe color of #68A657 is #669966 (or #696).

RGB color model

#68A657 color RGB value is (104,166,87).

  • red value is 104;
  • green value is 166;
  • blue value is 87.
RGB:
(104,166,87)
(41%,65%,34%)

RGB channels and saturation

R 104 of 255 = 41%
G 166 of 255 = 65%
B 87 of 255 = 34%

104
166
87

R + G + B ~ 47%. #68A657 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 166 + 87 = 357 (100%)
R 104 of 357 ~ 29.13%
G 166 of 357 ~ 46.5%
B 87 of 357 ~ 24.37%

%29.13
%46.5
%24.37

CMYK color model

#68A657 color CMYK value is (37,0,48,35).

  • cyan value is 37.35%
  • magenta value is 0.00%
  • yellow value is 47.59%
  • key color value is 34.90%
CMYK:
(37,0,48,35)
C37M0Y48K35 
(37%,0%,48%,35%)
(0.37/0.00/0.48/0.35)	

CMYK percentages

%37.35
%0
%47.59
%34.9

Codes

Color #68A657 in popluar color models

68A657
RGB10416687
HSL107°31.23%49.61%
HSB/HSV107°47.59%65.10%
CMYK37.35%0.00%47.59%
34.90%

Color #68A657 in popluar number systems.

HEX68A657
Decimal10416687
Binary1101000101001101010111
Octal150246127

Shades and tints

Shades of #68A657

#68A657
(104,166,87)
#5F9750
(95,151,80)
#568849
(86,136,73)
#4D7942
(77,121,66)
#446A3B
(68,106,59)
#3B5B34
(59,91,52)
#324C2D
(50,76,45)
#293D26
(41,61,38)
#202E1F
(32,46,31)
#171F18
(23,31,24)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #68A657

#68A657
(104,166,87)
#75AE66
(117,174,102)
#82B675
(130,182,117)
#8FBE84
(143,190,132)
#9CC693
(156,198,147)
#A9CEA2
(169,206,162)
#B6D6B1
(182,214,177)
#C3DEC0
(195,222,192)
#D0E6CF
(208,230,207)
#DDEEDE
(221,238,222)
#EAF6ED
(234,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A657 color. Also use rgb(104,166,87) instead hex code.

Text Font Color

.myTextColor { color: #68A657; }

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

This text font color is #68A657.


Background Color

.myBgColor { background-color: #68A657; }

<div style="background-color:#68A657">Inner text</div>

This div background color is #68A657.


Border color

.myBorderColor { border: 1px solid #68A657; }

<div style="border:3px solid #68A657">Div</div>

This div border color is #68A657.


Opacity

.myOpacity80 { color: #68A657; opacity: 0.8; }

<p style="color:#68A657;opacity:0.8;">80%</p>

Text with #68A657 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 #68A657;}

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

This text has shadow with #68A657 color.

.textShadow {text-shadow: 3px 3px 1px #68A657, 3px 3px 1px red;}

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

This text has shadow with #68A657 primary color and red secondary color.


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

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

This text has shadow with #68A657 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A657 on black background.


Color preview on white background

This text has color #68A657 on white background.



Black color preview on #68A657 background

This text has black color on #68A657 background.


White color preview on #68A657 background

This text has white color on #68A657 background.