COLOR #6F7E05

HEX: #6F7E05
RGB: (111,126,5)

Color info

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

RGB color model

#6F7E05 color RGB value is (111,126,5).

  • red value is 111;
  • green value is 126;
  • blue value is 5.
RGB:
(111,126,5)
(44%,49%,2%)

RGB channels and saturation

R 111 of 255 = 44%
G 126 of 255 = 49%
B 5 of 255 = 2%

111
126
5

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

Portions of RGB colors in percentages

R + G + B =
111 + 126 + 5 = 242 (100%)
R 111 of 242 ~ 45.87%
G 126 of 242 ~ 52.07%
B 5 of 242 ~ 2.07%

%45.87
%52.07

CMYK color model

#6F7E05 color CMYK value is (12,0,96,51).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 96.03%
  • key color value is 50.59%
CMYK:
(12,0,96,51)
C12M0Y96K51 
(12%,0%,96%,51%)
(0.12/0.00/0.96/0.51)	

CMYK percentages

%11.9
%0
%96.03
%50.59

Codes

Color #6F7E05 in popluar color models

6F7E05
RGB1111265
HSL67°92.37%25.69%
HSB/HSV67°96.03%49.41%
CMYK11.90%0.00%96.03%
50.59%

Color #6F7E05 in popluar number systems.

HEX6F7E05
Decimal1111265
Binary11011111111110101
Octal1571765

Shades and tints

Shades of #6F7E05

#6F7E05
(111,126,5)
#657305
(101,115,5)
#5B6805
(91,104,5)
#515D05
(81,93,5)
#475205
(71,82,5)
#3D4705
(61,71,5)
#333C05
(51,60,5)
#293105
(41,49,5)
#1F2605
(31,38,5)
#151B05
(21,27,5)
#0B1005
(11,16,5)
#000000
(0,0,0)

Tints of #6F7E05

#6F7E05
(111,126,5)
#7C891B
(124,137,27)
#899431
(137,148,49)
#969F47
(150,159,71)
#A3AA5D
(163,170,93)
#B0B573
(176,181,115)
#BDC089
(189,192,137)
#CACB9F
(202,203,159)
#D7D6B5
(215,214,181)
#E4E1CB
(228,225,203)
#F1ECE1
(241,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7E05 color. Also use rgb(111,126,5) instead hex code.

Text Font Color

.myTextColor { color: #6F7E05; }

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

This text font color is #6F7E05.


Background Color

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

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

This div background color is #6F7E05.


Border color

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

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

This div border color is #6F7E05.


Opacity

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

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

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

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

This text has shadow with #6F7E05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7E05 on black background.


Color preview on white background

This text has color #6F7E05 on white background.



Black color preview on #6F7E05 background

This text has black color on #6F7E05 background.


White color preview on #6F7E05 background

This text has white color on #6F7E05 background.