COLOR #6B7C0F

HEX: #6B7C0F
RGB: (107,124,15)

Color info

#6B7C0F contains mainly red and green colors. Web safe color of #6B7C0F is #666600 (or #660).

RGB color model

#6B7C0F color RGB value is (107,124,15).

  • red value is 107;
  • green value is 124;
  • blue value is 15.
RGB:
(107,124,15)
(42%,49%,6%)

RGB channels and saturation

R 107 of 255 = 42%
G 124 of 255 = 49%
B 15 of 255 = 6%

107
124
15

R + G + B ~ 32%. #6B7C0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 124 + 15 = 246 (100%)
R 107 of 246 ~ 43.5%
G 124 of 246 ~ 50.41%
B 15 of 246 ~ 6.1%

%43.5
%50.41

CMYK color model

#6B7C0F color CMYK value is (14,0,88,51).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 87.90%
  • key color value is 51.37%
CMYK:
(14,0,88,51)
C14M0Y88K51 
(14%,0%,88%,51%)
(0.14/0.00/0.88/0.51)	

CMYK percentages

%13.71
%0
%87.9
%51.37

Codes

Color #6B7C0F in popluar color models

6B7C0F
RGB10712415
HSL69°78.42%27.25%
HSB/HSV69°87.90%48.63%
CMYK13.71%0.00%87.90%
51.37%

Color #6B7C0F in popluar number systems.

HEX6B7C0F
Decimal10712415
Binary110101111111001111
Octal15317417

Shades and tints

Shades of #6B7C0F

#6B7C0F
(107,124,15)
#62710E
(98,113,14)
#59660D
(89,102,13)
#505B0C
(80,91,12)
#47500B
(71,80,11)
#3E450A
(62,69,10)
#353A09
(53,58,9)
#2C2F08
(44,47,8)
#232407
(35,36,7)
#1A1906
(26,25,6)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #6B7C0F

#6B7C0F
(107,124,15)
#788724
(120,135,36)
#859239
(133,146,57)
#929D4E
(146,157,78)
#9FA863
(159,168,99)
#ACB378
(172,179,120)
#B9BE8D
(185,190,141)
#C6C9A2
(198,201,162)
#D3D4B7
(211,212,183)
#E0DFCC
(224,223,204)
#EDEAE1
(237,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7C0F color. Also use rgb(107,124,15) instead hex code.

Text Font Color

.myTextColor { color: #6B7C0F; }

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

This text font color is #6B7C0F.


Background Color

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

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

This div background color is #6B7C0F.


Border color

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

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

This div border color is #6B7C0F.


Opacity

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

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

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

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

This text has shadow with #6B7C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7C0F on black background.


Color preview on white background

This text has color #6B7C0F on white background.



Black color preview on #6B7C0F background

This text has black color on #6B7C0F background.


White color preview on #6B7C0F background

This text has white color on #6B7C0F background.