#707269

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

Shades of Finch #707269

Tints of Finch #707269

Color information

#707269 (or 0x707269) is unknown color: approx Finch. HEX triplet: 70, 72 and 69. RGB value is (112,114,105). Sum of RGB (Red+Green+Blue) = 112+114+105=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 114 - color contains mainly: green. Hex color #707269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707269 is #8F8D96. Grayscale: #707070. Windows color (decimal): -9407895 or 6910576. OLE color: 6910576.

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

Color convert

RGB112114105-
CMYK0.0200.080.55
HSL73.33º4.11%42.94%-
HSV(B)73.33º7.89%44.71%-
XYZ15.2516.515.75-
YUV112.38123.84127.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=33.84%
G=34.44%
B=31.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121141050.0200.080.5573.334.1142.94
Hex707269208374942b
Octal160162151201067111453
Binary11100001110010110100110010001101111001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707269; }

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

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

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

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

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

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

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

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