COLOR #127018

HEX: #127018
RGB: (18,112,24)

Color info

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

RGB color model

#127018 color RGB value is (18,112,24).

  • red value is 18;
  • green value is 112;
  • blue value is 24.
RGB:
(18,112,24)
(7%,44%,9%)

RGB channels and saturation

R 18 of 255 = 7%
G 112 of 255 = 44%
B 24 of 255 = 9%

18
112
24

R + G + B ~ 20%. #127018 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 112 + 24 = 154 (100%)
R 18 of 154 ~ 11.69%
G 112 of 154 ~ 72.73%
B 24 of 154 ~ 15.58%

%11.69
%72.73
%15.58

CMYK color model

#127018 color CMYK value is (84,0,79,56).

  • cyan value is 83.93%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 56.08%
CMYK:
(84,0,79,56)
C84M0Y79K56 
(84%,0%,79%,56%)
(0.84/0.00/0.79/0.56)	

CMYK percentages

%83.93
%0
%78.57
%56.08

Codes

Color #127018 in popluar color models

127018
RGB1811224
HSL124°72.31%25.49%
HSB/HSV124°83.93%43.92%
CMYK83.93%0.00%78.57%
56.08%

Color #127018 in popluar number systems.

HEX127018
Decimal1811224
Binary10010111000011000
Octal2216030

Shades and tints

Shades of #127018

#127018
(18,112,24)
#116616
(17,102,22)
#105C14
(16,92,20)
#0F5212
(15,82,18)
#0E4810
(14,72,16)
#0D3E0E
(13,62,14)
#0C340C
(12,52,12)
#0B2A0A
(11,42,10)
#0A2008
(10,32,8)
#091606
(9,22,6)
#080C04
(8,12,4)
#000000
(0,0,0)

Tints of #127018

#127018
(18,112,24)
#277D2D
(39,125,45)
#3C8A42
(60,138,66)
#519757
(81,151,87)
#66A46C
(102,164,108)
#7BB181
(123,177,129)
#90BE96
(144,190,150)
#A5CBAB
(165,203,171)
#BAD8C0
(186,216,192)
#CFE5D5
(207,229,213)
#E4F2EA
(228,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127018 color. Also use rgb(18,112,24) instead hex code.

Text Font Color

.myTextColor { color: #127018; }

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

This text font color is #127018.


Background Color

.myBgColor { background-color: #127018; }

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

This div background color is #127018.


Border color

.myBorderColor { border: 1px solid #127018; }

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

This div border color is #127018.


Opacity

.myOpacity80 { color: #127018; opacity: 0.8; }

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

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

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

This text has shadow with #127018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127018 on black background.


Color preview on white background

This text has color #127018 on white background.



Black color preview on #127018 background

This text has black color on #127018 background.


White color preview on #127018 background

This text has white color on #127018 background.