COLOR #6C913D

HEX: #6C913D RGB: (108,145,61)

Color info

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

RGB color model

#6C913D color RGB value is (108,145,61).

RGB: (108,145,61) (42%, 57%, 24%)

RGB channels and saturation

R 108 of 255 = 42%
G 145 of 255 = 57%
B 61 of 255 = 24%

108
145
61

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

Portions of RGB colors in percentages

R + G + B = 108 + 145 + 61 = 314 (100%)
R 108 of 314 ~ 34.39%
G 145 of 314 ~ 46.18%
B 61 of 314 ~ 19.43'%

%34.39
%46.18
%19.43

CMYK color model

#6C913D color CMYK value is (26,0,58,43).

  • cyan value is 25.52%
  • magenta value is 0.00%
  • yellow value is 57.93%
  • key color value is 43.14%

CMYK: (26,0,58,43)
C26M0Y58K43 (26%, 0%, 58%, 43%)
(0.26 / 0.00 / 0.58 / 0.43)

CMYK percentages

%25.52
%0
%57.93
%43.14

Codes

Color #6C913D in popluar color models

6C 91 3D
RGB 108 145 61
HSL 86° 40.78% 40.39%
HSB/HSV 86° 57.93% 56.86%
CMYK 25.52% 0.00% 57.93%
43.14%

Color #6C913D in popluar number systems.

HEX 6C 91 3D
Decimal 108 145 61
Binary 1101100 10010001 111101
Octal 154 221 75

Shades and tints

Shades of #6C913D

#6C913D
(108,145,61)
#638438
(99,132,56)
#5A7733
(90,119,51)
#516A2E
(81,106,46)
#485D29
(72,93,41)
#3F5024
(63,80,36)
#36431F
(54,67,31)
#2D361A
(45,54,26)
#242915
(36,41,21)
#1B1C10
(27,28,16)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #6C913D

#6C913D
(108,145,61)
#799B4E
(121,155,78)
#86A55F
(134,165,95)
#93AF70
(147,175,112)
#A0B981
(160,185,129)
#ADC392
(173,195,146)
#BACDA3
(186,205,163)
#C7D7B4
(199,215,180)
#D4E1C5
(212,225,197)
#E1EBD6
(225,235,214)
#EEF5E7
(238,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C913D; }

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

This text font color is #6C913D.

Background Color

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

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

This div background color is #6C913D.

Border color

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

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

This div border color is #6C913D.

Opacity

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

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

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

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

This text has shadow with #6C913D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C913D.

Preview

Color preview on black background

This text has color #6C913D on black background.


Color preview on white background

This text has color #6C913D on white background.


Black color preview on #6C913D background

This text has black color on #6C913D background.


White color preview on #6C913D background

This text has white color on #6C913D background.


Related colors

Complementary color

Complementary color for #hex is #936EC2.


I love getcolorcode.com

Triadic colors

1 #3D6C91 and #913D6C with #6C913D are triadic colors.

2 #3D916C and #916C3D with #6C913D are triadic colors.