Color Hex Logo

#72c68a Color Hex

#72C68A
(114,198,138)
0 Favorites   0 Comments

Color spaces of #72c68a

RGB 114198138
HSL0.380.420.61
HSV137°42°78°
CMYK 0.420.000.30   0.22
XYZ31.721045.800631.2133
Yxy45.80060.29170.4212
Hunter Lab67.6761-34.767120.0278
CIE-Lab73.4160-38.592022.2923

#72c68a color RGB value is (114,198,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11000110 10001010
Octal 162 306 212
Decimal 114 198 138
Hex 72 C6 8A

RGB Percentages of Color #72c68a

%25.33
%44.00
%30.67

CMYK Percentages of Color #72c68a

%42
%0
%30
%22

Triadic Colors of #72c68a

#72c68a #8a72c6 #c68a72

Analogous Colors of #72c68a

#72c68a #72c6b4 #84c672

Monochromatic Colors of #72c68a

#72c68a

Complementary Color

#72c68a #c672ae

#72c68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72c68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72c68a Color CSS Codes

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

#72c68a Text Font Color

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

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


#72c68a Background Color

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

This div background color is #72c68a


#72c68a Border Color

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

This div border color is #72c68a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,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 #72c68a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72c68a


Comments

No comments written yet.

Please login to write comment.