COLOR #68B87B

HEX: #68B87B
RGB: (104,184,123)

Color info

#68B87B contains mainly green color. Web safe color of #68B87B is #66CC66 (or #6C6).

RGB color model

#68B87B color RGB value is (104,184,123).

  • red value is 104;
  • green value is 184;
  • blue value is 123.
RGB:
(104,184,123)
(41%,72%,48%)

RGB channels and saturation

R 104 of 255 = 41%
G 184 of 255 = 72%
B 123 of 255 = 48%

104
184
123

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

Portions of RGB colors in percentages

R + G + B =
104 + 184 + 123 = 411 (100%)
R 104 of 411 ~ 25.3%
G 184 of 411 ~ 44.77%
B 123 of 411 ~ 29.93%

%25.3
%44.77
%29.93

CMYK color model

#68B87B color CMYK value is (43,0,33,28).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 33.15%
  • key color value is 27.84%
CMYK:
(43,0,33,28)
C43M0Y33K28 
(43%,0%,33%,28%)
(0.43/0.00/0.33/0.28)	

CMYK percentages

%43.48
%0
%33.15
%27.84

Codes

Color #68B87B in popluar color models

68B87B
RGB104184123
HSL134°36.04%56.47%
HSB/HSV134°43.48%72.16%
CMYK43.48%0.00%33.15%
27.84%

Color #68B87B in popluar number systems.

HEX68B87B
Decimal104184123
Binary1101000101110001111011
Octal150270173

Shades and tints

Shades of #68B87B

#68B87B
(104,184,123)
#5FA870
(95,168,112)
#569865
(86,152,101)
#4D885A
(77,136,90)
#44784F
(68,120,79)
#3B6844
(59,104,68)
#325839
(50,88,57)
#29482E
(41,72,46)
#203823
(32,56,35)
#172818
(23,40,24)
#0E180D
(14,24,13)
#000000
(0,0,0)

Tints of #68B87B

#68B87B
(104,184,123)
#75BE87
(117,190,135)
#82C493
(130,196,147)
#8FCA9F
(143,202,159)
#9CD0AB
(156,208,171)
#A9D6B7
(169,214,183)
#B6DCC3
(182,220,195)
#C3E2CF
(195,226,207)
#D0E8DB
(208,232,219)
#DDEEE7
(221,238,231)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68B87B; }

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

This text font color is #68B87B.


Background Color

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

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

This div background color is #68B87B.


Border color

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

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

This div border color is #68B87B.


Opacity

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

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

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

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

This text has shadow with #68B87B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B87B on black background.


Color preview on white background

This text has color #68B87B on white background.



Black color preview on #68B87B background

This text has black color on #68B87B background.


White color preview on #68B87B background

This text has white color on #68B87B background.