COLOR #68A17B

HEX: #68A17B RGB: (104,161,123)

Color info

#68A17B contains red, green and blue colors in about the same proportion. Web safe color of #68A17B is #669966 (or #696).

RGB color model

#68A17B color RGB value is (104,161,123).

RGB: (104,161,123) (41%, 63%, 48%)

RGB channels and saturation

R 104 of 255 = 41%
G 161 of 255 = 63%
B 123 of 255 = 48%

104
161
123

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

Portions of RGB colors in percentages

R + G + B = 104 + 161 + 123 = 388 (100%)
R 104 of 388 ~ 26.8%
G 161 of 388 ~ 41.49%
B 123 of 388 ~ 31.7'%

%26.8
%41.49
%31.7

CMYK color model

#68A17B color CMYK value is (35,0,24,37).

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

CMYK: (35,0,24,37)
C35M0Y24K37 (35%, 0%, 24%, 37%)
(0.35 / 0.00 / 0.24 / 0.37)

CMYK percentages

%35.4
%0
%23.6
%36.86

Codes

Color #68A17B in popluar color models

68 A1 7B
RGB 104 161 123
HSL 140° 23.27% 51.96%
HSB/HSV 140° 35.40% 63.14%
CMYK 35.40% 0.00% 23.60%
36.86%

Color #68A17B in popluar number systems.

HEX 68 A1 7B
Decimal 104 161 123
Binary 1101000 10100001 1111011
Octal 150 241 173

Shades and tints

Shades of #68A17B

#68A17B
(104,161,123)
#5F9370
(95,147,112)
#568565
(86,133,101)
#4D775A
(77,119,90)
#44694F
(68,105,79)
#3B5B44
(59,91,68)
#324D39
(50,77,57)
#293F2E
(41,63,46)
#203123
(32,49,35)
#172318
(23,35,24)
#0E150D
(14,21,13)
#000000
(0,0,0)

Tints of #68A17B

#68A17B
(104,161,123)
#75A987
(117,169,135)
#82B193
(130,177,147)
#8FB99F
(143,185,159)
#9CC1AB
(156,193,171)
#A9C9B7
(169,201,183)
#B6D1C3
(182,209,195)
#C3D9CF
(195,217,207)
#D0E1DB
(208,225,219)
#DDE9E7
(221,233,231)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A17B; }

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

This text font color is #68A17B.

Background Color

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

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

This div background color is #68A17B.

Border color

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

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

This div border color is #68A17B.

Opacity

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

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

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

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

This text has shadow with #68A17B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A17B.

Preview

Color preview on black background

This text has color #68A17B on black background.


Color preview on white background

This text has color #68A17B on white background.


Black color preview on #68A17B background

This text has black color on #68A17B background.


White color preview on #68A17B background

This text has white color on #68A17B background.


Related colors

Complementary color

Complementary color for #hex is #975E84.


I love getcolorcode.com

Triadic colors

1 #7B68A1 and #A17B68 with #68A17B are triadic colors.

2 #7BA168 and #A1687B with #68A17B are triadic colors.