COLOR #0F6D09

HEX: #0F6D09
RGB: (15,109,9)

Color info

#0F6D09 contains mainly green color. Web safe color of #0F6D09 is #006600 (or #060).

RGB color model

#0F6D09 color RGB value is (15,109,9).

  • red value is 15;
  • green value is 109;
  • blue value is 9.
RGB:
(15,109,9)
(6%,43%,4%)

RGB channels and saturation

R 15 of 255 = 6%
G 109 of 255 = 43%
B 9 of 255 = 4%

15
109
9

R + G + B ~ 18%. #0F6D09 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 109 + 9 = 133 (100%)
R 15 of 133 ~ 11.28%
G 109 of 133 ~ 81.95%
B 9 of 133 ~ 6.77%

%11.28
%81.95

CMYK color model

#0F6D09 color CMYK value is (86,0,92,57).

  • cyan value is 86.24%
  • magenta value is 0.00%
  • yellow value is 91.74%
  • key color value is 57.25%
CMYK:
(86,0,92,57)
C86M0Y92K57 
(86%,0%,92%,57%)
(0.86/0.00/0.92/0.57)	

CMYK percentages

%86.24
%0
%91.74
%57.25

Codes

Color #0F6D09 in popluar color models

0F6D09
RGB151099
HSL116°84.75%23.14%
HSB/HSV116°91.74%42.75%
CMYK86.24%0.00%91.74%
57.25%

Color #0F6D09 in popluar number systems.

HEX0F6D09
Decimal151099
Binary111111011011001
Octal1715511

Shades and tints

Shades of #0F6D09

#0F6D09
(15,109,9)
#0E6409
(14,100,9)
#0D5B09
(13,91,9)
#0C5209
(12,82,9)
#0B4909
(11,73,9)
#0A4009
(10,64,9)
#093709
(9,55,9)
#082E09
(8,46,9)
#072509
(7,37,9)
#061C09
(6,28,9)
#051309
(5,19,9)
#000000
(0,0,0)

Tints of #0F6D09

#0F6D09
(15,109,9)
#247A1F
(36,122,31)
#398735
(57,135,53)
#4E944B
(78,148,75)
#63A161
(99,161,97)
#78AE77
(120,174,119)
#8DBB8D
(141,187,141)
#A2C8A3
(162,200,163)
#B7D5B9
(183,213,185)
#CCE2CF
(204,226,207)
#E1EFE5
(225,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6D09 color. Also use rgb(15,109,9) instead hex code.

Text Font Color

.myTextColor { color: #0F6D09; }

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

This text font color is #0F6D09.


Background Color

.myBgColor { background-color: #0F6D09; }

<div style="background-color:#0F6D09">Inner text</div>

This div background color is #0F6D09.


Border color

.myBorderColor { border: 1px solid #0F6D09; }

<div style="border:3px solid #0F6D09">Div</div>

This div border color is #0F6D09.


Opacity

.myOpacity80 { color: #0F6D09; opacity: 0.8; }

<p style="color:#0F6D09;opacity:0.8;">80%</p>

Text with #0F6D09 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 #0F6D09;}

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

This text has shadow with #0F6D09 color.

.textShadow {text-shadow: 3px 3px 1px #0F6D09, 3px 3px 1px red;}

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

This text has shadow with #0F6D09 primary color and red secondary color.


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

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

This text has shadow with #0F6D09 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6D09 on black background.


Color preview on white background

This text has color #0F6D09 on white background.



Black color preview on #0F6D09 background

This text has black color on #0F6D09 background.


White color preview on #0F6D09 background

This text has white color on #0F6D09 background.