COLOR #6F8B2B

HEX: #6F8B2B RGB: (111,139,43)

Color info

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

RGB color model

#6F8B2B color RGB value is (111,139,43).

RGB: (111,139,43) (44%, 55%, 17%)

RGB channels and saturation

R 111 of 255 = 44%
G 139 of 255 = 55%
B 43 of 255 = 17%

111
139
43

R + G + B ~ 39%. #6F8B2B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 139 + 43 = 293 (100%)
R 111 of 293 ~ 37.88%
G 139 of 293 ~ 47.44%
B 43 of 293 ~ 14.68'%

%37.88
%47.44
%14.68

CMYK color model

#6F8B2B color CMYK value is (20,0,69,45).

  • cyan value is 20.14%
  • magenta value is 0.00%
  • yellow value is 69.06%
  • key color value is 45.49%

CMYK: (20,0,69,45)
C20M0Y69K45 (20%, 0%, 69%, 45%)
(0.20 / 0.00 / 0.69 / 0.45)

CMYK percentages

%20.14
%0
%69.06
%45.49

Codes

Color #6F8B2B in popluar color models

6F 8B 2B
RGB 111 139 43
HSL 78° 52.75% 35.69%
HSB/HSV 78° 69.06% 54.51%
CMYK 20.14% 0.00% 69.06%
45.49%

Color #6F8B2B in popluar number systems.

HEX 6F 8B 2B
Decimal 111 139 43
Binary 1101111 10001011 101011
Octal 157 213 53

Shades and tints

Shades of #6F8B2B

#6F8B2B
(111,139,43)
#657F28
(101,127,40)
#5B7325
(91,115,37)
#516722
(81,103,34)
#475B1F
(71,91,31)
#3D4F1C
(61,79,28)
#334319
(51,67,25)
#293716
(41,55,22)
#1F2B13
(31,43,19)
#151F10
(21,31,16)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #6F8B2B

#6F8B2B
(111,139,43)
#7C953E
(124,149,62)
#899F51
(137,159,81)
#96A964
(150,169,100)
#A3B377
(163,179,119)
#B0BD8A
(176,189,138)
#BDC79D
(189,199,157)
#CAD1B0
(202,209,176)
#D7DBC3
(215,219,195)
#E4E5D6
(228,229,214)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8B2B color. Also use rgb(111,139,43) instead hex code.

Text Font Color

.myTextColor { color: #6F8B2B; }

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

This text font color is #6F8B2B.

Background Color

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

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

This div background color is #6F8B2B.

Border color

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

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

This div border color is #6F8B2B.

Opacity

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

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

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

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

This text has shadow with #6F8B2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8B2B.

Preview

Color preview on black background

This text has color #6F8B2B on black background.


Color preview on white background

This text has color #6F8B2B on white background.


Black color preview on #6F8B2B background

This text has black color on #6F8B2B background.


White color preview on #6F8B2B background

This text has white color on #6F8B2B background.


Related colors

Complementary color

Complementary color for #hex is #9074D4.


I love getcolorcode.com

Triadic colors

1 #2B6F8B and #8B2B6F with #6F8B2B are triadic colors.

2 #2B8B6F and #8B6F2B with #6F8B2B are triadic colors.