COLOR #68B862

HEX: #68B862
RGB: (104,184,98)

Color info

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

RGB color model

#68B862 color RGB value is (104,184,98).

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

RGB channels and saturation

R 104 of 255 = 41%
G 184 of 255 = 72%
B 98 of 255 = 38%

104
184
98

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

Portions of RGB colors in percentages

R + G + B =
104 + 184 + 98 = 386 (100%)
R 104 of 386 ~ 26.94%
G 184 of 386 ~ 47.67%
B 98 of 386 ~ 25.39%

%26.94
%47.67
%25.39

CMYK color model

#68B862 color CMYK value is (43,0,47,28).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 46.74%
  • key color value is 27.84%
CMYK:
(43,0,47,28)
C43M0Y47K28 
(43%,0%,47%,28%)
(0.43/0.00/0.47/0.28)	

CMYK percentages

%43.48
%0
%46.74
%27.84

Codes

Color #68B862 in popluar color models

68B862
RGB10418498
HSL116°37.72%55.29%
HSB/HSV116°46.74%72.16%
CMYK43.48%0.00%46.74%
27.84%

Color #68B862 in popluar number systems.

HEX68B862
Decimal10418498
Binary1101000101110001100010
Octal150270142

Shades and tints

Shades of #68B862

#68B862
(104,184,98)
#5FA85A
(95,168,90)
#569852
(86,152,82)
#4D884A
(77,136,74)
#447842
(68,120,66)
#3B683A
(59,104,58)
#325832
(50,88,50)
#29482A
(41,72,42)
#203822
(32,56,34)
#17281A
(23,40,26)
#0E1812
(14,24,18)
#000000
(0,0,0)

Tints of #68B862

#68B862
(104,184,98)
#75BE70
(117,190,112)
#82C47E
(130,196,126)
#8FCA8C
(143,202,140)
#9CD09A
(156,208,154)
#A9D6A8
(169,214,168)
#B6DCB6
(182,220,182)
#C3E2C4
(195,226,196)
#D0E8D2
(208,232,210)
#DDEEE0
(221,238,224)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68B862; }

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

This text font color is #68B862.


Background Color

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

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

This div background color is #68B862.


Border color

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

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

This div border color is #68B862.


Opacity

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

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

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

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

This text has shadow with #68B862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B862 on black background.


Color preview on white background

This text has color #68B862 on white background.



Black color preview on #68B862 background

This text has black color on #68B862 background.


White color preview on #68B862 background

This text has white color on #68B862 background.