#707356

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

Shades of Finch #707356

Tints of Finch #707356

Color information

#707356 (or 0x707356) is unknown color: approx Finch. HEX triplet: 70, 73 and 56. RGB value is (112,115,86). Sum of RGB (Red+Green+Blue) = 112+115+86=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 115 - color contains mainly: green. Hex color #707356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707356 is #8F8CA9. Grayscale: #6E6E6E. Windows color (decimal): -9407658 or 5665648. OLE color: 5665648.

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

Color convert

RGB11211586-
CMYK0.0300.250.55
HSL66.21º14.43%39.41%-
HSV(B)66.21º25.22%45.1%-
XYZ14.4916.3811.2-
YUV110.8114.01128.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=35.78%
G=36.74%
B=27.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115860.0300.250.5566.2114.4339.41
Hex70735630193742e27
Octal1601631263031671021647
Binary1110000111001110101101101100111011110000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707356; }

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

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

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

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

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

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

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

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