COLOR #68A921

HEX: #68A921
RGB: (104,169,33)

Color info

#68A921 contains mainly green color. Web safe color of #68A921 is #669933 (or #693).

RGB color model

#68A921 color RGB value is (104,169,33).

  • red value is 104;
  • green value is 169;
  • blue value is 33.
RGB:
(104,169,33)
(41%,66%,13%)

RGB channels and saturation

R 104 of 255 = 41%
G 169 of 255 = 66%
B 33 of 255 = 13%

104
169
33

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

Portions of RGB colors in percentages

R + G + B =
104 + 169 + 33 = 306 (100%)
R 104 of 306 ~ 33.99%
G 169 of 306 ~ 55.23%
B 33 of 306 ~ 10.78%

%33.99
%55.23
%10.78

CMYK color model

#68A921 color CMYK value is (38,0,80,34).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 80.47%
  • key color value is 33.73%
CMYK:
(38,0,80,34)
C38M0Y80K34 
(38%,0%,80%,34%)
(0.38/0.00/0.80/0.34)	

CMYK percentages

%38.46
%0
%80.47
%33.73

Codes

Color #68A921 in popluar color models

68A921
RGB10416933
HSL89°67.33%39.61%
HSB/HSV89°80.47%66.27%
CMYK38.46%0.00%80.47%
33.73%

Color #68A921 in popluar number systems.

HEX68A921
Decimal10416933
Binary110100010101001100001
Octal15025141

Shades and tints

Shades of #68A921

#68A921
(104,169,33)
#5F9A1E
(95,154,30)
#568B1B
(86,139,27)
#4D7C18
(77,124,24)
#446D15
(68,109,21)
#3B5E12
(59,94,18)
#324F0F
(50,79,15)
#29400C
(41,64,12)
#203109
(32,49,9)
#172206
(23,34,6)
#0E1303
(14,19,3)
#000000
(0,0,0)

Tints of #68A921

#68A921
(104,169,33)
#75B035
(117,176,53)
#82B749
(130,183,73)
#8FBE5D
(143,190,93)
#9CC571
(156,197,113)
#A9CC85
(169,204,133)
#B6D399
(182,211,153)
#C3DAAD
(195,218,173)
#D0E1C1
(208,225,193)
#DDE8D5
(221,232,213)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A921 color. Also use rgb(104,169,33) instead hex code.

Text Font Color

.myTextColor { color: #68A921; }

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

This text font color is #68A921.


Background Color

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

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

This div background color is #68A921.


Border color

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

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

This div border color is #68A921.


Opacity

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

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

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

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

This text has shadow with #68A921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A921 on black background.


Color preview on white background

This text has color #68A921 on white background.



Black color preview on #68A921 background

This text has black color on #68A921 background.


White color preview on #68A921 background

This text has white color on #68A921 background.