Color Hex Logo

#0d755a Color Hex

#0D755A
(13,117,90)
0 Favorites   0 Comments

Color spaces of #0d755a

RGB 1311790
HSL0.460.800.25
HSV164°89°46°
CMYK 0.890.000.23   0.54
XYZ8.372713.546311.8463
Yxy13.54630.24800.4012
Hunter Lab36.8053-23.80306.6804
CIE-Lab43.5751-34.31547.2375

#0d755a color RGB value is (13,117,90).

#0d755a hex color red value is 13, green value is 117 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #0d755a hue: 0.46 , saturation: 0.80 and the lightness value of 0d755a is 0.25.

The process color (four color CMYK) of #0d755a color hex is 0.89, 0.00, 0.23, 0.54. Web safe color of #0d755a is #006666. Color #0d755a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01110101 01011010
Octal 15 165 132
Decimal 13 117 90
Hex D 75 5A

RGB Percentages of Color #0d755a

%5.91
%53.18
%40.91

CMYK Percentages of Color #0d755a

%89
%0
%23
%54

Triadic Colors of #0d755a

#0d755a #5a0d75 #755a0d

Analogous Colors of #0d755a

#0d755a #0d5c75 #0d7526

Monochromatic Colors of #0d755a

#0d755a

Complementary Color

#0d755a #750d28

#0d755a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d755a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d755a Color CSS Codes

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

#0d755a Text Font Color

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

This sample text font color is #0d755a
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.


#0d755a Background Color

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

This div background color is #0d755a


#0d755a Border Color

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

This div border color is #0d755a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,117,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d755a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d755a;
  -webkit-box-shadow: 1px 1px 3px 2px #0d755a;
  box-shadow:         1px 1px 3px 2px #0d755a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,117,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d755a


Comments

No comments written yet.

Please login to write comment.