COLOR #68BA7F

HEX: #68BA7F RGB: (104,186,127)

Color info

#68BA7F contains mainly green and blue colors. Web safe color of #68BA7F is #66CC66 (or #6C6).

RGB color model

#68BA7F color RGB value is (104,186,127).

RGB: (104,186,127) (41%, 73%, 50%)

RGB channels and saturation

R 104 of 255 = 41%
G 186 of 255 = 73%
B 127 of 255 = 50%

104
186
127

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

Portions of RGB colors in percentages

R + G + B = 104 + 186 + 127 = 417 (100%)
R 104 of 417 ~ 24.94%
G 186 of 417 ~ 44.6%
B 127 of 417 ~ 30.46'%

%24.94
%44.6
%30.46

CMYK color model

#68BA7F color CMYK value is (44,0,32,27).

  • cyan value is 44.09%
  • magenta value is 0.00%
  • yellow value is 31.72%
  • key color value is 27.06%

CMYK: (44,0,32,27)
C44M0Y32K27 (44%, 0%, 32%, 27%)
(0.44 / 0.00 / 0.32 / 0.27)

CMYK percentages

%44.09
%0
%31.72
%27.06

Codes

Color #68BA7F in popluar color models

68 BA 7F
RGB 104 186 127
HSL 137° 37.27% 56.86%
HSB/HSV 137° 44.09% 72.94%
CMYK 44.09% 0.00% 31.72%
27.06%

Color #68BA7F in popluar number systems.

HEX 68 BA 7F
Decimal 104 186 127
Binary 1101000 10111010 1111111
Octal 150 272 177

Shades and tints

Shades of #68BA7F

#68BA7F
(104,186,127)
#5FAA74
(95,170,116)
#569A69
(86,154,105)
#4D8A5E
(77,138,94)
#447A53
(68,122,83)
#3B6A48
(59,106,72)
#325A3D
(50,90,61)
#294A32
(41,74,50)
#203A27
(32,58,39)
#172A1C
(23,42,28)
#0E1A11
(14,26,17)
#000000
(0,0,0)

Tints of #68BA7F

#68BA7F
(104,186,127)
#75C08A
(117,192,138)
#82C695
(130,198,149)
#8FCCA0
(143,204,160)
#9CD2AB
(156,210,171)
#A9D8B6
(169,216,182)
#B6DEC1
(182,222,193)
#C3E4CC
(195,228,204)
#D0EAD7
(208,234,215)
#DDF0E2
(221,240,226)
#EAF6ED
(234,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68BA7F color. Also use rgb(104,186,127) instead hex code.

Text Font Color

.myTextColor { color: #68BA7F; }

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

This text font color is #68BA7F.

Background Color

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

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

This div background color is #68BA7F.

Border color

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

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

This div border color is #68BA7F.

Opacity

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

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

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

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

This text has shadow with #68BA7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68BA7F.

Preview

Color preview on black background

This text has color #68BA7F on black background.


Color preview on white background

This text has color #68BA7F on white background.


Black color preview on #68BA7F background

This text has black color on #68BA7F background.


White color preview on #68BA7F background

This text has white color on #68BA7F background.


Related colors

Complementary color

Complementary color for #hex is #974580.


I love getcolorcode.com

Triadic colors

1 #7F68BA and #BA7F68 with #68BA7F are triadic colors.

2 #7FBA68 and #BA687F with #68BA7F are triadic colors.