COLOR #68B57A

HEX: #68B57A
RGB: (104,181,122)

Color info

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

RGB color model

#68B57A color RGB value is (104,181,122).

  • red value is 104;
  • green value is 181;
  • blue value is 122.
RGB:
(104,181,122)
(41%,71%,48%)

RGB channels and saturation

R 104 of 255 = 41%
G 181 of 255 = 71%
B 122 of 255 = 48%

104
181
122

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

Portions of RGB colors in percentages

R + G + B =
104 + 181 + 122 = 407 (100%)
R 104 of 407 ~ 25.55%
G 181 of 407 ~ 44.47%
B 122 of 407 ~ 29.98%

%25.55
%44.47
%29.98

CMYK color model

#68B57A color CMYK value is (43,0,33,29).

  • cyan value is 42.54%
  • magenta value is 0.00%
  • yellow value is 32.60%
  • key color value is 29.02%
CMYK:
(43,0,33,29)
C43M0Y33K29 
(43%,0%,33%,29%)
(0.43/0.00/0.33/0.29)	

CMYK percentages

%42.54
%0
%32.6
%29.02

Codes

Color #68B57A in popluar color models

68B57A
RGB104181122
HSL134°34.22%55.88%
HSB/HSV134°42.54%70.98%
CMYK42.54%0.00%32.60%
29.02%

Color #68B57A in popluar number systems.

HEX68B57A
Decimal104181122
Binary1101000101101011111010
Octal150265172

Shades and tints

Shades of #68B57A

#68B57A
(104,181,122)
#5FA56F
(95,165,111)
#569564
(86,149,100)
#4D8559
(77,133,89)
#44754E
(68,117,78)
#3B6543
(59,101,67)
#325538
(50,85,56)
#29452D
(41,69,45)
#203522
(32,53,34)
#172517
(23,37,23)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #68B57A

#68B57A
(104,181,122)
#75BB86
(117,187,134)
#82C192
(130,193,146)
#8FC79E
(143,199,158)
#9CCDAA
(156,205,170)
#A9D3B6
(169,211,182)
#B6D9C2
(182,217,194)
#C3DFCE
(195,223,206)
#D0E5DA
(208,229,218)
#DDEBE6
(221,235,230)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B57A color. Also use rgb(104,181,122) instead hex code.

Text Font Color

.myTextColor { color: #68B57A; }

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

This text font color is #68B57A.


Background Color

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

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

This div background color is #68B57A.


Border color

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

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

This div border color is #68B57A.


Opacity

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

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

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

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

This text has shadow with #68B57A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B57A on black background.


Color preview on white background

This text has color #68B57A on white background.



Black color preview on #68B57A background

This text has black color on #68B57A background.


White color preview on #68B57A background

This text has white color on #68B57A background.