Color Hex Logo

#7ca76b Color Hex

#7CA76B
(124,167,107)
0 Favorites   0 Comments

Color spaces of #7ca76b

RGB 124167107
HSL0.290.250.54
HSV103°36°65°
CMYK 0.260.000.36   0.35
XYZ24.784732.984118.9702
Yxy32.98410.32300.4298
Hunter Lab57.4318-23.473920.6183
CIE-Lab64.1480-26.028826.4826

#7ca76b color RGB value is (124,167,107).

#7ca76b hex color red value is 124, green value is 167 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #7ca76b hue: 0.29 , saturation: 0.25 and the lightness value of 7ca76b is 0.54.

The process color (four color CMYK) of #7ca76b color hex is 0.26, 0.00, 0.36, 0.35. Web safe color of #7ca76b is #669966. Color #7ca76b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100111 01101011
Octal 174 247 153
Decimal 124 167 107
Hex 7C A7 6B

RGB Percentages of Color #7ca76b

%31.16
%41.96
%26.88

CMYK Percentages of Color #7ca76b

%26
%0
%36
%35

Triadic Colors of #7ca76b

#7ca76b #6b7ca7 #a76b7c

Analogous Colors of #7ca76b

#7ca76b #6ba778 #9aa76b

Monochromatic Colors of #7ca76b

#7ca76b

Complementary Color

#7ca76b #966ba7

#7ca76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca76b Color CSS Codes

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

#7ca76b Text Font Color

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

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


#7ca76b Background Color

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

This div background color is #7ca76b


#7ca76b Border Color

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

This div border color is #7ca76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca76b


Comments

No comments written yet.

Please login to write comment.