COLOR #6C963D

HEX: #6C963D RGB: (108,150,61)

Color info

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

RGB color model

#6C963D color RGB value is (108,150,61).

RGB: (108,150,61) (42%, 59%, 24%)

RGB channels and saturation

R 108 of 255 = 42%
G 150 of 255 = 59%
B 61 of 255 = 24%

108
150
61

R + G + B ~ 42%. #6C963D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 108 + 150 + 61 = 319 (100%)
R 108 of 319 ~ 33.86%
G 150 of 319 ~ 47.02%
B 61 of 319 ~ 19.12'%

%33.86
%47.02
%19.12

CMYK color model

#6C963D color CMYK value is (28,0,59,41).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 59.33%
  • key color value is 41.18%
CMYK: (28,0,59,41) C28M0Y59K41 (28%,0%,59%,41%) (0.28/0.00/0.59/0.41) 

CMYK percentages

%28
%0
%59.33
%41.18

Codes

Color #6C963D in popluar color models

6C 96 3D
RGB 108 150 61
HSL 88° 42.18% 41.37%
HSB/HSV 88° 59.33% 58.82%
CMYK 28.00% 0.00% 59.33%
41.18%

Color #6C963D in popluar number systems.

HEX 6C 96 3D
Decimal 108 150 61
Binary 1101100 10010110 111101
Octal 154 226 75

Shades and tints

Shades of #6C963D

#6C963D
(108,150,61)
#638938
(99,137,56)
#5A7C33
(90,124,51)
#516F2E
(81,111,46)
#486229
(72,98,41)
#3F5524
(63,85,36)
#36481F
(54,72,31)
#2D3B1A
(45,59,26)
#242E15
(36,46,21)
#1B2110
(27,33,16)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #6C963D

#6C963D
(108,150,61)
#799F4E
(121,159,78)
#86A85F
(134,168,95)
#93B170
(147,177,112)
#A0BA81
(160,186,129)
#ADC392
(173,195,146)
#BACCA3
(186,204,163)
#C7D5B4
(199,213,180)
#D4DEC5
(212,222,197)
#E1E7D6
(225,231,214)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C963D color. Also use rgb(108,150,61) instead hex code.

Text Font Color

.myTextColor { color: #6C963D; }

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

This text font color is #6C963D.

Background Color

.myBgColor { background-color: #6C963D; }

<div style="background-color:#6C963D">Inner text</div>

This div background color is #6C963D.

Border color

.myBorderColor { border: 1px solid #6C963D; }

<div style="border:3px solid #6C963D">Div</div>

This div border color is #6C963D.

Opacity

.myOpacity80 { color: #6C963D; opacity: 0.8; }

<p style="color:#6C963D;opacity:0.8;">80%</p>

Text with #6C963D 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 #6C963D;}

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

This text has shadow with #6C963D color.


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

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

This text has shadow with #6C963D primary color and red secondary color.


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

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

This text has shadow with #6C963D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6C963D.

Preview

Color preview on black background

This text has color #6C963D on black background.


Color preview on white background

This text has color #6C963D on white background.


Black color preview on #6C963D background

This text has black color on #6C963D background.


White color preview on #6C963D background

This text has white color on #6C963D background.


Related colors

Complementary color

Complementary color for #hex is #9369C2.


I love getcolorcode.com

Triadic colors

1 #3D6C96 and #963D6C with #6C963D are triadic colors.

2 #3D966C and #966C3D with #6C963D are triadic colors.