COLOR #68AA82

HEX: #68AA82
RGB: (104,170,130)

Color info

#68AA82 contains mainly green and blue colors. Web safe color of #68AA82 is #669999 (or #699).

RGB color model

#68AA82 color RGB value is (104,170,130).

  • red value is 104;
  • green value is 170;
  • blue value is 130.
RGB:
(104,170,130)
(41%,67%,51%)

RGB channels and saturation

R 104 of 255 = 41%
G 170 of 255 = 67%
B 130 of 255 = 51%

104
170
130

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

Portions of RGB colors in percentages

R + G + B =
104 + 170 + 130 = 404 (100%)
R 104 of 404 ~ 25.74%
G 170 of 404 ~ 42.08%
B 130 of 404 ~ 32.18%

%25.74
%42.08
%32.18

CMYK color model

#68AA82 color CMYK value is (39,0,24,33).

  • cyan value is 38.82%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 33.33%
CMYK:
(39,0,24,33)
C39M0Y24K33 
(39%,0%,24%,33%)
(0.39/0.00/0.24/0.33)	

CMYK percentages

%38.82
%0
%23.53
%33.33

Codes

Color #68AA82 in popluar color models

68AA82
RGB104170130
HSL144°27.97%53.73%
HSB/HSV144°38.82%66.67%
CMYK38.82%0.00%23.53%
33.33%

Color #68AA82 in popluar number systems.

HEX68AA82
Decimal104170130
Binary11010001010101010000010
Octal150252202

Shades and tints

Shades of #68AA82

#68AA82
(104,170,130)
#5F9B77
(95,155,119)
#568C6C
(86,140,108)
#4D7D61
(77,125,97)
#446E56
(68,110,86)
#3B5F4B
(59,95,75)
#325040
(50,80,64)
#294135
(41,65,53)
#20322A
(32,50,42)
#17231F
(23,35,31)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #68AA82

#68AA82
(104,170,130)
#75B18D
(117,177,141)
#82B898
(130,184,152)
#8FBFA3
(143,191,163)
#9CC6AE
(156,198,174)
#A9CDB9
(169,205,185)
#B6D4C4
(182,212,196)
#C3DBCF
(195,219,207)
#D0E2DA
(208,226,218)
#DDE9E5
(221,233,229)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68AA82 color. Also use rgb(104,170,130) instead hex code.

Text Font Color

.myTextColor { color: #68AA82; }

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

This text font color is #68AA82.


Background Color

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

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

This div background color is #68AA82.


Border color

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

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

This div border color is #68AA82.


Opacity

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

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

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

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

This text has shadow with #68AA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68AA82 on black background.


Color preview on white background

This text has color #68AA82 on white background.



Black color preview on #68AA82 background

This text has black color on #68AA82 background.


White color preview on #68AA82 background

This text has white color on #68AA82 background.