COLOR #128756

HEX: #128756
RGB: (18,135,86)

Color info

#128756 contains mainly green and blue colors. Web safe color of #128756 is #009966 (or #096).

RGB color model

#128756 color RGB value is (18,135,86).

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

RGB channels and saturation

R 18 of 255 = 7%
G 135 of 255 = 53%
B 86 of 255 = 34%

18
135
86

R + G + B ~ 31%. #128756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 135 + 86 = 239 (100%)
R 18 of 239 ~ 7.53%
G 135 of 239 ~ 56.49%
B 86 of 239 ~ 35.98%

%56.49
%35.98

CMYK color model

#128756 color CMYK value is (87,0,36,47).

  • cyan value is 86.67%
  • magenta value is 0.00%
  • yellow value is 36.30%
  • key color value is 47.06%
CMYK:
(87,0,36,47)
C87M0Y36K47 
(87%,0%,36%,47%)
(0.87/0.00/0.36/0.47)	

CMYK percentages

%86.67
%0
%36.3
%47.06

Codes

Color #128756 in popluar color models

128756
RGB1813586
HSL155°76.47%30.00%
HSB/HSV155°86.67%52.94%
CMYK86.67%0.00%36.30%
47.06%

Color #128756 in popluar number systems.

HEX128756
Decimal1813586
Binary10010100001111010110
Octal22207126

Shades and tints

Shades of #128756

#128756
(18,135,86)
#117B4F
(17,123,79)
#106F48
(16,111,72)
#0F6341
(15,99,65)
#0E573A
(14,87,58)
#0D4B33
(13,75,51)
#0C3F2C
(12,63,44)
#0B3325
(11,51,37)
#0A271E
(10,39,30)
#091B17
(9,27,23)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #128756

#128756
(18,135,86)
#279165
(39,145,101)
#3C9B74
(60,155,116)
#51A583
(81,165,131)
#66AF92
(102,175,146)
#7BB9A1
(123,185,161)
#90C3B0
(144,195,176)
#A5CDBF
(165,205,191)
#BAD7CE
(186,215,206)
#CFE1DD
(207,225,221)
#E4EBEC
(228,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #128756; }

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

This text font color is #128756.


Background Color

.myBgColor { background-color: #128756; }

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

This div background color is #128756.


Border color

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

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

This div border color is #128756.


Opacity

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

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

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

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

This text has shadow with #128756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #128756 on black background.


Color preview on white background

This text has color #128756 on white background.



Black color preview on #128756 background

This text has black color on #128756 background.


White color preview on #128756 background

This text has white color on #128756 background.