Color Hex Logo

#73b112 Color Hex

#73B112
(115,177,18)
0 Favorites   0 Comments

Color spaces of #73b112

RGB 11517718
HSL0.230.820.38
HSV83°90°69°
CMYK 0.350.000.90   0.31
XYZ22.901635.13286.1465
Yxy35.13280.35680.5474
Hunter Lab59.2729-34.759635.3428
CIE-Lab65.8519-41.677264.4021

#73b112 color RGB value is (115,177,18).

#73b112 hex color red value is 115, green value is 177 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #73b112 hue: 0.23 , saturation: 0.82 and the lightness value of 73b112 is 0.38.

The process color (four color CMYK) of #73b112 color hex is 0.35, 0.00, 0.90, 0.31. Web safe color of #73b112 is #669900. Color #73b112 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10110001 00010010
Octal 163 261 22
Decimal 115 177 18
Hex 73 B1 12

RGB Percentages of Color #73b112

%37.10
%57.10
%5.81

CMYK Percentages of Color #73b112

%35
%0
%90
%31

Triadic Colors of #73b112

#73b112 #1273b1 #b11273

Analogous Colors of #73b112

#73b112 #24b112 #b1a012

Monochromatic Colors of #73b112

#73b112

Complementary Color

#73b112 #5012b1

#73b112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73b112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73b112 Color CSS Codes

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

#73b112 Text Font Color

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

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


#73b112 Background Color

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

This div background color is #73b112


#73b112 Border Color

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

This div border color is #73b112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73b112


Comments

No comments written yet.

Please login to write comment.