COLOR #68A664

HEX: #68A664
RGB: (104,166,100)

Color info

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

RGB color model

#68A664 color RGB value is (104,166,100).

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

RGB channels and saturation

R 104 of 255 = 41%
G 166 of 255 = 65%
B 100 of 255 = 39%

104
166
100

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

Portions of RGB colors in percentages

R + G + B =
104 + 166 + 100 = 370 (100%)
R 104 of 370 ~ 28.11%
G 166 of 370 ~ 44.86%
B 100 of 370 ~ 27.03%

%28.11
%44.86
%27.03

CMYK color model

#68A664 color CMYK value is (37,0,40,35).

  • cyan value is 37.35%
  • magenta value is 0.00%
  • yellow value is 39.76%
  • key color value is 34.90%
CMYK:
(37,0,40,35)
C37M0Y40K35 
(37%,0%,40%,35%)
(0.37/0.00/0.40/0.35)	

CMYK percentages

%37.35
%0
%39.76
%34.9

Codes

Color #68A664 in popluar color models

68A664
RGB104166100
HSL116°27.05%52.16%
HSB/HSV116°39.76%65.10%
CMYK37.35%0.00%39.76%
34.90%

Color #68A664 in popluar number systems.

HEX68A664
Decimal104166100
Binary1101000101001101100100
Octal150246144

Shades and tints

Shades of #68A664

#68A664
(104,166,100)
#5F975B
(95,151,91)
#568852
(86,136,82)
#4D7949
(77,121,73)
#446A40
(68,106,64)
#3B5B37
(59,91,55)
#324C2E
(50,76,46)
#293D25
(41,61,37)
#202E1C
(32,46,28)
#171F13
(23,31,19)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #68A664

#68A664
(104,166,100)
#75AE72
(117,174,114)
#82B680
(130,182,128)
#8FBE8E
(143,190,142)
#9CC69C
(156,198,156)
#A9CEAA
(169,206,170)
#B6D6B8
(182,214,184)
#C3DEC6
(195,222,198)
#D0E6D4
(208,230,212)
#DDEEE2
(221,238,226)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A664; }

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

This text font color is #68A664.


Background Color

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

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

This div background color is #68A664.


Border color

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

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

This div border color is #68A664.


Opacity

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

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

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

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

This text has shadow with #68A664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A664 on black background.


Color preview on white background

This text has color #68A664 on white background.



Black color preview on #68A664 background

This text has black color on #68A664 background.


White color preview on #68A664 background

This text has white color on #68A664 background.