COLOR #0F750F

HEX: #0F750F
RGB: (15,117,15)

Color info

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

RGB color model

#0F750F color RGB value is (15,117,15).

  • red value is 15;
  • green value is 117;
  • blue value is 15.
RGB:
(15,117,15)
(6%,46%,6%)

RGB channels and saturation

R 15 of 255 = 6%
G 117 of 255 = 46%
B 15 of 255 = 6%

15
117
15

R + G + B ~ 19%. #0F750F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 117 + 15 = 147 (100%)
R 15 of 147 ~ 10.2%
G 117 of 147 ~ 79.59%
B 15 of 147 ~ 10.2%

%10.2
%79.59
%10.2

CMYK color model

#0F750F color CMYK value is (87,0,87,54).

  • cyan value is 87.18%
  • magenta value is 0.00%
  • yellow value is 87.18%
  • key color value is 54.12%
CMYK:
(87,0,87,54)
C87M0Y87K54 
(87%,0%,87%,54%)
(0.87/0.00/0.87/0.54)	

CMYK percentages

%87.18
%0
%87.18
%54.12

Codes

Color #0F750F in popluar color models

0F750F
RGB1511715
HSL120°77.27%25.88%
HSB/HSV120°87.18%45.88%
CMYK87.18%0.00%87.18%
54.12%

Color #0F750F in popluar number systems.

HEX0F750F
Decimal1511715
Binary111111101011111
Octal1716517

Shades and tints

Shades of #0F750F

#0F750F
(15,117,15)
#0E6B0E
(14,107,14)
#0D610D
(13,97,13)
#0C570C
(12,87,12)
#0B4D0B
(11,77,11)
#0A430A
(10,67,10)
#093909
(9,57,9)
#082F08
(8,47,8)
#072507
(7,37,7)
#061B06
(6,27,6)
#051105
(5,17,5)
#000000
(0,0,0)

Tints of #0F750F

#0F750F
(15,117,15)
#248124
(36,129,36)
#398D39
(57,141,57)
#4E994E
(78,153,78)
#63A563
(99,165,99)
#78B178
(120,177,120)
#8DBD8D
(141,189,141)
#A2C9A2
(162,201,162)
#B7D5B7
(183,213,183)
#CCE1CC
(204,225,204)
#E1EDE1
(225,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F750F; }

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

This text font color is #0F750F.


Background Color

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

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

This div background color is #0F750F.


Border color

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

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

This div border color is #0F750F.


Opacity

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

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

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

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

This text has shadow with #0F750F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F750F on black background.


Color preview on white background

This text has color #0F750F on white background.



Black color preview on #0F750F background

This text has black color on #0F750F background.


White color preview on #0F750F background

This text has white color on #0F750F background.