Color Hex Logo

#76b915 Color Hex

#76B915
(118,185,21)
0 Favorites   0 Comments

Color spaces of #76b915

RGB 11818521
HSL0.230.800.40
HSV85°89°73°
CMYK 0.360.000.89   0.27
XYZ24.955538.60366.8454
Yxy38.60360.35450.5483
Hunter Lab62.1318-37.035436.9600
CIE-Lab68.4631-43.896366.1000

#76b915 color RGB value is (118,185,21).

#76b915 hex color red value is 118, green value is 185 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #76b915 hue: 0.23 , saturation: 0.80 and the lightness value of 76b915 is 0.40.

The process color (four color CMYK) of #76b915 color hex is 0.36, 0.00, 0.89, 0.27. Web safe color of #76b915 is #66cc00. Color #76b915 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111001 00010101
Octal 166 271 25
Decimal 118 185 21
Hex 76 B9 15

RGB Percentages of Color #76b915

%36.42
%57.10
%6.48

CMYK Percentages of Color #76b915

%36
%0
%89
%27

Triadic Colors of #76b915

#76b915 #1576b9 #b91576

Analogous Colors of #76b915

#76b915 #24b915 #b9aa15

Monochromatic Colors of #76b915

#76b915

Complementary Color

#76b915 #5815b9

#76b915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76b915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76b915 Color CSS Codes

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

#76b915 Text Font Color

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

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


#76b915 Background Color

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

This div background color is #76b915


#76b915 Border Color

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

This div border color is #76b915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76b915


Comments

No comments written yet.

Please login to write comment.