COLOR #127856

HEX: #127856
RGB: (18,120,86)

Color info

#127856 contains mainly green and blue colors. Web safe color of #127856 is #006666 (or #066).

RGB color model

#127856 color RGB value is (18,120,86).

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

RGB channels and saturation

R 18 of 255 = 7%
G 120 of 255 = 47%
B 86 of 255 = 34%

18
120
86

R + G + B ~ 29%. #127856 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 120 + 86 = 224 (100%)
R 18 of 224 ~ 8.04%
G 120 of 224 ~ 53.57%
B 86 of 224 ~ 38.39%

%53.57
%38.39

CMYK color model

#127856 color CMYK value is (85,0,28,53).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 52.94%
CMYK:
(85,0,28,53)
C85M0Y28K53 
(85%,0%,28%,53%)
(0.85/0.00/0.28/0.53)	

CMYK percentages

%85
%0
%28.33
%52.94

Codes

Color #127856 in popluar color models

127856
RGB1812086
HSL160°73.91%27.06%
HSB/HSV160°85.00%47.06%
CMYK85.00%0.00%28.33%
52.94%

Color #127856 in popluar number systems.

HEX127856
Decimal1812086
Binary1001011110001010110
Octal22170126

Shades and tints

Shades of #127856

#127856
(18,120,86)
#116E4F
(17,110,79)
#106448
(16,100,72)
#0F5A41
(15,90,65)
#0E503A
(14,80,58)
#0D4633
(13,70,51)
#0C3C2C
(12,60,44)
#0B3225
(11,50,37)
#0A281E
(10,40,30)
#091E17
(9,30,23)
#081410
(8,20,16)
#000000
(0,0,0)

Tints of #127856

#127856
(18,120,86)
#278465
(39,132,101)
#3C9074
(60,144,116)
#519C83
(81,156,131)
#66A892
(102,168,146)
#7BB4A1
(123,180,161)
#90C0B0
(144,192,176)
#A5CCBF
(165,204,191)
#BAD8CE
(186,216,206)
#CFE4DD
(207,228,221)
#E4F0EC
(228,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #127856; }

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

This text font color is #127856.


Background Color

.myBgColor { background-color: #127856; }

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

This div background color is #127856.


Border color

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

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

This div border color is #127856.


Opacity

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

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

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

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

This text has shadow with #127856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127856 on black background.


Color preview on white background

This text has color #127856 on white background.



Black color preview on #127856 background

This text has black color on #127856 background.


White color preview on #127856 background

This text has white color on #127856 background.