COLOR #68B541

HEX: #68B541
RGB: (104,181,65)

Color info

#68B541 contains mainly green color. Web safe color of #68B541 is #66CC33 (or #6C3).

RGB color model

#68B541 color RGB value is (104,181,65).

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

RGB channels and saturation

R 104 of 255 = 41%
G 181 of 255 = 71%
B 65 of 255 = 25%

104
181
65

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

Portions of RGB colors in percentages

R + G + B =
104 + 181 + 65 = 350 (100%)
R 104 of 350 ~ 29.71%
G 181 of 350 ~ 51.71%
B 65 of 350 ~ 18.57%

%29.71
%51.71
%18.57

CMYK color model

#68B541 color CMYK value is (43,0,64,29).

  • cyan value is 42.54%
  • magenta value is 0.00%
  • yellow value is 64.09%
  • key color value is 29.02%
CMYK:
(43,0,64,29)
C43M0Y64K29 
(43%,0%,64%,29%)
(0.43/0.00/0.64/0.29)	

CMYK percentages

%42.54
%0
%64.09
%29.02

Codes

Color #68B541 in popluar color models

68B541
RGB10418165
HSL100°47.15%48.24%
HSB/HSV100°64.09%70.98%
CMYK42.54%0.00%64.09%
29.02%

Color #68B541 in popluar number systems.

HEX68B541
Decimal10418165
Binary1101000101101011000001
Octal150265101

Shades and tints

Shades of #68B541

#68B541
(104,181,65)
#5FA53C
(95,165,60)
#569537
(86,149,55)
#4D8532
(77,133,50)
#44752D
(68,117,45)
#3B6528
(59,101,40)
#325523
(50,85,35)
#29451E
(41,69,30)
#203519
(32,53,25)
#172514
(23,37,20)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #68B541

#68B541
(104,181,65)
#75BB52
(117,187,82)
#82C163
(130,193,99)
#8FC774
(143,199,116)
#9CCD85
(156,205,133)
#A9D396
(169,211,150)
#B6D9A7
(182,217,167)
#C3DFB8
(195,223,184)
#D0E5C9
(208,229,201)
#DDEBDA
(221,235,218)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68B541; }

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

This text font color is #68B541.


Background Color

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

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

This div background color is #68B541.


Border color

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

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

This div border color is #68B541.


Opacity

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

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

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

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

This text has shadow with #68B541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B541 on black background.


Color preview on white background

This text has color #68B541 on white background.



Black color preview on #68B541 background

This text has black color on #68B541 background.


White color preview on #68B541 background

This text has white color on #68B541 background.