Color Hex Logo

#73c68a Color Hex

#73C68A
(115,198,138)
0 Favorites   0 Comments

Color spaces of #73c68a

RGB 115198138
HSL0.380.420.61
HSV137°42°78°
CMYK 0.420.000.30   0.22
XYZ31.851845.868031.2194
Yxy45.86800.29240.4210
Hunter Lab67.7259-34.571020.0774
CIE-Lab73.4598-38.304922.3592

#73c68a color RGB value is (115,198,138).

#73c68a hex color red value is 115, green value is 198 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #73c68a hue: 0.38 , saturation: 0.42 and the lightness value of 73c68a is 0.61.

The process color (four color CMYK) of #73c68a color hex is 0.42, 0.00, 0.30, 0.22. Web safe color of #73c68a is #66cc99. Color #73c68a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11000110 10001010
Octal 163 306 212
Decimal 115 198 138
Hex 73 C6 8A

RGB Percentages of Color #73c68a

%25.50
%43.90
%30.60

CMYK Percentages of Color #73c68a

%42
%0
%30
%22

Triadic Colors of #73c68a

#73c68a #8a73c6 #c68a73

Analogous Colors of #73c68a

#73c68a #73c6b4 #86c673

Monochromatic Colors of #73c68a

#73c68a

Complementary Color

#73c68a #c673af

#73c68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73c68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73c68a Color CSS Codes

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

#73c68a Text Font Color

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

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


#73c68a Background Color

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

This div background color is #73c68a


#73c68a Border Color

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

This div border color is #73c68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73c68a


Comments

No comments written yet.

Please login to write comment.