#7C8348

Color #7C8348 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #7C8348

Tints of Finch #7C8348

Color information

#7C8348 (or 0x7C8348) is unknown color: approx Finch. HEX triplet: 7C, 83 and 48. RGB value is (124,131,72). Sum of RGB (Red+Green+Blue) = 124+131+72=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #7C8348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8348 is #837CB7. Grayscale: #7A7A7A. Windows color (decimal): -8617144 or 4752252. OLE color: 4752252.

HSL color Cylindrical-coordinate representation of color #7C8348: hue angle of 67.12º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C8348 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB12413172-
CMYK0.0500.450.49
HSL67.12º29.06%39.8%-
HSV(B)67.12º45.04%51.37%-
XYZ17.620.999.25-
YUV122.1899.68129.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 37.92%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=37.92%
G=40.06%
B=22.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124131720.0500.450.4967.1229.0639.8
Hex7C8348502D31431d28
Octal1742031105055611033550
Binary11111001000001110010001010101101110001100001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C8348; }

 p { color: rgb(124,131,72); }

 H1.HeaderClassName
 {
   color: #7C8348;
 }
 .AnyTagClassName
 {
   color: #7C8348;
 }
</style>
background-color css

<style>
 a { background-color: #7C8348; }

 a { background-color: rgb(124,131,72); }

 div.DivClassName
 {
   background-color: #7C8348;
 }
 .BgClassName
 {
   background-color: #7C8348;
 }
</style>
border-color css

<style>
 span { border-color: #7C8348; }

 span { border-color: rgb(124,131,72); }

 td.TdClassName
 {
   border-color: #7C8348;
 }
 .TagClassName
 {
   border-color: #7C8348;
 }
</style>