#707260

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

Shades of Finch #707260

Tints of Finch #707260

Color information

#707260 (or 0x707260) is unknown color: approx Finch. HEX triplet: 70, 72 and 60. RGB value is (112,114,96). Sum of RGB (Red+Green+Blue) = 112+114+96=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 114 - color contains mainly: green. Hex color #707260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707260 is #8F8D9F. Grayscale: #6F6F6F. Windows color (decimal): -9407904 or 6320752. OLE color: 6320752.

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

Color convert

RGB11211496-
CMYK0.0200.160.55
HSL66.67º8.57%41.18%-
HSV(B)66.67º15.79%44.71%-
XYZ14.8116.3213.44-
YUV111.35119.34128.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=34.78%
G=35.40%
B=29.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114960.0200.160.5566.678.5741.18
Hex70726020103743929
Octal1601621402020671031151
Binary1110000111001011000001001000011011110000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707260; }

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

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

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

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

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

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

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

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