Color Hex Logo

#76ab5c Color Hex

#76AB5C
(118,171,92)
0 Favorites   0 Comments

Color spaces of #76ab5c

RGB 11817192
HSL0.280.320.52
HSV100°46°67°
CMYK 0.310.000.46   0.33
XYZ23.965933.750115.3765
Yxy33.75010.32790.4617
Hunter Lab58.0948-28.029224.9736
CIE-Lab64.7637-32.239835.0970

#76ab5c color RGB value is (118,171,92).

#76ab5c hex color red value is 118, green value is 171 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #76ab5c hue: 0.28 , saturation: 0.32 and the lightness value of 76ab5c is 0.52.

The process color (four color CMYK) of #76ab5c color hex is 0.31, 0.00, 0.46, 0.33. Web safe color of #76ab5c is #669966. Color #76ab5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101011 01011100
Octal 166 253 134
Decimal 118 171 92
Hex 76 AB 5C

RGB Percentages of Color #76ab5c

%30.97
%44.88
%24.15

CMYK Percentages of Color #76ab5c

%31
%0
%46
%33

Triadic Colors of #76ab5c

#76ab5c #5c76ab #ab5c76

Analogous Colors of #76ab5c

#76ab5c #5cab6a #9eab5c

Monochromatic Colors of #76ab5c

#76ab5c

Complementary Color

#76ab5c #915cab

#76ab5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ab5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ab5c Color CSS Codes

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

#76ab5c Text Font Color

<p style="color:#76ab5c">Text here</p>

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


#76ab5c Background Color

<div style="background-color:#76ab5c">
Div content here</div>

This div background color is #76ab5c


#76ab5c Border Color

<div style="border:3px solid #76ab5c">
Div here</div>

This div border color is #76ab5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,171,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76ab5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76ab5c;
  -webkit-box-shadow: 1px 1px 3px 2px #76ab5c;
  box-shadow:         1px 1px 3px 2px #76ab5c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,171,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ab5c


Comments

No comments written yet.

Please login to write comment.