COLOR #6F7836

HEX: #6F7836 RGB: (111,120,54)

Color info

#6F7836 contains mainly red and green colors. Web safe color of #6F7836 is #666633 (or #663).

RGB color model

#6F7836 color RGB value is (111,120,54).

RGB: (111,120,54) (44%, 47%, 21%)

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 54 of 255 = 21%

111
120
54

R + G + B ~ 37%. #6F7836 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 120 + 54 = 285 (100%)
R 111 of 285 ~ 38.95%
G 120 of 285 ~ 42.11%
B 54 of 285 ~ 18.95'%

%38.95
%42.11
%18.95

CMYK color model

#6F7836 color CMYK value is (8,0,55,53).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 52.94%
CMYK: (8,0,55,53) C8M0Y55K53 (8%,0%,55%,53%) (0.08/0.00/0.55/0.53) 

CMYK percentages

%7.5
%0
%55
%52.94

Codes

Color #6F7836 in popluar color models

6F 78 36
RGB 111 120 54
HSL 68° 37.93% 34.12%
HSB/HSV 68° 55.00% 47.06%
CMYK 7.50% 0.00% 55.00%
52.94%

Color #6F7836 in popluar number systems.

HEX 6F 78 36
Decimal 111 120 54
Binary 1101111 1111000 110110
Octal 157 170 66

Shades and tints

Shades of #6F7836

#6F7836
(111,120,54)
#656E32
(101,110,50)
#5B642E
(91,100,46)
#515A2A
(81,90,42)
#475026
(71,80,38)
#3D4622
(61,70,34)
#333C1E
(51,60,30)
#29321A
(41,50,26)
#1F2816
(31,40,22)
#151E12
(21,30,18)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #6F7836

#6F7836
(111,120,54)
#7C8448
(124,132,72)
#89905A
(137,144,90)
#969C6C
(150,156,108)
#A3A87E
(163,168,126)
#B0B490
(176,180,144)
#BDC0A2
(189,192,162)
#CACCB4
(202,204,180)
#D7D8C6
(215,216,198)
#E4E4D8
(228,228,216)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7836 color. Also use rgb(111,120,54) instead hex code.

Text Font Color

.myTextColor { color: #6F7836; }

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

This text font color is #6F7836.

Background Color

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

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

This div background color is #6F7836.

Border color

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

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

This div border color is #6F7836.

Opacity

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

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

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

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

This text has shadow with #6F7836 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7836.

Preview

Color preview on black background

This text has color #6F7836 on black background.


Color preview on white background

This text has color #6F7836 on white background.


Black color preview on #6F7836 background

This text has black color on #6F7836 background.


White color preview on #6F7836 background

This text has white color on #6F7836 background.


Related colors

Complementary color

Complementary color for #hex is #9087C9.


I love getcolorcode.com

Triadic colors

1 #366F78 and #78366F with #6F7836 are triadic colors.

2 #36786F and #786F36 with #6F7836 are triadic colors.