Color Hex Logo

#73b17d Color Hex

#73B17D
(115,177,125)
0 Favorites   0 Comments

Color spaces of #73b17d

RGB 115177125
HSL0.360.280.57
HSV130°35°69°
CMYK 0.350.000.29   0.31
XYZ26.494036.569825.0643
Yxy36.56980.30060.4150
Hunter Lab60.4730-27.624517.7571
CIE-Lab66.9530-30.938420.4493

#73b17d color RGB value is (115,177,125).

#73b17d hex color red value is 115, green value is 177 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #73b17d hue: 0.36 , saturation: 0.28 and the lightness value of 73b17d is 0.57.

The process color (four color CMYK) of #73b17d color hex is 0.35, 0.00, 0.29, 0.31. Web safe color of #73b17d is #669966. Color #73b17d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10110001 01111101
Octal 163 261 175
Decimal 115 177 125
Hex 73 B1 7D

RGB Percentages of Color #73b17d

%27.58
%42.45
%29.98

CMYK Percentages of Color #73b17d

%35
%0
%29
%31

Triadic Colors of #73b17d

#73b17d #7d73b1 #b17d73

Analogous Colors of #73b17d

#73b17d #73b19c #88b173

Monochromatic Colors of #73b17d

#73b17d

Complementary Color

#73b17d #b173a7

#73b17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73b17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73b17d Color CSS Codes

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

#73b17d Text Font Color

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

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


#73b17d Background Color

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

This div background color is #73b17d


#73b17d Border Color

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

This div border color is #73b17d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,177,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73b17d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73b17d;
  -webkit-box-shadow: 1px 1px 3px 2px #73b17d;
  box-shadow:         1px 1px 3px 2px #73b17d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,177,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73b17d


Comments

No comments written yet.

Please login to write comment.