COLOR #68AA6E

HEX: #68AA6E RGB: (104,170,110)

Color info

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

RGB color model

#68AA6E color RGB value is (104,170,110).

RGB: (104,170,110) (41%, 67%, 43%)

RGB channels and saturation

R 104 of 255 = 41%
G 170 of 255 = 67%
B 110 of 255 = 43%

104
170
110

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

Portions of RGB colors in percentages

R + G + B = 104 + 170 + 110 = 384 (100%)
R 104 of 384 ~ 27.08%
G 170 of 384 ~ 44.27%
B 110 of 384 ~ 28.65'%

%27.08
%44.27
%28.65

CMYK color model

#68AA6E color CMYK value is (39,0,35,33).

  • cyan value is 38.82%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 33.33%

CMYK: (39,0,35,33)
C39M0Y35K33 (39%, 0%, 35%, 33%)
(0.39 / 0.00 / 0.35 / 0.33)

CMYK percentages

%38.82
%0
%35.29
%33.33

Codes

Color #68AA6E in popluar color models

68 AA 6E
RGB 104 170 110
HSL 125° 27.97% 53.73%
HSB/HSV 125° 38.82% 66.67%
CMYK 38.82% 0.00% 35.29%
33.33%

Color #68AA6E in popluar number systems.

HEX 68 AA 6E
Decimal 104 170 110
Binary 1101000 10101010 1101110
Octal 150 252 156

Shades and tints

Shades of #68AA6E

#68AA6E
(104,170,110)
#5F9B64
(95,155,100)
#568C5A
(86,140,90)
#4D7D50
(77,125,80)
#446E46
(68,110,70)
#3B5F3C
(59,95,60)
#325032
(50,80,50)
#294128
(41,65,40)
#20321E
(32,50,30)
#172314
(23,35,20)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #68AA6E

#68AA6E
(104,170,110)
#75B17B
(117,177,123)
#82B888
(130,184,136)
#8FBF95
(143,191,149)
#9CC6A2
(156,198,162)
#A9CDAF
(169,205,175)
#B6D4BC
(182,212,188)
#C3DBC9
(195,219,201)
#D0E2D6
(208,226,214)
#DDE9E3
(221,233,227)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68AA6E; }

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

This text font color is #68AA6E.

Background Color

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

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

This div background color is #68AA6E.

Border color

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

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

This div border color is #68AA6E.

Opacity

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

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

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

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

This text has shadow with #68AA6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68AA6E.

Preview

Color preview on black background

This text has color #68AA6E on black background.


Color preview on white background

This text has color #68AA6E on white background.


Black color preview on #68AA6E background

This text has black color on #68AA6E background.


White color preview on #68AA6E background

This text has white color on #68AA6E background.


Related colors

Complementary color

Complementary color for #hex is #975591.


I love getcolorcode.com

Triadic colors

1 #6E68AA and #AA6E68 with #68AA6E are triadic colors.

2 #6EAA68 and #AA686E with #68AA6E are triadic colors.