COLOR #6F9015

HEX: #6F9015
RGB: (111,144,21)

Color info

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

RGB color model

#6F9015 color RGB value is (111,144,21).

  • red value is 111;
  • green value is 144;
  • blue value is 21.
RGB:
(111,144,21)
(44%,56%,8%)

RGB channels and saturation

R 111 of 255 = 44%
G 144 of 255 = 56%
B 21 of 255 = 8%

111
144
21

R + G + B ~ 36%. #6F9015 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 144 + 21 = 276 (100%)
R 111 of 276 ~ 40.22%
G 144 of 276 ~ 52.17%
B 21 of 276 ~ 7.61%

%40.22
%52.17

CMYK color model

#6F9015 color CMYK value is (23,0,85,44).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 85.42%
  • key color value is 43.53%
CMYK:
(23,0,85,44)
C23M0Y85K44 
(23%,0%,85%,44%)
(0.23/0.00/0.85/0.44)	

CMYK percentages

%22.92
%0
%85.42
%43.53

Codes

Color #6F9015 in popluar color models

6F9015
RGB11114421
HSL76°74.55%32.35%
HSB/HSV76°85.42%56.47%
CMYK22.92%0.00%85.42%
43.53%

Color #6F9015 in popluar number systems.

HEX6F9015
Decimal11114421
Binary11011111001000010101
Octal15722025

Shades and tints

Shades of #6F9015

#6F9015
(111,144,21)
#658314
(101,131,20)
#5B7613
(91,118,19)
#516912
(81,105,18)
#475C11
(71,92,17)
#3D4F10
(61,79,16)
#33420F
(51,66,15)
#29350E
(41,53,14)
#1F280D
(31,40,13)
#151B0C
(21,27,12)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #6F9015

#6F9015
(111,144,21)
#7C9A2A
(124,154,42)
#89A43F
(137,164,63)
#96AE54
(150,174,84)
#A3B869
(163,184,105)
#B0C27E
(176,194,126)
#BDCC93
(189,204,147)
#CAD6A8
(202,214,168)
#D7E0BD
(215,224,189)
#E4EAD2
(228,234,210)
#F1F4E7
(241,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9015 color. Also use rgb(111,144,21) instead hex code.

Text Font Color

.myTextColor { color: #6F9015; }

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

This text font color is #6F9015.


Background Color

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

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

This div background color is #6F9015.


Border color

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

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

This div border color is #6F9015.


Opacity

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

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

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

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

This text has shadow with #6F9015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9015 on black background.


Color preview on white background

This text has color #6F9015 on white background.



Black color preview on #6F9015 background

This text has black color on #6F9015 background.


White color preview on #6F9015 background

This text has white color on #6F9015 background.