COLOR #68BA85

HEX: #68BA85
RGB: (104,186,133)

Color info

#68BA85 contains mainly green and blue colors. Web safe color of #68BA85 is #66CC99 (or #6C9).

RGB color model

#68BA85 color RGB value is (104,186,133).

  • red value is 104;
  • green value is 186;
  • blue value is 133.
RGB:
(104,186,133)
(41%,73%,52%)

RGB channels and saturation

R 104 of 255 = 41%
G 186 of 255 = 73%
B 133 of 255 = 52%

104
186
133

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

Portions of RGB colors in percentages

R + G + B =
104 + 186 + 133 = 423 (100%)
R 104 of 423 ~ 24.59%
G 186 of 423 ~ 43.97%
B 133 of 423 ~ 31.44%

%24.59
%43.97
%31.44

CMYK color model

#68BA85 color CMYK value is (44,0,28,27).

  • cyan value is 44.09%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • key color value is 27.06%
CMYK:
(44,0,28,27)
C44M0Y28K27 
(44%,0%,28%,27%)
(0.44/0.00/0.28/0.27)	

CMYK percentages

%44.09
%0
%28.49
%27.06

Codes

Color #68BA85 in popluar color models

68BA85
RGB104186133
HSL141°37.27%56.86%
HSB/HSV141°44.09%72.94%
CMYK44.09%0.00%28.49%
27.06%

Color #68BA85 in popluar number systems.

HEX68BA85
Decimal104186133
Binary11010001011101010000101
Octal150272205

Shades and tints

Shades of #68BA85

#68BA85
(104,186,133)
#5FAA79
(95,170,121)
#569A6D
(86,154,109)
#4D8A61
(77,138,97)
#447A55
(68,122,85)
#3B6A49
(59,106,73)
#325A3D
(50,90,61)
#294A31
(41,74,49)
#203A25
(32,58,37)
#172A19
(23,42,25)
#0E1A0D
(14,26,13)
#000000
(0,0,0)

Tints of #68BA85

#68BA85
(104,186,133)
#75C090
(117,192,144)
#82C69B
(130,198,155)
#8FCCA6
(143,204,166)
#9CD2B1
(156,210,177)
#A9D8BC
(169,216,188)
#B6DEC7
(182,222,199)
#C3E4D2
(195,228,210)
#D0EADD
(208,234,221)
#DDF0E8
(221,240,232)
#EAF6F3
(234,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68BA85; }

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

This text font color is #68BA85.


Background Color

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

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

This div background color is #68BA85.


Border color

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

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

This div border color is #68BA85.


Opacity

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

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

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

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

This text has shadow with #68BA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68BA85 on black background.


Color preview on white background

This text has color #68BA85 on white background.



Black color preview on #68BA85 background

This text has black color on #68BA85 background.


White color preview on #68BA85 background

This text has white color on #68BA85 background.