COLOR #68AE20

HEX: #68AE20
RGB: (104,174,32)

Color info

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

RGB color model

#68AE20 color RGB value is (104,174,32).

  • red value is 104;
  • green value is 174;
  • blue value is 32.
RGB:
(104,174,32)
(41%,68%,13%)

RGB channels and saturation

R 104 of 255 = 41%
G 174 of 255 = 68%
B 32 of 255 = 13%

104
174
32

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

Portions of RGB colors in percentages

R + G + B =
104 + 174 + 32 = 310 (100%)
R 104 of 310 ~ 33.55%
G 174 of 310 ~ 56.13%
B 32 of 310 ~ 10.32%

%33.55
%56.13
%10.32

CMYK color model

#68AE20 color CMYK value is (40,0,82,32).

  • cyan value is 40.23%
  • magenta value is 0.00%
  • yellow value is 81.61%
  • key color value is 31.76%
CMYK:
(40,0,82,32)
C40M0Y82K32 
(40%,0%,82%,32%)
(0.40/0.00/0.82/0.32)	

CMYK percentages

%40.23
%0
%81.61
%31.76

Codes

Color #68AE20 in popluar color models

68AE20
RGB10417432
HSL90°68.93%40.39%
HSB/HSV90°81.61%68.24%
CMYK40.23%0.00%81.61%
31.76%

Color #68AE20 in popluar number systems.

HEX68AE20
Decimal10417432
Binary110100010101110100000
Octal15025640

Shades and tints

Shades of #68AE20

#68AE20
(104,174,32)
#5F9F1E
(95,159,30)
#56901C
(86,144,28)
#4D811A
(77,129,26)
#447218
(68,114,24)
#3B6316
(59,99,22)
#325414
(50,84,20)
#294512
(41,69,18)
#203610
(32,54,16)
#17270E
(23,39,14)
#0E180C
(14,24,12)
#000000
(0,0,0)

Tints of #68AE20

#68AE20
(104,174,32)
#75B534
(117,181,52)
#82BC48
(130,188,72)
#8FC35C
(143,195,92)
#9CCA70
(156,202,112)
#A9D184
(169,209,132)
#B6D898
(182,216,152)
#C3DFAC
(195,223,172)
#D0E6C0
(208,230,192)
#DDEDD4
(221,237,212)
#EAF4E8
(234,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68AE20 color. Also use rgb(104,174,32) instead hex code.

Text Font Color

.myTextColor { color: #68AE20; }

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

This text font color is #68AE20.


Background Color

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

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

This div background color is #68AE20.


Border color

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

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

This div border color is #68AE20.


Opacity

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

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

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

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

This text has shadow with #68AE20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68AE20 on black background.


Color preview on white background

This text has color #68AE20 on white background.



Black color preview on #68AE20 background

This text has black color on #68AE20 background.


White color preview on #68AE20 background

This text has white color on #68AE20 background.