COLOR #127819

HEX: #127819
RGB: (18,120,25)

Color info

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

RGB color model

#127819 color RGB value is (18,120,25).

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

RGB channels and saturation

R 18 of 255 = 7%
G 120 of 255 = 47%
B 25 of 255 = 10%

18
120
25

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

Portions of RGB colors in percentages

R + G + B =
18 + 120 + 25 = 163 (100%)
R 18 of 163 ~ 11.04%
G 120 of 163 ~ 73.62%
B 25 of 163 ~ 15.34%

%11.04
%73.62
%15.34

CMYK color model

#127819 color CMYK value is (85,0,79,53).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 79.17%
  • key color value is 52.94%
CMYK:
(85,0,79,53)
C85M0Y79K53 
(85%,0%,79%,53%)
(0.85/0.00/0.79/0.53)	

CMYK percentages

%85
%0
%79.17
%52.94

Codes

Color #127819 in popluar color models

127819
RGB1812025
HSL124°73.91%27.06%
HSB/HSV124°85.00%47.06%
CMYK85.00%0.00%79.17%
52.94%

Color #127819 in popluar number systems.

HEX127819
Decimal1812025
Binary10010111100011001
Octal2217031

Shades and tints

Shades of #127819

#127819
(18,120,25)
#116E17
(17,110,23)
#106415
(16,100,21)
#0F5A13
(15,90,19)
#0E5011
(14,80,17)
#0D460F
(13,70,15)
#0C3C0D
(12,60,13)
#0B320B
(11,50,11)
#0A2809
(10,40,9)
#091E07
(9,30,7)
#081405
(8,20,5)
#000000
(0,0,0)

Tints of #127819

#127819
(18,120,25)
#27842D
(39,132,45)
#3C9041
(60,144,65)
#519C55
(81,156,85)
#66A869
(102,168,105)
#7BB47D
(123,180,125)
#90C091
(144,192,145)
#A5CCA5
(165,204,165)
#BAD8B9
(186,216,185)
#CFE4CD
(207,228,205)
#E4F0E1
(228,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #127819; }

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

This text font color is #127819.


Background Color

.myBgColor { background-color: #127819; }

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

This div background color is #127819.


Border color

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

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

This div border color is #127819.


Opacity

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

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

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

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

This text has shadow with #127819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127819 on black background.


Color preview on white background

This text has color #127819 on white background.



Black color preview on #127819 background

This text has black color on #127819 background.


White color preview on #127819 background

This text has white color on #127819 background.