COLOR #68B058

HEX: #68B058
RGB: (104,176,88)

Color info

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

RGB color model

#68B058 color RGB value is (104,176,88).

  • red value is 104;
  • green value is 176;
  • blue value is 88.
RGB:
(104,176,88)
(41%,69%,35%)

RGB channels and saturation

R 104 of 255 = 41%
G 176 of 255 = 69%
B 88 of 255 = 35%

104
176
88

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

Portions of RGB colors in percentages

R + G + B =
104 + 176 + 88 = 368 (100%)
R 104 of 368 ~ 28.26%
G 176 of 368 ~ 47.83%
B 88 of 368 ~ 23.91%

%28.26
%47.83
%23.91

CMYK color model

#68B058 color CMYK value is (41,0,50,31).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 30.98%
CMYK:
(41,0,50,31)
C41M0Y50K31 
(41%,0%,50%,31%)
(0.41/0.00/0.50/0.31)	

CMYK percentages

%40.91
%0
%50
%30.98

Codes

Color #68B058 in popluar color models

68B058
RGB10417688
HSL109°35.77%51.76%
HSB/HSV109°50.00%69.02%
CMYK40.91%0.00%50.00%
30.98%

Color #68B058 in popluar number systems.

HEX68B058
Decimal10417688
Binary1101000101100001011000
Octal150260130

Shades and tints

Shades of #68B058

#68B058
(104,176,88)
#5FA050
(95,160,80)
#569048
(86,144,72)
#4D8040
(77,128,64)
#447038
(68,112,56)
#3B6030
(59,96,48)
#325028
(50,80,40)
#294020
(41,64,32)
#203018
(32,48,24)
#172010
(23,32,16)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #68B058

#68B058
(104,176,88)
#75B767
(117,183,103)
#82BE76
(130,190,118)
#8FC585
(143,197,133)
#9CCC94
(156,204,148)
#A9D3A3
(169,211,163)
#B6DAB2
(182,218,178)
#C3E1C1
(195,225,193)
#D0E8D0
(208,232,208)
#DDEFDF
(221,239,223)
#EAF6EE
(234,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B058 color. Also use rgb(104,176,88) instead hex code.

Text Font Color

.myTextColor { color: #68B058; }

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

This text font color is #68B058.


Background Color

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

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

This div background color is #68B058.


Border color

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

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

This div border color is #68B058.


Opacity

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

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

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

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

This text has shadow with #68B058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B058 on black background.


Color preview on white background

This text has color #68B058 on white background.



Black color preview on #68B058 background

This text has black color on #68B058 background.


White color preview on #68B058 background

This text has white color on #68B058 background.