COLOR #68A62B

HEX: #68A62B RGB: (104,166,43)

Color info

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

RGB color model

#68A62B color RGB value is (104,166,43).

RGB: (104,166,43) (41%, 65%, 17%)

RGB channels and saturation

R 104 of 255 = 41%
G 166 of 255 = 65%
B 43 of 255 = 17%

104
166
43

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

Portions of RGB colors in percentages

R + G + B = 104 + 166 + 43 = 313 (100%)
R 104 of 313 ~ 33.23%
G 166 of 313 ~ 53.04%
B 43 of 313 ~ 13.74'%

%33.23
%53.04
%13.74

CMYK color model

#68A62B color CMYK value is (37,0,74,35).

  • cyan value is 37.35%
  • magenta value is 0.00%
  • yellow value is 74.10%
  • key color value is 34.90%

CMYK: (37,0,74,35)
C37M0Y74K35 (37%, 0%, 74%, 35%)
(0.37 / 0.00 / 0.74 / 0.35)

CMYK percentages

%37.35
%0
%74.1
%34.9

Codes

Color #68A62B in popluar color models

68 A6 2B
RGB 104 166 43
HSL 90° 58.85% 40.98%
HSB/HSV 90° 74.10% 65.10%
CMYK 37.35% 0.00% 74.10%
34.90%

Color #68A62B in popluar number systems.

HEX 68 A6 2B
Decimal 104 166 43
Binary 1101000 10100110 101011
Octal 150 246 53

Shades and tints

Shades of #68A62B

#68A62B
(104,166,43)
#5F9728
(95,151,40)
#568825
(86,136,37)
#4D7922
(77,121,34)
#446A1F
(68,106,31)
#3B5B1C
(59,91,28)
#324C19
(50,76,25)
#293D16
(41,61,22)
#202E13
(32,46,19)
#171F10
(23,31,16)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #68A62B

#68A62B
(104,166,43)
#75AE3E
(117,174,62)
#82B651
(130,182,81)
#8FBE64
(143,190,100)
#9CC677
(156,198,119)
#A9CE8A
(169,206,138)
#B6D69D
(182,214,157)
#C3DEB0
(195,222,176)
#D0E6C3
(208,230,195)
#DDEED6
(221,238,214)
#EAF6E9
(234,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A62B color. Also use rgb(104,166,43) instead hex code.

Text Font Color

.myTextColor { color: #68A62B; }

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

This text font color is #68A62B.

Background Color

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

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

This div background color is #68A62B.

Border color

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

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

This div border color is #68A62B.

Opacity

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

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

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

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

This text has shadow with #68A62B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A62B.

Preview

Color preview on black background

This text has color #68A62B on black background.


Color preview on white background

This text has color #68A62B on white background.


Black color preview on #68A62B background

This text has black color on #68A62B background.


White color preview on #68A62B background

This text has white color on #68A62B background.


Related colors

Complementary color

Complementary color for #hex is #9759D4.


I love getcolorcode.com

Triadic colors

1 #2B68A6 and #A62B68 with #68A62B are triadic colors.

2 #2BA668 and #A6682B with #68A62B are triadic colors.