Color Hex Logo

#76a458 Color Hex

#76A458
(118,164,88)
0 Favorites   0 Comments

Color spaces of #76a458

RGB 11816488
HSL0.270.300.49
HSV96°46°64°
CMYK 0.280.000.46   0.36
XYZ22.508131.107114.0505
Yxy31.10710.33260.4597
Hunter Lab55.7737-25.568424.1053
CIE-Lab62.5979-29.443734.4472

#76a458 color RGB value is (118,164,88).

#76a458 hex color red value is 118, green value is 164 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #76a458 hue: 0.27 , saturation: 0.30 and the lightness value of 76a458 is 0.49.

The process color (four color CMYK) of #76a458 color hex is 0.28, 0.00, 0.46, 0.36. Web safe color of #76a458 is #669966. Color #76a458 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10100100 01011000
Octal 166 244 130
Decimal 118 164 88
Hex 76 A4 58

RGB Percentages of Color #76a458

%31.89
%44.32
%23.78

CMYK Percentages of Color #76a458

%28
%0
%46
%36

Triadic Colors of #76a458

#76a458 #5876a4 #a45876

Analogous Colors of #76a458

#76a458 #58a460 #9ca458

Monochromatic Colors of #76a458

#76a458

Complementary Color

#76a458 #8658a4

#76a458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76a458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76a458 Color CSS Codes

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

#76a458 Text Font Color

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

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


#76a458 Background Color

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

This div background color is #76a458


#76a458 Border Color

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

This div border color is #76a458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76a458


Comments

No comments written yet.

Please login to write comment.