Color Hex Logo

#72993d Color Hex

#72993D
(114,153,61)
0 Favorites   0 Comments

Color spaces of #72993d

RGB 11415361
HSL0.240.430.42
HSV85°60°60°
CMYK 0.250.000.60   0.40
XYZ19.173026.69688.5574
Yxy26.69680.35230.4905
Hunter Lab51.6689-24.184026.3487
CIE-Lab58.6926-28.712843.1113

#72993d color RGB value is (114,153,61).

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

The process color (four color CMYK) of #72993d color hex is 0.25, 0.00, 0.60, 0.40. Web safe color of #72993d is #669933. Color #72993d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011001 00111101
Octal 162 231 75
Decimal 114 153 61
Hex 72 99 3D

RGB Percentages of Color #72993d

%34.76
%46.65
%18.60

CMYK Percentages of Color #72993d

%25
%0
%60
%40

Triadic Colors of #72993d

#72993d #3d7299 #993d72

Analogous Colors of #72993d

#72993d #44993d #99923d

Monochromatic Colors of #72993d

#72993d

Complementary Color

#72993d #643d99

#72993d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72993d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72993d Color CSS Codes

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

#72993d Text Font Color

<p style="color:#72993d">Text here</p>

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


#72993d Background Color

<div style="background-color:#72993d">
Div content here</div>

This div background color is #72993d


#72993d Border Color

<div style="border:3px solid #72993d">
Div here</div>

This div border color is #72993d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,153,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72993d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72993d;
  -webkit-box-shadow: 1px 1px 3px 2px #72993d;
  box-shadow:         1px 1px 3px 2px #72993d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72993d


Comments

No comments written yet.

Please login to write comment.