COLOR #68B936

HEX: #68B936
RGB: (104,185,54)

Color info

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

RGB color model

#68B936 color RGB value is (104,185,54).

  • red value is 104;
  • green value is 185;
  • blue value is 54.
RGB:
(104,185,54)
(41%,73%,21%)

RGB channels and saturation

R 104 of 255 = 41%
G 185 of 255 = 73%
B 54 of 255 = 21%

104
185
54

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

Portions of RGB colors in percentages

R + G + B =
104 + 185 + 54 = 343 (100%)
R 104 of 343 ~ 30.32%
G 185 of 343 ~ 53.94%
B 54 of 343 ~ 15.74%

%30.32
%53.94
%15.74

CMYK color model

#68B936 color CMYK value is (44,0,71,27).

  • cyan value is 43.78%
  • magenta value is 0.00%
  • yellow value is 70.81%
  • key color value is 27.45%
CMYK:
(44,0,71,27)
C44M0Y71K27 
(44%,0%,71%,27%)
(0.44/0.00/0.71/0.27)	

CMYK percentages

%43.78
%0
%70.81
%27.45

Codes

Color #68B936 in popluar color models

68B936
RGB10418554
HSL97°54.81%46.86%
HSB/HSV97°70.81%72.55%
CMYK43.78%0.00%70.81%
27.45%

Color #68B936 in popluar number systems.

HEX68B936
Decimal10418554
Binary110100010111001110110
Octal15027166

Shades and tints

Shades of #68B936

#68B936
(104,185,54)
#5FA932
(95,169,50)
#56992E
(86,153,46)
#4D892A
(77,137,42)
#447926
(68,121,38)
#3B6922
(59,105,34)
#32591E
(50,89,30)
#29491A
(41,73,26)
#203916
(32,57,22)
#172912
(23,41,18)
#0E190E
(14,25,14)
#000000
(0,0,0)

Tints of #68B936

#68B936
(104,185,54)
#75BF48
(117,191,72)
#82C55A
(130,197,90)
#8FCB6C
(143,203,108)
#9CD17E
(156,209,126)
#A9D790
(169,215,144)
#B6DDA2
(182,221,162)
#C3E3B4
(195,227,180)
#D0E9C6
(208,233,198)
#DDEFD8
(221,239,216)
#EAF5EA
(234,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B936 color. Also use rgb(104,185,54) instead hex code.

Text Font Color

.myTextColor { color: #68B936; }

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

This text font color is #68B936.


Background Color

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

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

This div background color is #68B936.


Border color

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

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

This div border color is #68B936.


Opacity

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

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

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

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

This text has shadow with #68B936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B936 on black background.


Color preview on white background

This text has color #68B936 on white background.



Black color preview on #68B936 background

This text has black color on #68B936 background.


White color preview on #68B936 background

This text has white color on #68B936 background.