COLOR #6B7000

HEX: #6B7000
RGB: (107,112,0)

Color info

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

RGB color model

#6B7000 color RGB value is (107,112,0).

  • red value is 107;
  • green value is 112;
  • blue value is 0.
RGB:
(107,112,0)
(42%,44%,0%)

RGB channels and saturation

R 107 of 255 = 42%
G 112 of 255 = 44%
B 0 of 255 = 0%

107
112
0

R + G + B ~ 29%. #6B7000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 112 + 0 = 219 (100%)
R 107 of 219 ~ 48.86%
G 112 of 219 ~ 51.14%
B 0 of 219 ~ 0%

%48.86
%51.14

CMYK color model

#6B7000 color CMYK value is (4,0,100,56).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 56.08%
CMYK:
(4,0,100,56)
C4M0Y100K56 
(4%,0%,100%,56%)
(0.04/0.00/1.00/0.56)	

CMYK percentages

%4.46
%0
%100
%56.08

Codes

Color #6B7000 in popluar color models

6B7000
RGB1071120
HSL63°100.00%21.96%
HSB/HSV63°100.00%43.92%
CMYK4.46%0.00%100.00%
56.08%

Color #6B7000 in popluar number systems.

HEX6B7000
Decimal1071120
Binary110101111100000
Octal1531600

Shades and tints

Shades of #6B7000

#6B7000
(107,112,0)
#626600
(98,102,0)
#595C00
(89,92,0)
#505200
(80,82,0)
#474800
(71,72,0)
#3E3E00
(62,62,0)
#353400
(53,52,0)
#2C2A00
(44,42,0)
#232000
(35,32,0)
#1A1600
(26,22,0)
#110C00
(17,12,0)
#000000
(0,0,0)

Tints of #6B7000

#6B7000
(107,112,0)
#787D17
(120,125,23)
#858A2E
(133,138,46)
#929745
(146,151,69)
#9FA45C
(159,164,92)
#ACB173
(172,177,115)
#B9BE8A
(185,190,138)
#C6CBA1
(198,203,161)
#D3D8B8
(211,216,184)
#E0E5CF
(224,229,207)
#EDF2E6
(237,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7000 color. Also use rgb(107,112,0) instead hex code.

Text Font Color

.myTextColor { color: #6B7000; }

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

This text font color is #6B7000.


Background Color

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

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

This div background color is #6B7000.


Border color

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

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

This div border color is #6B7000.


Opacity

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

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

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

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

This text has shadow with #6B7000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7000 on black background.


Color preview on white background

This text has color #6B7000 on white background.



Black color preview on #6B7000 background

This text has black color on #6B7000 background.


White color preview on #6B7000 background

This text has white color on #6B7000 background.