COLOR #68A982

HEX: #68A982 RGB: (104,169,130)

Color info

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

RGB color model

#68A982 color RGB value is (104,169,130).

RGB: (104,169,130) (41%, 66%, 51%)

RGB channels and saturation

R 104 of 255 = 41%
G 169 of 255 = 66%
B 130 of 255 = 51%

104
169
130

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

Portions of RGB colors in percentages

R + G + B = 104 + 169 + 130 = 403 (100%)
R 104 of 403 ~ 25.81%
G 169 of 403 ~ 41.94%
B 130 of 403 ~ 32.26'%

%25.81
%41.94
%32.26

CMYK color model

#68A982 color CMYK value is (38,0,23,34).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 33.73%

CMYK: (38,0,23,34)
C38M0Y23K34 (38%, 0%, 23%, 34%)
(0.38 / 0.00 / 0.23 / 0.34)

CMYK percentages

%38.46
%0
%23.08
%33.73

Codes

Color #68A982 in popluar color models

68 A9 82
RGB 104 169 130
HSL 144° 27.43% 53.53%
HSB/HSV 144° 38.46% 66.27%
CMYK 38.46% 0.00% 23.08%
33.73%

Color #68A982 in popluar number systems.

HEX 68 A9 82
Decimal 104 169 130
Binary 1101000 10101001 10000010
Octal 150 251 202

Shades and tints

Shades of #68A982

#68A982
(104,169,130)
#5F9A77
(95,154,119)
#568B6C
(86,139,108)
#4D7C61
(77,124,97)
#446D56
(68,109,86)
#3B5E4B
(59,94,75)
#324F40
(50,79,64)
#294035
(41,64,53)
#20312A
(32,49,42)
#17221F
(23,34,31)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #68A982

#68A982
(104,169,130)
#75B08D
(117,176,141)
#82B798
(130,183,152)
#8FBEA3
(143,190,163)
#9CC5AE
(156,197,174)
#A9CCB9
(169,204,185)
#B6D3C4
(182,211,196)
#C3DACF
(195,218,207)
#D0E1DA
(208,225,218)
#DDE8E5
(221,232,229)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A982; }

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

This text font color is #68A982.

Background Color

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

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

This div background color is #68A982.

Border color

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

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

This div border color is #68A982.

Opacity

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

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

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

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

This text has shadow with #68A982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A982.

Preview

Color preview on black background

This text has color #68A982 on black background.


Color preview on white background

This text has color #68A982 on white background.


Black color preview on #68A982 background

This text has black color on #68A982 background.


White color preview on #68A982 background

This text has white color on #68A982 background.


Related colors

Complementary color

Complementary color for #hex is #97567D.


I love getcolorcode.com

Triadic colors

1 #8268A9 and #A98268 with #68A982 are triadic colors.

2 #82A968 and #A96882 with #68A982 are triadic colors.