Color Hex Logo

#76b223 Color Hex

#76B223
(118,178,35)
0 Favorites   0 Comments

Color spaces of #76b223

RGB 11817835
HSL0.240.670.42
HSV85°80°70°
CMYK 0.340.000.80   0.30
XYZ23.695035.81377.2540
Yxy35.81370.35490.5364
Hunter Lab59.8445-34.052234.7044
CIE-Lab66.3773-40.389760.9520

#76b223 color RGB value is (118,178,35).

#76b223 hex color red value is 118, green value is 178 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #76b223 hue: 0.24 , saturation: 0.67 and the lightness value of 76b223 is 0.42.

The process color (four color CMYK) of #76b223 color hex is 0.34, 0.00, 0.80, 0.30. Web safe color of #76b223 is #669933. Color #76b223 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10110010 00100011
Octal 166 262 43
Decimal 118 178 35
Hex 76 B2 23

RGB Percentages of Color #76b223

%35.65
%53.78
%10.57

CMYK Percentages of Color #76b223

%34
%0
%80
%30

Triadic Colors of #76b223

#76b223 #2376b2 #b22376

Analogous Colors of #76b223

#76b223 #2fb223 #b2a723

Monochromatic Colors of #76b223

#76b223

Complementary Color

#76b223 #5f23b2

#76b223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76b223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76b223 Color CSS Codes

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

#76b223 Text Font Color

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

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


#76b223 Background Color

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

This div background color is #76b223


#76b223 Border Color

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

This div border color is #76b223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76b223


Comments

No comments written yet.

Please login to write comment.