Color Hex Logo

#73a82d Color Hex

#73A82D
(115,168,45)
0 Favorites   0 Comments

Color spaces of #73a82d

RGB 11516845
HSL0.240.580.42
HSV86°73°66°
CMYK 0.320.000.73   0.34
XYZ21.546531.83967.4927
Yxy31.83960.35390.5230
Hunter Lab56.4266-30.586331.6257
CIE-Lab63.2101-36.551854.6115

#73a82d color RGB value is (115,168,45).

#73a82d hex color red value is 115, green value is 168 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #73a82d hue: 0.24 , saturation: 0.58 and the lightness value of 73a82d is 0.42.

The process color (four color CMYK) of #73a82d color hex is 0.32, 0.00, 0.73, 0.34. Web safe color of #73a82d is #669933. Color #73a82d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101000 00101101
Octal 163 250 55
Decimal 115 168 45
Hex 73 A8 2D

RGB Percentages of Color #73a82d

%35.06
%51.22
%13.72

CMYK Percentages of Color #73a82d

%32
%0
%73
%34

Triadic Colors of #73a82d

#73a82d #2d73a8 #a82d73

Analogous Colors of #73a82d

#73a82d #36a82d #a8a02d

Monochromatic Colors of #73a82d

#73a82d

Complementary Color

#73a82d #622da8

#73a82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73a82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73a82d Color CSS Codes

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

#73a82d Text Font Color

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

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


#73a82d Background Color

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

This div background color is #73a82d


#73a82d Border Color

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

This div border color is #73a82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73a82d


Comments

No comments written yet.

Please login to write comment.