COLOR #68B87F

HEX: #68B87F RGB: (104,184,127)

Color info

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

RGB color model

#68B87F color RGB value is (104,184,127).

RGB: (104,184,127) (41%, 72%, 50%)

RGB channels and saturation

R 104 of 255 = 41%
G 184 of 255 = 72%
B 127 of 255 = 50%

104
184
127

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

Portions of RGB colors in percentages

R + G + B = 104 + 184 + 127 = 415 (100%)
R 104 of 415 ~ 25.06%
G 184 of 415 ~ 44.34%
B 127 of 415 ~ 30.6'%

%25.06
%44.34
%30.6

CMYK color model

#68B87F color CMYK value is (43,0,31,28).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 30.98%
  • key color value is 27.84%

CMYK: (43,0,31,28)
C43M0Y31K28 (43%, 0%, 31%, 28%)
(0.43 / 0.00 / 0.31 / 0.28)

CMYK percentages

%43.48
%0
%30.98
%27.84

Codes

Color #68B87F in popluar color models

68 B8 7F
RGB 104 184 127
HSL 137° 36.04% 56.47%
HSB/HSV 137° 43.48% 72.16%
CMYK 43.48% 0.00% 30.98%
27.84%

Color #68B87F in popluar number systems.

HEX 68 B8 7F
Decimal 104 184 127
Binary 1101000 10111000 1111111
Octal 150 270 177

Shades and tints

Shades of #68B87F

#68B87F
(104,184,127)
#5FA874
(95,168,116)
#569869
(86,152,105)
#4D885E
(77,136,94)
#447853
(68,120,83)
#3B6848
(59,104,72)
#32583D
(50,88,61)
#294832
(41,72,50)
#203827
(32,56,39)
#17281C
(23,40,28)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #68B87F

#68B87F
(104,184,127)
#75BE8A
(117,190,138)
#82C495
(130,196,149)
#8FCAA0
(143,202,160)
#9CD0AB
(156,208,171)
#A9D6B6
(169,214,182)
#B6DCC1
(182,220,193)
#C3E2CC
(195,226,204)
#D0E8D7
(208,232,215)
#DDEEE2
(221,238,226)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68B87F; }

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

This text font color is #68B87F.

Background Color

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

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

This div background color is #68B87F.

Border color

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

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

This div border color is #68B87F.

Opacity

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

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

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

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

This text has shadow with #68B87F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68B87F.

Preview

Color preview on black background

This text has color #68B87F on black background.


Color preview on white background

This text has color #68B87F on white background.


Black color preview on #68B87F background

This text has black color on #68B87F background.


White color preview on #68B87F background

This text has white color on #68B87F background.


Related colors

Complementary color

Complementary color for #hex is #974780.


I love getcolorcode.com

Triadic colors

1 #7F68B8 and #B87F68 with #68B87F are triadic colors.

2 #7FB868 and #B8687F with #68B87F are triadic colors.