Color Hex Logo

#7bbd5a Color Hex

#7BBD5A
(123,189,90)
0 Favorites   0 Comments

Color spaces of #7bbd5a

RGB 12318990
HSL0.280.430.55
HSV100°52°74°
CMYK 0.350.000.52   0.26
XYZ28.211441.344316.1662
Yxy41.34430.32910.4823
Hunter Lab64.2995-34.207430.1030
CIE-Lab70.4165-38.957043.0899

#7bbd5a color RGB value is (123,189,90).

#7bbd5a hex color red value is 123, green value is 189 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7bbd5a hue: 0.28 , saturation: 0.43 and the lightness value of 7bbd5a is 0.55.

The process color (four color CMYK) of #7bbd5a color hex is 0.35, 0.00, 0.52, 0.26. Web safe color of #7bbd5a is #66cc66. Color #7bbd5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111101 01011010
Octal 173 275 132
Decimal 123 189 90
Hex 7B BD 5A

RGB Percentages of Color #7bbd5a

%30.60
%47.01
%22.39

CMYK Percentages of Color #7bbd5a

%35
%0
%52
%26

Triadic Colors of #7bbd5a

#7bbd5a #5a7bbd #bd5a7b

Analogous Colors of #7bbd5a

#7bbd5a #5abd6b #adbd5a

Monochromatic Colors of #7bbd5a

#7bbd5a

Complementary Color

#7bbd5a #9c5abd

#7bbd5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbd5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbd5a Color CSS Codes

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

#7bbd5a Text Font Color

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

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


#7bbd5a Background Color

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

This div background color is #7bbd5a


#7bbd5a Border Color

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

This div border color is #7bbd5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbd5a


Comments

No comments written yet.

Please login to write comment.