COLOR #0F6E10

HEX: #0F6E10
RGB: (15,110,16)

Color info

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

RGB color model

#0F6E10 color RGB value is (15,110,16).

  • red value is 15;
  • green value is 110;
  • blue value is 16.
RGB:
(15,110,16)
(6%,43%,6%)

RGB channels and saturation

R 15 of 255 = 6%
G 110 of 255 = 43%
B 16 of 255 = 6%

15
110
16

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

Portions of RGB colors in percentages

R + G + B =
15 + 110 + 16 = 141 (100%)
R 15 of 141 ~ 10.64%
G 110 of 141 ~ 78.01%
B 16 of 141 ~ 11.35%

%10.64
%78.01
%11.35

CMYK color model

#0F6E10 color CMYK value is (86,0,85,57).

  • cyan value is 86.36%
  • magenta value is 0.00%
  • yellow value is 85.45%
  • key color value is 56.86%
CMYK:
(86,0,85,57)
C86M0Y85K57 
(86%,0%,85%,57%)
(0.86/0.00/0.85/0.57)	

CMYK percentages

%86.36
%0
%85.45
%56.86

Codes

Color #0F6E10 in popluar color models

0F6E10
RGB1511016
HSL121°76.00%24.51%
HSB/HSV121°86.36%43.14%
CMYK86.36%0.00%85.45%
56.86%

Color #0F6E10 in popluar number systems.

HEX0F6E10
Decimal1511016
Binary1111110111010000
Octal1715620

Shades and tints

Shades of #0F6E10

#0F6E10
(15,110,16)
#0E640F
(14,100,15)
#0D5A0E
(13,90,14)
#0C500D
(12,80,13)
#0B460C
(11,70,12)
#0A3C0B
(10,60,11)
#09320A
(9,50,10)
#082809
(8,40,9)
#071E08
(7,30,8)
#061407
(6,20,7)
#050A06
(5,10,6)
#000000
(0,0,0)

Tints of #0F6E10

#0F6E10
(15,110,16)
#247B25
(36,123,37)
#39883A
(57,136,58)
#4E954F
(78,149,79)
#63A264
(99,162,100)
#78AF79
(120,175,121)
#8DBC8E
(141,188,142)
#A2C9A3
(162,201,163)
#B7D6B8
(183,214,184)
#CCE3CD
(204,227,205)
#E1F0E2
(225,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6E10 color. Also use rgb(15,110,16) instead hex code.

Text Font Color

.myTextColor { color: #0F6E10; }

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

This text font color is #0F6E10.


Background Color

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

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

This div background color is #0F6E10.


Border color

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

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

This div border color is #0F6E10.


Opacity

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

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

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

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

This text has shadow with #0F6E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6E10 on black background.


Color preview on white background

This text has color #0F6E10 on white background.



Black color preview on #0F6E10 background

This text has black color on #0F6E10 background.


White color preview on #0F6E10 background

This text has white color on #0F6E10 background.