#707656

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

Shades of Finch #707656

Tints of Finch #707656

Color information

#707656 (or 0x707656) is unknown color: approx Finch. HEX triplet: 70, 76 and 56. RGB value is (112,118,86). Sum of RGB (Red+Green+Blue) = 112+118+86=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #707656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707656 is #8F89A9. Grayscale: #707070. Windows color (decimal): -9406890 or 5666416. OLE color: 5666416.

HSL color Cylindrical-coordinate representation of color #707656: hue angle of 71.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707656 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB11211886-
CMYK0.0500.270.54
HSL71.25º15.69%40%-
HSV(B)71.25º27.12%46.27%-
XYZ14.8417.0711.32-
YUV112.56113.01127.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=35.44%
G=37.34%
B=27.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118860.0500.270.5471.2515.6940
Hex707656501B36471028
Octal1601661265033661072050
Binary111000011101101010110101011011110110100011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707656; }

 p { color: rgb(112,118,86); }

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

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

 a { background-color: rgb(112,118,86); }

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

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

 span { border-color: rgb(112,118,86); }

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