Color Hex Logo

#72ba67 Color Hex

#72BA67
(114,186,103)
0 Favorites   0 Comments

Color spaces of #72ba67

RGB 114186103
HSL0.310.380.57
HSV112°45°73°
CMYK 0.390.000.45   0.27
XYZ26.946539.674519.0697
Yxy39.67450.31450.4630
Hunter Lab62.9877-33.865126.1412
CIE-Lab69.2371-38.934535.0619

#72ba67 color RGB value is (114,186,103).

#72ba67 hex color red value is 114, green value is 186 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #72ba67 hue: 0.31 , saturation: 0.38 and the lightness value of 72ba67 is 0.57.

The process color (four color CMYK) of #72ba67 color hex is 0.39, 0.00, 0.45, 0.27. Web safe color of #72ba67 is #66cc66. Color #72ba67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111010 01100111
Octal 162 272 147
Decimal 114 186 103
Hex 72 BA 67

RGB Percentages of Color #72ba67

%28.29
%46.15
%25.56

CMYK Percentages of Color #72ba67

%39
%0
%45
%27

Triadic Colors of #72ba67

#72ba67 #6772ba #ba6772

Analogous Colors of #72ba67

#72ba67 #67ba86 #9cba67

Monochromatic Colors of #72ba67

#72ba67

Complementary Color

#72ba67 #af67ba

#72ba67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ba67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ba67 Color CSS Codes

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

#72ba67 Text Font Color

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

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


#72ba67 Background Color

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

This div background color is #72ba67


#72ba67 Border Color

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

This div border color is #72ba67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ba67


Comments

No comments written yet.

Please login to write comment.