Color Hex Logo

#73a664 Color Hex

#73A664
(115,166,100)
0 Favorites   0 Comments

Color spaces of #73a664

RGB 115166100
HSL0.300.270.52
HSV106°40°65°
CMYK 0.310.000.40   0.35
XYZ23.006731.837416.9892
Yxy31.83740.32030.4432
Hunter Lab56.4246-25.961221.6453
CIE-Lab63.2083-29.806928.8944

#73a664 color RGB value is (115,166,100).

#73a664 hex color red value is 115, green value is 166 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #73a664 hue: 0.30 , saturation: 0.27 and the lightness value of 73a664 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10100110 01100100
Octal 163 246 144
Decimal 115 166 100
Hex 73 A6 64

RGB Percentages of Color #73a664

%30.18
%43.57
%26.25

CMYK Percentages of Color #73a664

%31
%0
%40
%35

Triadic Colors of #73a664

#73a664 #6473a6 #a66473

Analogous Colors of #73a664

#73a664 #64a676 #94a664

Monochromatic Colors of #73a664

#73a664

Complementary Color

#73a664 #9764a6

#73a664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73a664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73a664 Color CSS Codes

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

#73a664 Text Font Color

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

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


#73a664 Background Color

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

This div background color is #73a664


#73a664 Border Color

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

This div border color is #73a664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73a664


Comments

No comments written yet.

Please login to write comment.