COLOR #68963C

HEX: #68963C RGB: (104,150,60)

Color info

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

RGB color model

#68963C color RGB value is (104,150,60).

RGB: (104,150,60) (41%, 59%, 24%)

RGB channels and saturation

R 104 of 255 = 41%
G 150 of 255 = 59%
B 60 of 255 = 24%

104
150
60

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

Portions of RGB colors in percentages

R + G + B = 104 + 150 + 60 = 314 (100%)
R 104 of 314 ~ 33.12%
G 150 of 314 ~ 47.77%
B 60 of 314 ~ 19.11'%

%33.12
%47.77
%19.11

CMYK color model

#68963C color CMYK value is (31,0,60,41).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 41.18%

CMYK: (31,0,60,41)
C31M0Y60K41 (31%, 0%, 60%, 41%)
(0.31 / 0.00 / 0.60 / 0.41)

CMYK percentages

%30.67
%0
%60
%41.18

Codes

Color #68963C in popluar color models

68 96 3C
RGB 104 150 60
HSL 91° 42.86% 41.18%
HSB/HSV 91° 60.00% 58.82%
CMYK 30.67% 0.00% 60.00%
41.18%

Color #68963C in popluar number systems.

HEX 68 96 3C
Decimal 104 150 60
Binary 1101000 10010110 111100
Octal 150 226 74

Shades and tints

Shades of #68963C

#68963C
(104,150,60)
#5F8937
(95,137,55)
#567C32
(86,124,50)
#4D6F2D
(77,111,45)
#446228
(68,98,40)
#3B5523
(59,85,35)
#32481E
(50,72,30)
#293B19
(41,59,25)
#202E14
(32,46,20)
#17210F
(23,33,15)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #68963C

#68963C
(104,150,60)
#759F4D
(117,159,77)
#82A85E
(130,168,94)
#8FB16F
(143,177,111)
#9CBA80
(156,186,128)
#A9C391
(169,195,145)
#B6CCA2
(182,204,162)
#C3D5B3
(195,213,179)
#D0DEC4
(208,222,196)
#DDE7D5
(221,231,213)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68963C color. Also use rgb(104,150,60) instead hex code.

Text Font Color

.myTextColor { color: #68963C; }

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

This text font color is #68963C.

Background Color

.myBgColor { background-color: #68963C; }

<div style="background-color:#68963C">Inner text</div>

This div background color is #68963C.

Border color

.myBorderColor { border: 1px solid #68963C; }

<div style="border:3px solid #68963C">Div</div>

This div border color is #68963C.

Opacity

.myOpacity80 { color: #68963C; opacity: 0.8; }

<p style="color:#68963C;opacity:0.8;">80%</p>

Text with #68963C 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 #68963C;}

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

This text has shadow with #68963C color.


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

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

This text has shadow with #68963C primary color and red secondary color.


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

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

This text has shadow with #68963C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68963C.

Preview

Color preview on black background

This text has color #68963C on black background.


Color preview on white background

This text has color #68963C on white background.


Black color preview on #68963C background

This text has black color on #68963C background.


White color preview on #68963C background

This text has white color on #68963C background.


Related colors

Complementary color

Complementary color for #hex is #9769C3.


I love getcolorcode.com

Triadic colors

1 #3C6896 and #963C68 with #68963C are triadic colors.

2 #3C9668 and #96683C with #68963C are triadic colors.