COLOR #6F9217

HEX: #6F9217
RGB: (111,146,23)

Color info

#6F9217 contains mainly red and green colors. Web safe color of #6F9217 is #669900 (or #690).

RGB color model

#6F9217 color RGB value is (111,146,23).

  • red value is 111;
  • green value is 146;
  • blue value is 23.
RGB:
(111,146,23)
(44%,57%,9%)

RGB channels and saturation

R 111 of 255 = 44%
G 146 of 255 = 57%
B 23 of 255 = 9%

111
146
23

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

Portions of RGB colors in percentages

R + G + B =
111 + 146 + 23 = 280 (100%)
R 111 of 280 ~ 39.64%
G 146 of 280 ~ 52.14%
B 23 of 280 ~ 8.21%

%39.64
%52.14

CMYK color model

#6F9217 color CMYK value is (24,0,84,43).

  • cyan value is 23.97%
  • magenta value is 0.00%
  • yellow value is 84.25%
  • key color value is 42.75%
CMYK:
(24,0,84,43)
C24M0Y84K43 
(24%,0%,84%,43%)
(0.24/0.00/0.84/0.43)	

CMYK percentages

%23.97
%0
%84.25
%42.75

Codes

Color #6F9217 in popluar color models

6F9217
RGB11114623
HSL77°72.78%33.14%
HSB/HSV77°84.25%57.25%
CMYK23.97%0.00%84.25%
42.75%

Color #6F9217 in popluar number systems.

HEX6F9217
Decimal11114623
Binary11011111001001010111
Octal15722227

Shades and tints

Shades of #6F9217

#6F9217
(111,146,23)
#658515
(101,133,21)
#5B7813
(91,120,19)
#516B11
(81,107,17)
#475E0F
(71,94,15)
#3D510D
(61,81,13)
#33440B
(51,68,11)
#293709
(41,55,9)
#1F2A07
(31,42,7)
#151D05
(21,29,5)
#0B1003
(11,16,3)
#000000
(0,0,0)

Tints of #6F9217

#6F9217
(111,146,23)
#7C9B2C
(124,155,44)
#89A441
(137,164,65)
#96AD56
(150,173,86)
#A3B66B
(163,182,107)
#B0BF80
(176,191,128)
#BDC895
(189,200,149)
#CAD1AA
(202,209,170)
#D7DABF
(215,218,191)
#E4E3D4
(228,227,212)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9217 color. Also use rgb(111,146,23) instead hex code.

Text Font Color

.myTextColor { color: #6F9217; }

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

This text font color is #6F9217.


Background Color

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

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

This div background color is #6F9217.


Border color

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

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

This div border color is #6F9217.


Opacity

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

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

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

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

This text has shadow with #6F9217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9217 on black background.


Color preview on white background

This text has color #6F9217 on white background.



Black color preview on #6F9217 background

This text has black color on #6F9217 background.


White color preview on #6F9217 background

This text has white color on #6F9217 background.