COLOR #68A028

HEX: #68A028
RGB: (104,160,40)

Color info

#68A028 contains mainly red and green colors. Web safe color of #68A028 is #669933 (or #693).

RGB color model

#68A028 color RGB value is (104,160,40).

  • red value is 104;
  • green value is 160;
  • blue value is 40.
RGB:
(104,160,40)
(41%,63%,16%)

RGB channels and saturation

R 104 of 255 = 41%
G 160 of 255 = 63%
B 40 of 255 = 16%

104
160
40

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

Portions of RGB colors in percentages

R + G + B =
104 + 160 + 40 = 304 (100%)
R 104 of 304 ~ 34.21%
G 160 of 304 ~ 52.63%
B 40 of 304 ~ 13.16%

%34.21
%52.63
%13.16

CMYK color model

#68A028 color CMYK value is (35,0,75,37).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 37.25%
CMYK:
(35,0,75,37)
C35M0Y75K37 
(35%,0%,75%,37%)
(0.35/0.00/0.75/0.37)	

CMYK percentages

%35
%0
%75
%37.25

Codes

Color #68A028 in popluar color models

68A028
RGB10416040
HSL88°60.00%39.22%
HSB/HSV88°75.00%62.75%
CMYK35.00%0.00%75.00%
37.25%

Color #68A028 in popluar number systems.

HEX68A028
Decimal10416040
Binary110100010100000101000
Octal15024050

Shades and tints

Shades of #68A028

#68A028
(104,160,40)
#5F9225
(95,146,37)
#568422
(86,132,34)
#4D761F
(77,118,31)
#44681C
(68,104,28)
#3B5A19
(59,90,25)
#324C16
(50,76,22)
#293E13
(41,62,19)
#203010
(32,48,16)
#17220D
(23,34,13)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #68A028

#68A028
(104,160,40)
#75A83B
(117,168,59)
#82B04E
(130,176,78)
#8FB861
(143,184,97)
#9CC074
(156,192,116)
#A9C887
(169,200,135)
#B6D09A
(182,208,154)
#C3D8AD
(195,216,173)
#D0E0C0
(208,224,192)
#DDE8D3
(221,232,211)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A028 color. Also use rgb(104,160,40) instead hex code.

Text Font Color

.myTextColor { color: #68A028; }

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

This text font color is #68A028.


Background Color

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

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

This div background color is #68A028.


Border color

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

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

This div border color is #68A028.


Opacity

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

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

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

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

This text has shadow with #68A028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A028 on black background.


Color preview on white background

This text has color #68A028 on white background.



Black color preview on #68A028 background

This text has black color on #68A028 background.


White color preview on #68A028 background

This text has white color on #68A028 background.