Color Hex Logo

#76b256 Color Hex

#76B256
(118,178,86)
0 Favorites   0 Comments

Color spaces of #76b256

RGB 11817886
HSL0.280.370.52
HSV99°52°70°
CMYK 0.340.000.52   0.30
XYZ25.071336.364214.5017
Yxy36.36420.33020.4789
Hunter Lab60.3027-31.317127.9538
CIE-Lab66.7973-36.221340.6169

#76b256 color RGB value is (118,178,86).

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

The process color (four color CMYK) of #76b256 color hex is 0.34, 0.00, 0.52, 0.30. Web safe color of #76b256 is #669966. Color #76b256 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10110010 01010110
Octal 166 262 126
Decimal 118 178 86
Hex 76 B2 56

RGB Percentages of Color #76b256

%30.89
%46.60
%22.51

CMYK Percentages of Color #76b256

%34
%0
%52
%30

Triadic Colors of #76b256

#76b256 #5676b2 #b25676

Analogous Colors of #76b256

#76b256 #56b264 #a4b256

Monochromatic Colors of #76b256

#76b256

Complementary Color

#76b256 #9256b2

#76b256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76b256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76b256 Color CSS Codes

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

#76b256 Text Font Color

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

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


#76b256 Background Color

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

This div background color is #76b256


#76b256 Border Color

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

This div border color is #76b256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76b256


Comments

No comments written yet.

Please login to write comment.