COLOR #6D8F4B

HEX: #6D8F4B RGB: (109,143,75)

Color info

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

RGB color model

#6D8F4B color RGB value is (109,143,75).

RGB: (109,143,75) (43%, 56%, 29%)

RGB channels and saturation

R 109 of 255 = 43%
G 143 of 255 = 56%
B 75 of 255 = 29%

109
143
75

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

Portions of RGB colors in percentages

R + G + B = 109 + 143 + 75 = 327 (100%)
R 109 of 327 ~ 33.33%
G 143 of 327 ~ 43.73%
B 75 of 327 ~ 22.94'%

%33.33
%43.73
%22.94

CMYK color model

#6D8F4B color CMYK value is (24,0,48,44).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 47.55%
  • key color value is 43.92%

CMYK: (24,0,48,44)
C24M0Y48K44 (24%, 0%, 48%, 44%)
(0.24 / 0.00 / 0.48 / 0.44)

CMYK percentages

%23.78
%0
%47.55
%43.92

Codes

Color #6D8F4B in popluar color models

6D 8F 4B
RGB 109 143 75
HSL 90° 31.19% 42.75%
HSB/HSV 90° 47.55% 56.08%
CMYK 23.78% 0.00% 47.55%
43.92%

Color #6D8F4B in popluar number systems.

HEX 6D 8F 4B
Decimal 109 143 75
Binary 1101101 10001111 1001011
Octal 155 217 113

Shades and tints

Shades of #6D8F4B

#6D8F4B
(109,143,75)
#648245
(100,130,69)
#5B753F
(91,117,63)
#526839
(82,104,57)
#495B33
(73,91,51)
#404E2D
(64,78,45)
#374127
(55,65,39)
#2E3421
(46,52,33)
#25271B
(37,39,27)
#1C1A15
(28,26,21)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #6D8F4B

#6D8F4B
(109,143,75)
#7A995B
(122,153,91)
#87A36B
(135,163,107)
#94AD7B
(148,173,123)
#A1B78B
(161,183,139)
#AEC19B
(174,193,155)
#BBCBAB
(187,203,171)
#C8D5BB
(200,213,187)
#D5DFCB
(213,223,203)
#E2E9DB
(226,233,219)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8F4B color. Also use rgb(109,143,75) instead hex code.

Text Font Color

.myTextColor { color: #6D8F4B; }

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

This text font color is #6D8F4B.

Background Color

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

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

This div background color is #6D8F4B.

Border color

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

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

This div border color is #6D8F4B.

Opacity

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

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

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

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

This text has shadow with #6D8F4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8F4B.

Preview

Color preview on black background

This text has color #6D8F4B on black background.


Color preview on white background

This text has color #6D8F4B on white background.


Black color preview on #6D8F4B background

This text has black color on #6D8F4B background.


White color preview on #6D8F4B background

This text has white color on #6D8F4B background.


Related colors

Complementary color

Complementary color for #hex is #9270B4.


I love getcolorcode.com

Triadic colors

1 #4B6D8F and #8F4B6D with #6D8F4B are triadic colors.

2 #4B8F6D and #8F6D4B with #6D8F4B are triadic colors.