Color Hex Logo

#7bb01f Color Hex

#7BB01F
(123,176,31)
0 Favorites   0 Comments

Color spaces of #7bb01f

RGB 12317631
HSL0.230.700.41
HSV82°82°69°
CMYK 0.300.000.82   0.31
XYZ23.941035.36066.8598
Yxy35.36060.36190.5345
Hunter Lab59.4648-32.197834.7857
CIE-Lab66.0285-37.800661.8466

#7bb01f color RGB value is (123,176,31).

#7bb01f hex color red value is 123, green value is 176 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #7bb01f hue: 0.23 , saturation: 0.70 and the lightness value of 7bb01f is 0.41.

The process color (four color CMYK) of #7bb01f color hex is 0.30, 0.00, 0.82, 0.31. Web safe color of #7bb01f is #669933. Color #7bb01f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10110000 00011111
Octal 173 260 37
Decimal 123 176 31
Hex 7B B0 1F

RGB Percentages of Color #7bb01f

%37.27
%53.33
%9.39

CMYK Percentages of Color #7bb01f

%30
%0
%82
%31

Triadic Colors of #7bb01f

#7bb01f #1f7bb0 #b01f7b

Analogous Colors of #7bb01f

#7bb01f #33b01f #b09d1f

Monochromatic Colors of #7bb01f

#7bb01f

Complementary Color

#7bb01f #541fb0

#7bb01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bb01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bb01f Color CSS Codes

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

#7bb01f Text Font Color

<p style="color:#7bb01f">Text here</p>

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


#7bb01f Background Color

<div style="background-color:#7bb01f">
Div content here</div>

This div background color is #7bb01f


#7bb01f Border Color

<div style="border:3px solid #7bb01f">
Div here</div>

This div border color is #7bb01f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,176,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7bb01f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7bb01f;
  -webkit-box-shadow: 1px 1px 3px 2px #7bb01f;
  box-shadow:         1px 1px 3px 2px #7bb01f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,176,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bb01f


Comments

No comments written yet.

Please login to write comment.