COLOR #6C9D4B

HEX: #6C9D4B RGB: (108,157,75)

Color info

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

RGB color model

#6C9D4B color RGB value is (108,157,75).

RGB: (108,157,75) (42%, 62%, 29%)

RGB channels and saturation

R 108 of 255 = 42%
G 157 of 255 = 62%
B 75 of 255 = 29%

108
157
75

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

Portions of RGB colors in percentages

R + G + B = 108 + 157 + 75 = 340 (100%)
R 108 of 340 ~ 31.76%
G 157 of 340 ~ 46.18%
B 75 of 340 ~ 22.06'%

%31.76
%46.18
%22.06

CMYK color model

#6C9D4B color CMYK value is (31,0,52,38).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 52.23%
  • key color value is 38.43%

CMYK: (31,0,52,38)
C31M0Y52K38 (31%, 0%, 52%, 38%)
(0.31 / 0.00 / 0.52 / 0.38)

CMYK percentages

%31.21
%0
%52.23
%38.43

Codes

Color #6C9D4B in popluar color models

6C 9D 4B
RGB 108 157 75
HSL 96° 35.34% 45.49%
HSB/HSV 96° 52.23% 61.57%
CMYK 31.21% 0.00% 52.23%
38.43%

Color #6C9D4B in popluar number systems.

HEX 6C 9D 4B
Decimal 108 157 75
Binary 1101100 10011101 1001011
Octal 154 235 113

Shades and tints

Shades of #6C9D4B

#6C9D4B
(108,157,75)
#638F45
(99,143,69)
#5A813F
(90,129,63)
#517339
(81,115,57)
#486533
(72,101,51)
#3F572D
(63,87,45)
#364927
(54,73,39)
#2D3B21
(45,59,33)
#242D1B
(36,45,27)
#1B1F15
(27,31,21)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #6C9D4B

#6C9D4B
(108,157,75)
#79A55B
(121,165,91)
#86AD6B
(134,173,107)
#93B57B
(147,181,123)
#A0BD8B
(160,189,139)
#ADC59B
(173,197,155)
#BACDAB
(186,205,171)
#C7D5BB
(199,213,187)
#D4DDCB
(212,221,203)
#E1E5DB
(225,229,219)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9D4B color. Also use rgb(108,157,75) instead hex code.

Text Font Color

.myTextColor { color: #6C9D4B; }

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

This text font color is #6C9D4B.

Background Color

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

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

This div background color is #6C9D4B.

Border color

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

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

This div border color is #6C9D4B.

Opacity

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

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

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

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

This text has shadow with #6C9D4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9D4B.

Preview

Color preview on black background

This text has color #6C9D4B on black background.


Color preview on white background

This text has color #6C9D4B on white background.


Black color preview on #6C9D4B background

This text has black color on #6C9D4B background.


White color preview on #6C9D4B background

This text has white color on #6C9D4B background.


Related colors

Complementary color

Complementary color for #hex is #9362B4.


I love getcolorcode.com

Triadic colors

1 #4B6C9D and #9D4B6C with #6C9D4B are triadic colors.

2 #4B9D6C and #9D6C4B with #6C9D4B are triadic colors.