COLOR #126759

HEX: #126759
RGB: (18,103,89)

Color info

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

RGB color model

#126759 color RGB value is (18,103,89).

  • red value is 18;
  • green value is 103;
  • blue value is 89.
RGB:
(18,103,89)
(7%,40%,35%)

RGB channels and saturation

R 18 of 255 = 7%
G 103 of 255 = 40%
B 89 of 255 = 35%

18
103
89

R + G + B ~ 27%. #126759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 103 + 89 = 210 (100%)
R 18 of 210 ~ 8.57%
G 103 of 210 ~ 49.05%
B 89 of 210 ~ 42.38%

%49.05
%42.38

CMYK color model

#126759 color CMYK value is (83,0,14,60).

  • cyan value is 82.52%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 59.61%
CMYK:
(83,0,14,60)
C83M0Y14K60 
(83%,0%,14%,60%)
(0.83/0.00/0.14/0.60)	

CMYK percentages

%82.52
%0
%13.59
%59.61

Codes

Color #126759 in popluar color models

126759
RGB1810389
HSL170°70.25%23.73%
HSB/HSV170°82.52%40.39%
CMYK82.52%0.00%13.59%
59.61%

Color #126759 in popluar number systems.

HEX126759
Decimal1810389
Binary1001011001111011001
Octal22147131

Shades and tints

Shades of #126759

#126759
(18,103,89)
#115E51
(17,94,81)
#105549
(16,85,73)
#0F4C41
(15,76,65)
#0E4339
(14,67,57)
#0D3A31
(13,58,49)
#0C3129
(12,49,41)
#0B2821
(11,40,33)
#0A1F19
(10,31,25)
#091611
(9,22,17)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #126759

#126759
(18,103,89)
#277468
(39,116,104)
#3C8177
(60,129,119)
#518E86
(81,142,134)
#669B95
(102,155,149)
#7BA8A4
(123,168,164)
#90B5B3
(144,181,179)
#A5C2C2
(165,194,194)
#BACFD1
(186,207,209)
#CFDCE0
(207,220,224)
#E4E9EF
(228,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126759 color. Also use rgb(18,103,89) instead hex code.

Text Font Color

.myTextColor { color: #126759; }

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

This text font color is #126759.


Background Color

.myBgColor { background-color: #126759; }

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

This div background color is #126759.


Border color

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

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

This div border color is #126759.


Opacity

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

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

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

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

This text has shadow with #126759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126759 on black background.


Color preview on white background

This text has color #126759 on white background.



Black color preview on #126759 background

This text has black color on #126759 background.


White color preview on #126759 background

This text has white color on #126759 background.