COLOR #127918

HEX: #127918
RGB: (18,121,24)

Color info

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

RGB color model

#127918 color RGB value is (18,121,24).

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

RGB channels and saturation

R 18 of 255 = 7%
G 121 of 255 = 47%
B 24 of 255 = 9%

18
121
24

R + G + B ~ 21%. #127918 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 121 + 24 = 163 (100%)
R 18 of 163 ~ 11.04%
G 121 of 163 ~ 74.23%
B 24 of 163 ~ 14.72%

%11.04
%74.23
%14.72

CMYK color model

#127918 color CMYK value is (85,0,80,53).

  • cyan value is 85.12%
  • magenta value is 0.00%
  • yellow value is 80.17%
  • key color value is 52.55%
CMYK:
(85,0,80,53)
C85M0Y80K53 
(85%,0%,80%,53%)
(0.85/0.00/0.80/0.53)	

CMYK percentages

%85.12
%0
%80.17
%52.55

Codes

Color #127918 in popluar color models

127918
RGB1812124
HSL123°74.10%27.25%
HSB/HSV123°85.12%47.45%
CMYK85.12%0.00%80.17%
52.55%

Color #127918 in popluar number systems.

HEX127918
Decimal1812124
Binary10010111100111000
Octal2217130

Shades and tints

Shades of #127918

#127918
(18,121,24)
#116E16
(17,110,22)
#106314
(16,99,20)
#0F5812
(15,88,18)
#0E4D10
(14,77,16)
#0D420E
(13,66,14)
#0C370C
(12,55,12)
#0B2C0A
(11,44,10)
#0A2108
(10,33,8)
#091606
(9,22,6)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #127918

#127918
(18,121,24)
#27852D
(39,133,45)
#3C9142
(60,145,66)
#519D57
(81,157,87)
#66A96C
(102,169,108)
#7BB581
(123,181,129)
#90C196
(144,193,150)
#A5CDAB
(165,205,171)
#BAD9C0
(186,217,192)
#CFE5D5
(207,229,213)
#E4F1EA
(228,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #127918; }

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

This text font color is #127918.


Background Color

.myBgColor { background-color: #127918; }

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

This div background color is #127918.


Border color

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

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

This div border color is #127918.


Opacity

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

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

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

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

This text has shadow with #127918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127918 on black background.


Color preview on white background

This text has color #127918 on white background.



Black color preview on #127918 background

This text has black color on #127918 background.


White color preview on #127918 background

This text has white color on #127918 background.