COLOR #68A052

HEX: #68A052
RGB: (104,160,82)

Color info

#68A052 contains mainly red and green colors. Web safe color of #68A052 is #669966 (or #696).

RGB color model

#68A052 color RGB value is (104,160,82).

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

RGB channels and saturation

R 104 of 255 = 41%
G 160 of 255 = 63%
B 82 of 255 = 32%

104
160
82

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

Portions of RGB colors in percentages

R + G + B =
104 + 160 + 82 = 346 (100%)
R 104 of 346 ~ 30.06%
G 160 of 346 ~ 46.24%
B 82 of 346 ~ 23.7%

%30.06
%46.24
%23.7

CMYK color model

#68A052 color CMYK value is (35,0,49,37).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 48.75%
  • key color value is 37.25%
CMYK:
(35,0,49,37)
C35M0Y49K37 
(35%,0%,49%,37%)
(0.35/0.00/0.49/0.37)	

CMYK percentages

%35
%0
%48.75
%37.25

Codes

Color #68A052 in popluar color models

68A052
RGB10416082
HSL103°32.23%47.45%
HSB/HSV103°48.75%62.75%
CMYK35.00%0.00%48.75%
37.25%

Color #68A052 in popluar number systems.

HEX68A052
Decimal10416082
Binary1101000101000001010010
Octal150240122

Shades and tints

Shades of #68A052

#68A052
(104,160,82)
#5F924B
(95,146,75)
#568444
(86,132,68)
#4D763D
(77,118,61)
#446836
(68,104,54)
#3B5A2F
(59,90,47)
#324C28
(50,76,40)
#293E21
(41,62,33)
#20301A
(32,48,26)
#172213
(23,34,19)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #68A052

#68A052
(104,160,82)
#75A861
(117,168,97)
#82B070
(130,176,112)
#8FB87F
(143,184,127)
#9CC08E
(156,192,142)
#A9C89D
(169,200,157)
#B6D0AC
(182,208,172)
#C3D8BB
(195,216,187)
#D0E0CA
(208,224,202)
#DDE8D9
(221,232,217)
#EAF0E8
(234,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A052; }

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

This text font color is #68A052.


Background Color

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

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

This div background color is #68A052.


Border color

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

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

This div border color is #68A052.


Opacity

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

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

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

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

This text has shadow with #68A052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A052 on black background.


Color preview on white background

This text has color #68A052 on white background.



Black color preview on #68A052 background

This text has black color on #68A052 background.


White color preview on #68A052 background

This text has white color on #68A052 background.