Color Hex Logo

#126761 Color Hex

#126761
(18,103,97)
0 Favorites   0 Comments

Color spaces of #126761

RGB 1810397
HSL0.490.700.24
HSV176°83°40°
CMYK 0.830.000.06   0.60
XYZ7.257410.692212.9906
Yxy10.69220.23460.3456
Hunter Lab32.6989-17.6057-0.6654
CIE-Lab39.0571-25.1940-3.5323

#126761 color RGB value is (18,103,97).

#126761 hex color red value is 18, green value is 103 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #126761 hue: 0.49 , saturation: 0.70 and the lightness value of 126761 is 0.24.

The process color (four color CMYK) of #126761 color hex is 0.83, 0.00, 0.06, 0.60. Web safe color of #126761 is #006666. Color #126761 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100111 01100001
Octal 22 147 141
Decimal 18 103 97
Hex 12 67 61

RGB Percentages of Color #126761

%8.26
%47.25
%44.50

CMYK Percentages of Color #126761

%83
%0
%6
%60

Triadic Colors of #126761

#126761 #611267 #676112

Analogous Colors of #126761

#126761 #124367 #126737

Monochromatic Colors of #126761

#126761

Complementary Color

#126761 #671218

#126761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126761 Color CSS Codes

.mybgcolor {background-color:#126761; } 
.myforecolor {color:#126761; }
.mybordercolor {border:3px solid #126761; }

#126761 Text Font Color

<p style="color:#126761">Text here</p>

This sample text font color is #126761
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#126761 Background Color

<div style="background-color:#126761">
Div content here</div>

This div background color is #126761


#126761 Border Color

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

This div border color is #126761


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,103,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #126761; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #126761;
  -webkit-box-shadow: 1px 1px 3px 2px #126761;
  box-shadow:         1px 1px 3px 2px #126761; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,103,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #126761">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #126761;
  -webkit-box-shadow: 1px 1px 3px 2px #126761;
  box-shadow:         1px 1px 3px 2px #126761;">
Div content here</div>

This div box has shadow with color #126761


Comments

No comments written yet.

Please login to write comment.