COLOR #68A24A

HEX: #68A24A
RGB: (104,162,74)

Color info

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

RGB color model

#68A24A color RGB value is (104,162,74).

  • red value is 104;
  • green value is 162;
  • blue value is 74.
RGB:
(104,162,74)
(41%,64%,29%)

RGB channels and saturation

R 104 of 255 = 41%
G 162 of 255 = 64%
B 74 of 255 = 29%

104
162
74

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

Portions of RGB colors in percentages

R + G + B =
104 + 162 + 74 = 340 (100%)
R 104 of 340 ~ 30.59%
G 162 of 340 ~ 47.65%
B 74 of 340 ~ 21.76%

%30.59
%47.65
%21.76

CMYK color model

#68A24A color CMYK value is (36,0,54,36).

  • cyan value is 35.80%
  • magenta value is 0.00%
  • yellow value is 54.32%
  • key color value is 36.47%
CMYK:
(36,0,54,36)
C36M0Y54K36 
(36%,0%,54%,36%)
(0.36/0.00/0.54/0.36)	

CMYK percentages

%35.8
%0
%54.32
%36.47

Codes

Color #68A24A in popluar color models

68A24A
RGB10416274
HSL100°37.29%46.27%
HSB/HSV100°54.32%63.53%
CMYK35.80%0.00%54.32%
36.47%

Color #68A24A in popluar number systems.

HEX68A24A
Decimal10416274
Binary1101000101000101001010
Octal150242112

Shades and tints

Shades of #68A24A

#68A24A
(104,162,74)
#5F9444
(95,148,68)
#56863E
(86,134,62)
#4D7838
(77,120,56)
#446A32
(68,106,50)
#3B5C2C
(59,92,44)
#324E26
(50,78,38)
#294020
(41,64,32)
#20321A
(32,50,26)
#172414
(23,36,20)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #68A24A

#68A24A
(104,162,74)
#75AA5A
(117,170,90)
#82B26A
(130,178,106)
#8FBA7A
(143,186,122)
#9CC28A
(156,194,138)
#A9CA9A
(169,202,154)
#B6D2AA
(182,210,170)
#C3DABA
(195,218,186)
#D0E2CA
(208,226,202)
#DDEADA
(221,234,218)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A24A color. Also use rgb(104,162,74) instead hex code.

Text Font Color

.myTextColor { color: #68A24A; }

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

This text font color is #68A24A.


Background Color

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

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

This div background color is #68A24A.


Border color

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

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

This div border color is #68A24A.


Opacity

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

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

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

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

This text has shadow with #68A24A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A24A on black background.


Color preview on white background

This text has color #68A24A on white background.



Black color preview on #68A24A background

This text has black color on #68A24A background.


White color preview on #68A24A background

This text has white color on #68A24A background.