COLOR #127800

HEX: #127800
RGB: (18,120,0)

Color info

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

RGB color model

#127800 color RGB value is (18,120,0).

  • red value is 18;
  • green value is 120;
  • blue value is 0.
RGB:
(18,120,0)
(7%,47%,0%)

RGB channels and saturation

R 18 of 255 = 7%
G 120 of 255 = 47%
B 0 of 255 = 0%

18
120
0

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

Portions of RGB colors in percentages

R + G + B =
18 + 120 + 0 = 138 (100%)
R 18 of 138 ~ 13.04%
G 120 of 138 ~ 86.96%
B 0 of 138 ~ 0%

%13.04
%86.96

CMYK color model

#127800 color CMYK value is (85,0,100,53).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 52.94%
CMYK:
(85,0,100,53)
C85M0Y100K53 
(85%,0%,100%,53%)
(0.85/0.00/1.00/0.53)	

CMYK percentages

%85
%0
%100
%52.94

Codes

Color #127800 in popluar color models

127800
RGB181200
HSL111°100.00%23.53%
HSB/HSV111°100.00%47.06%
CMYK85.00%0.00%100.00%
52.94%

Color #127800 in popluar number systems.

HEX127800
Decimal181200
Binary1001011110000
Octal221700

Shades and tints

Shades of #127800

#127800
(18,120,0)
#116E00
(17,110,0)
#106400
(16,100,0)
#0F5A00
(15,90,0)
#0E5000
(14,80,0)
#0D4600
(13,70,0)
#0C3C00
(12,60,0)
#0B3200
(11,50,0)
#0A2800
(10,40,0)
#091E00
(9,30,0)
#081400
(8,20,0)
#000000
(0,0,0)

Tints of #127800

#127800
(18,120,0)
#278417
(39,132,23)
#3C902E
(60,144,46)
#519C45
(81,156,69)
#66A85C
(102,168,92)
#7BB473
(123,180,115)
#90C08A
(144,192,138)
#A5CCA1
(165,204,161)
#BAD8B8
(186,216,184)
#CFE4CF
(207,228,207)
#E4F0E6
(228,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127800 color. Also use rgb(18,120,0) instead hex code.

Text Font Color

.myTextColor { color: #127800; }

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

This text font color is #127800.


Background Color

.myBgColor { background-color: #127800; }

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

This div background color is #127800.


Border color

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

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

This div border color is #127800.


Opacity

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

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

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

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

This text has shadow with #127800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127800 on black background.


Color preview on white background

This text has color #127800 on white background.



Black color preview on #127800 background

This text has black color on #127800 background.


White color preview on #127800 background

This text has white color on #127800 background.