COLOR #6F7019

HEX: #6F7019 RGB: (111,112,25)

Color info

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

RGB color model

#6F7019 color RGB value is (111,112,25).

RGB: (111,112,25) (44%, 44%, 10%)

RGB channels and saturation

R 111 of 255 = 44%
G 112 of 255 = 44%
B 25 of 255 = 10%

111
112
25

R + G + B ~ 33%. #6F7019 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 112 + 25 = 248 (100%)
R 111 of 248 ~ 44.76%
G 112 of 248 ~ 45.16%
B 25 of 248 ~ 10.08'%

%44.76
%45.16

CMYK color model

#6F7019 color CMYK value is (1,0,78,56).

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 77.68%
  • key color value is 56.08%

CMYK: (1,0,78,56)
C1M0Y78K56 (1%, 0%, 78%, 56%)
(0.01 / 0.00 / 0.78 / 0.56)

CMYK percentages

%0.89
%0
%77.68
%56.08

Codes

Color #6F7019 in popluar color models

6F 70 19
RGB 111 112 25
HSL 61° 63.50% 26.86%
HSB/HSV 61° 77.68% 43.92%
CMYK 0.89% 0.00% 77.68%
56.08%

Color #6F7019 in popluar number systems.

HEX 6F 70 19
Decimal 111 112 25
Binary 1101111 1110000 11001
Octal 157 160 31

Shades and tints

Shades of #6F7019

#6F7019
(111,112,25)
#656617
(101,102,23)
#5B5C15
(91,92,21)
#515213
(81,82,19)
#474811
(71,72,17)
#3D3E0F
(61,62,15)
#33340D
(51,52,13)
#292A0B
(41,42,11)
#1F2009
(31,32,9)
#151607
(21,22,7)
#0B0C05
(11,12,5)
#000000
(0,0,0)

Tints of #6F7019

#6F7019
(111,112,25)
#7C7D2D
(124,125,45)
#898A41
(137,138,65)
#969755
(150,151,85)
#A3A469
(163,164,105)
#B0B17D
(176,177,125)
#BDBE91
(189,190,145)
#CACBA5
(202,203,165)
#D7D8B9
(215,216,185)
#E4E5CD
(228,229,205)
#F1F2E1
(241,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7019 color. Also use rgb(111,112,25) instead hex code.

Text Font Color

.myTextColor { color: #6F7019; }

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

This text font color is #6F7019.

Background Color

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

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

This div background color is #6F7019.

Border color

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

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

This div border color is #6F7019.

Opacity

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

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

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

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

This text has shadow with #6F7019 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7019.

Preview

Color preview on black background

This text has color #6F7019 on black background.


Color preview on white background

This text has color #6F7019 on white background.


Black color preview on #6F7019 background

This text has black color on #6F7019 background.


White color preview on #6F7019 background

This text has white color on #6F7019 background.


Related colors

Complementary color

Complementary color for #hex is #908FE6.


I love getcolorcode.com

Triadic colors

1 #196F70 and #70196F with #6F7019 are triadic colors.

2 #19706F and #706F19 with #6F7019 are triadic colors.