COLOR #68A160

HEX: #68A160 RGB: (104,161,96)

Color info

#68A160 contains mainly red and green colors. Web safe color of #68A160 is #669966 (or #696).

RGB color model

#68A160 color RGB value is (104,161,96).

RGB: (104,161,96) (41%, 63%, 38%)

RGB channels and saturation

R 104 of 255 = 41%
G 161 of 255 = 63%
B 96 of 255 = 38%

104
161
96

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

Portions of RGB colors in percentages

R + G + B = 104 + 161 + 96 = 361 (100%)
R 104 of 361 ~ 28.81%
G 161 of 361 ~ 44.6%
B 96 of 361 ~ 26.59'%

%28.81
%44.6
%26.59

CMYK color model

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

  • cyan value is 35.40%
  • magenta value is 0.00%
  • yellow value is 40.37%
  • key color value is 36.86%

CMYK: (35,0,40,37)
C35M0Y40K37 (35%, 0%, 40%, 37%)
(0.35 / 0.00 / 0.40 / 0.37)

CMYK percentages

%35.4
%0
%40.37
%36.86

Codes

Color #68A160 in popluar color models

68 A1 60
RGB 104 161 96
HSL 113° 25.69% 50.39%
HSB/HSV 113° 40.37% 63.14%
CMYK 35.40% 0.00% 40.37%
36.86%

Color #68A160 in popluar number systems.

HEX 68 A1 60
Decimal 104 161 96
Binary 1101000 10100001 1100000
Octal 150 241 140

Shades and tints

Shades of #68A160

#68A160
(104,161,96)
#5F9358
(95,147,88)
#568550
(86,133,80)
#4D7748
(77,119,72)
#446940
(68,105,64)
#3B5B38
(59,91,56)
#324D30
(50,77,48)
#293F28
(41,63,40)
#203120
(32,49,32)
#172318
(23,35,24)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #68A160

#68A160
(104,161,96)
#75A96E
(117,169,110)
#82B17C
(130,177,124)
#8FB98A
(143,185,138)
#9CC198
(156,193,152)
#A9C9A6
(169,201,166)
#B6D1B4
(182,209,180)
#C3D9C2
(195,217,194)
#D0E1D0
(208,225,208)
#DDE9DE
(221,233,222)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A160 color. Also use rgb(104,161,96) instead hex code.

Text Font Color

.myTextColor { color: #68A160; }

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

This text font color is #68A160.

Background Color

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

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

This div background color is #68A160.

Border color

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

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

This div border color is #68A160.

Opacity

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

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

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

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

This text has shadow with #68A160 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A160.

Preview

Color preview on black background

This text has color #68A160 on black background.


Color preview on white background

This text has color #68A160 on white background.


Black color preview on #68A160 background

This text has black color on #68A160 background.


White color preview on #68A160 background

This text has white color on #68A160 background.


Related colors

Complementary color

Complementary color for #hex is #975E9F.


I love getcolorcode.com

Triadic colors

1 #6068A1 and #A16068 with #68A160 are triadic colors.

2 #60A168 and #A16860 with #68A160 are triadic colors.