COLOR #117F01

HEX: #117F01
RGB: (17,127,1)

Color info

#117F01 contains mainly green color. Web safe color of #117F01 is #006600 (or #060).

RGB color model

#117F01 color RGB value is (17,127,1).

  • red value is 17;
  • green value is 127;
  • blue value is 1.
RGB:
(17,127,1)
(7%,50%,0%)

RGB channels and saturation

R 17 of 255 = 7%
G 127 of 255 = 50%
B 1 of 255 = 0%

17
127
1

R + G + B ~ 19%. #117F01 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 127 + 1 = 145 (100%)
R 17 of 145 ~ 11.72%
G 127 of 145 ~ 87.59%
B 1 of 145 ~ 0.69%

%11.72
%87.59

CMYK color model

#117F01 color CMYK value is (87,0,99,50).

  • cyan value is 86.61%
  • magenta value is 0.00%
  • yellow value is 99.21%
  • key color value is 50.20%
CMYK:
(87,0,99,50)
C87M0Y99K50 
(87%,0%,99%,50%)
(0.87/0.00/0.99/0.50)	

CMYK percentages

%86.61
%0
%99.21
%50.2

Codes

Color #117F01 in popluar color models

117F01
RGB171271
HSL112°98.44%25.10%
HSB/HSV112°99.21%49.80%
CMYK86.61%0.00%99.21%
50.20%

Color #117F01 in popluar number systems.

HEX117F01
Decimal171271
Binary1000111111111
Octal211771

Shades and tints

Shades of #117F01

#117F01
(17,127,1)
#107401
(16,116,1)
#0F6901
(15,105,1)
#0E5E01
(14,94,1)
#0D5301
(13,83,1)
#0C4801
(12,72,1)
#0B3D01
(11,61,1)
#0A3201
(10,50,1)
#092701
(9,39,1)
#081C01
(8,28,1)
#071101
(7,17,1)
#000000
(0,0,0)

Tints of #117F01

#117F01
(17,127,1)
#268A18
(38,138,24)
#3B952F
(59,149,47)
#50A046
(80,160,70)
#65AB5D
(101,171,93)
#7AB674
(122,182,116)
#8FC18B
(143,193,139)
#A4CCA2
(164,204,162)
#B9D7B9
(185,215,185)
#CEE2D0
(206,226,208)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117F01 color. Also use rgb(17,127,1) instead hex code.

Text Font Color

.myTextColor { color: #117F01; }

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

This text font color is #117F01.


Background Color

.myBgColor { background-color: #117F01; }

<div style="background-color:#117F01">Inner text</div>

This div background color is #117F01.


Border color

.myBorderColor { border: 1px solid #117F01; }

<div style="border:3px solid #117F01">Div</div>

This div border color is #117F01.


Opacity

.myOpacity80 { color: #117F01; opacity: 0.8; }

<p style="color:#117F01;opacity:0.8;">80%</p>

Text with #117F01 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 #117F01;}

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

This text has shadow with #117F01 color.

.textShadow {text-shadow: 3px 3px 1px #117F01, 3px 3px 1px red;}

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

This text has shadow with #117F01 primary color and red secondary color.


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

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

This text has shadow with #117F01 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117F01 on black background.


Color preview on white background

This text has color #117F01 on white background.



Black color preview on #117F01 background

This text has black color on #117F01 background.


White color preview on #117F01 background

This text has white color on #117F01 background.