Color Hex Logo

#72983c Color Hex

#72983C
(114,152,60)
0 Favorites   0 Comments

Color spaces of #72983c

RGB 11415260
HSL0.240.430.42
HSV85°61°60°
CMYK 0.250.000.61   0.40
XYZ18.983326.36018.3625
Yxy26.36010.35350.4908
Hunter Lab51.3421-23.849826.2824
CIE-Lab58.3773-28.323943.2231

#72983c color RGB value is (114,152,60).

#72983c hex color red value is 114, green value is 152 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #72983c hue: 0.24 , saturation: 0.43 and the lightness value of 72983c is 0.42.

The process color (four color CMYK) of #72983c color hex is 0.25, 0.00, 0.61, 0.40. Web safe color of #72983c is #669933. Color #72983c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011000 00111100
Octal 162 230 74
Decimal 114 152 60
Hex 72 98 3C

RGB Percentages of Color #72983c

%34.97
%46.63
%18.40

CMYK Percentages of Color #72983c

%25
%0
%61
%40

Triadic Colors of #72983c

#72983c #3c7298 #983c72

Analogous Colors of #72983c

#72983c #44983c #98903c

Monochromatic Colors of #72983c

#72983c

Complementary Color

#72983c #623c98

#72983c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72983c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72983c Color CSS Codes

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

#72983c Text Font Color

<p style="color:#72983c">Text here</p>

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


#72983c Background Color

<div style="background-color:#72983c">
Div content here</div>

This div background color is #72983c


#72983c Border Color

<div style="border:3px solid #72983c">
Div here</div>

This div border color is #72983c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,152,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72983c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72983c;
  -webkit-box-shadow: 1px 1px 3px 2px #72983c;
  box-shadow:         1px 1px 3px 2px #72983c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,152,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72983c

#72983c Color Palettes


Comments

No comments written yet.

Please login to write comment.