#7C8356

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

Shades of Finch #7C8356

Tints of Finch #7C8356

Color information

#7C8356 (or 0x7C8356) is unknown color: approx Finch. HEX triplet: 7C, 83 and 56. RGB value is (124,131,86). Sum of RGB (Red+Green+Blue) = 124+131+86=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #7C8356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8356 is #837CA9. Grayscale: #7B7B7B. Windows color (decimal): -8617130 or 5669756. OLE color: 5669756.

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

Color convert

RGB12413186-
CMYK0.0500.340.49
HSL69.33º20.74%42.55%-
HSV(B)69.33º34.35%51.37%-
XYZ18.1121.1911.94-
YUV123.78106.68128.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.36%
GREEN value IS 131 (51.56% from 255) = 38.42%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=36.36%
G=38.42%
B=25.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124131860.0500.340.4969.3320.7442.55
Hex7C835650223145152b
Octal1742031265042611052553
Binary11111001000001110101101010100010110001100010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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