Color Hex Logo

#7cb95b Color Hex

#7CB95B
(124,185,91)
0 Favorites   0 Comments

Color spaces of #7cb95b

RGB 12418591
HSL0.270.400.54
HSV99°51°73°
CMYK 0.330.000.51   0.27
XYZ27.549539.738316.1158
Yxy39.73830.33030.4765
Hunter Lab63.0383-32.307628.9693
CIE-Lab69.2827-36.699241.2453

#7cb95b color RGB value is (124,185,91).

#7cb95b hex color red value is 124, green value is 185 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #7cb95b hue: 0.27 , saturation: 0.40 and the lightness value of 7cb95b is 0.54.

The process color (four color CMYK) of #7cb95b color hex is 0.33, 0.00, 0.51, 0.27. Web safe color of #7cb95b is #66cc66. Color #7cb95b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111001 01011011
Octal 174 271 133
Decimal 124 185 91
Hex 7C B9 5B

RGB Percentages of Color #7cb95b

%31.00
%46.25
%22.75

CMYK Percentages of Color #7cb95b

%33
%0
%51
%27

Triadic Colors of #7cb95b

#7cb95b #5b7cb9 #b95b7c

Analogous Colors of #7cb95b

#7cb95b #5bb969 #abb95b

Monochromatic Colors of #7cb95b

#7cb95b

Complementary Color

#7cb95b #985bb9

#7cb95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb95b Color CSS Codes

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

#7cb95b Text Font Color

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

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


#7cb95b Background Color

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

This div background color is #7cb95b


#7cb95b Border Color

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

This div border color is #7cb95b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,185,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cb95b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cb95b;
  -webkit-box-shadow: 1px 1px 3px 2px #7cb95b;
  box-shadow:         1px 1px 3px 2px #7cb95b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb95b


Comments

No comments written yet.

Please login to write comment.