#707360

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

Shades of Finch #707360

Tints of Finch #707360

Color information

#707360 (or 0x707360) is unknown color: approx Finch. HEX triplet: 70, 73 and 60. RGB value is (112,115,96). Sum of RGB (Red+Green+Blue) = 112+115+96=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 115 - color contains mainly: green. Hex color #707360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707360 is #8F8C9F. Grayscale: #707070. Windows color (decimal): -9407648 or 6321008. OLE color: 6321008.

HSL color Cylindrical-coordinate representation of color #707360: hue angle of 69.47º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #707360 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB11211596-
CMYK0.0300.170.55
HSL69.47º9%41.37%-
HSV(B)69.47º16.52%45.1%-
XYZ14.9216.5513.47-
YUV111.94119.01128.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=34.67%
G=35.60%
B=29.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115960.0300.170.5569.47941.37
Hex70736030113745929
Octal1601631403021671051151
Binary1110000111001111000001101000111011110001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707360; }

 p { color: rgb(112,115,96); }

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

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

 a { background-color: rgb(112,115,96); }

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

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

 span { border-color: rgb(112,115,96); }

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