Color Hex Logo

#72b469 Color Hex

#72B469
(114,180,105)
0 Favorites   0 Comments

Color spaces of #72b469

RGB 114180105
HSL0.310.330.56
HSV113°42°71°
CMYK 0.370.000.42   0.29
XYZ25.810537.239819.1923
Yxy37.23980.31380.4528
Hunter Lab61.0244-31.295524.0703
CIE-Lab67.4566-35.942131.7527

#72b469 color RGB value is (114,180,105).

#72b469 hex color red value is 114, green value is 180 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #72b469 hue: 0.31 , saturation: 0.33 and the lightness value of 72b469 is 0.56.

The process color (four color CMYK) of #72b469 color hex is 0.37, 0.00, 0.42, 0.29. Web safe color of #72b469 is #66cc66. Color #72b469 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10110100 01101001
Octal 162 264 151
Decimal 114 180 105
Hex 72 B4 69

RGB Percentages of Color #72b469

%28.57
%45.11
%26.32

CMYK Percentages of Color #72b469

%37
%0
%42
%29

Triadic Colors of #72b469

#72b469 #6972b4 #b46972

Analogous Colors of #72b469

#72b469 #69b486 #98b469

Monochromatic Colors of #72b469

#72b469

Complementary Color

#72b469 #ab69b4

#72b469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72b469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72b469 Color CSS Codes

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

#72b469 Text Font Color

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

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


#72b469 Background Color

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

This div background color is #72b469


#72b469 Border Color

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

This div border color is #72b469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72b469


Comments

No comments written yet.

Please login to write comment.