COLOR #128C61

HEX: #128C61
RGB: (18,140,97)

Color info

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

RGB color model

#128C61 color RGB value is (18,140,97).

  • red value is 18;
  • green value is 140;
  • blue value is 97.
RGB:
(18,140,97)
(7%,55%,38%)

RGB channels and saturation

R 18 of 255 = 7%
G 140 of 255 = 55%
B 97 of 255 = 38%

18
140
97

R + G + B ~ 33%. #128C61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 140 + 97 = 255 (100%)
R 18 of 255 ~ 7.06%
G 140 of 255 ~ 54.9%
B 97 of 255 ~ 38.04%

%54.9
%38.04

CMYK color model

#128C61 color CMYK value is (87,0,31,45).

  • cyan value is 87.14%
  • magenta value is 0.00%
  • yellow value is 30.71%
  • key color value is 45.10%
CMYK:
(87,0,31,45)
C87M0Y31K45 
(87%,0%,31%,45%)
(0.87/0.00/0.31/0.45)	

CMYK percentages

%87.14
%0
%30.71
%45.1

Codes

Color #128C61 in popluar color models

128C61
RGB1814097
HSL159°77.22%30.98%
HSB/HSV159°87.14%54.90%
CMYK87.14%0.00%30.71%
45.10%

Color #128C61 in popluar number systems.

HEX128C61
Decimal1814097
Binary10010100011001100001
Octal22214141

Shades and tints

Shades of #128C61

#128C61
(18,140,97)
#118059
(17,128,89)
#107451
(16,116,81)
#0F6849
(15,104,73)
#0E5C41
(14,92,65)
#0D5039
(13,80,57)
#0C4431
(12,68,49)
#0B3829
(11,56,41)
#0A2C21
(10,44,33)
#092019
(9,32,25)
#081411
(8,20,17)
#000000
(0,0,0)

Tints of #128C61

#128C61
(18,140,97)
#27966F
(39,150,111)
#3CA07D
(60,160,125)
#51AA8B
(81,170,139)
#66B499
(102,180,153)
#7BBEA7
(123,190,167)
#90C8B5
(144,200,181)
#A5D2C3
(165,210,195)
#BADCD1
(186,220,209)
#CFE6DF
(207,230,223)
#E4F0ED
(228,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #128C61 color. Also use rgb(18,140,97) instead hex code.

Text Font Color

.myTextColor { color: #128C61; }

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

This text font color is #128C61.


Background Color

.myBgColor { background-color: #128C61; }

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

This div background color is #128C61.


Border color

.myBorderColor { border: 1px solid #128C61; }

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

This div border color is #128C61.


Opacity

.myOpacity80 { color: #128C61; opacity: 0.8; }

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

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

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

This text has shadow with #128C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #128C61 on black background.


Color preview on white background

This text has color #128C61 on white background.



Black color preview on #128C61 background

This text has black color on #128C61 background.


White color preview on #128C61 background

This text has white color on #128C61 background.