COLOR #68B256

HEX: #68B256
RGB: (104,178,86)

Color info

#68B256 contains mainly green color. Web safe color of #68B256 is #669966 (or #696).

RGB color model

#68B256 color RGB value is (104,178,86).

  • red value is 104;
  • green value is 178;
  • blue value is 86.
RGB:
(104,178,86)
(41%,70%,34%)

RGB channels and saturation

R 104 of 255 = 41%
G 178 of 255 = 70%
B 86 of 255 = 34%

104
178
86

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

Portions of RGB colors in percentages

R + G + B =
104 + 178 + 86 = 368 (100%)
R 104 of 368 ~ 28.26%
G 178 of 368 ~ 48.37%
B 86 of 368 ~ 23.37%

%28.26
%48.37
%23.37

CMYK color model

#68B256 color CMYK value is (42,0,52,30).

  • cyan value is 41.57%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 30.20%
CMYK:
(42,0,52,30)
C42M0Y52K30 
(42%,0%,52%,30%)
(0.42/0.00/0.52/0.30)	

CMYK percentages

%41.57
%0
%51.69
%30.2

Codes

Color #68B256 in popluar color models

68B256
RGB10417886
HSL108°37.40%51.76%
HSB/HSV108°51.69%69.80%
CMYK41.57%0.00%51.69%
30.20%

Color #68B256 in popluar number systems.

HEX68B256
Decimal10417886
Binary1101000101100101010110
Octal150262126

Shades and tints

Shades of #68B256

#68B256
(104,178,86)
#5FA24F
(95,162,79)
#569248
(86,146,72)
#4D8241
(77,130,65)
#44723A
(68,114,58)
#3B6233
(59,98,51)
#32522C
(50,82,44)
#294225
(41,66,37)
#20321E
(32,50,30)
#172217
(23,34,23)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #68B256

#68B256
(104,178,86)
#75B965
(117,185,101)
#82C074
(130,192,116)
#8FC783
(143,199,131)
#9CCE92
(156,206,146)
#A9D5A1
(169,213,161)
#B6DCB0
(182,220,176)
#C3E3BF
(195,227,191)
#D0EACE
(208,234,206)
#DDF1DD
(221,241,221)
#EAF8EC
(234,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B256 color. Also use rgb(104,178,86) instead hex code.

Text Font Color

.myTextColor { color: #68B256; }

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

This text font color is #68B256.


Background Color

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

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

This div background color is #68B256.


Border color

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

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

This div border color is #68B256.


Opacity

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

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

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

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

This text has shadow with #68B256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B256 on black background.


Color preview on white background

This text has color #68B256 on white background.



Black color preview on #68B256 background

This text has black color on #68B256 background.


White color preview on #68B256 background

This text has white color on #68B256 background.