#707653

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

Shades of Finch #707653

Tints of Finch #707653

Color information

#707653 (or 0x707653) is unknown color: approx Finch. HEX triplet: 70, 76 and 53. RGB value is (112,118,83). Sum of RGB (Red+Green+Blue) = 112+118+83=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #707653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707653 is #8F89AC. Grayscale: #707070. Windows color (decimal): -9406893 or 5469808. OLE color: 5469808.

HSL color Cylindrical-coordinate representation of color #707653: hue angle of 70.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707653 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB11211883-
CMYK0.0500.300.54
HSL70.29º17.41%39.41%-
HSV(B)70.29º29.66%46.27%-
XYZ14.7217.0310.69-
YUV112.22111.51127.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=35.78%
G=37.70%
B=26.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118830.0500.300.5470.2917.4139.41
Hex707653501E36461127
Octal1601661235036661062147
Binary111000011101101010011101011110110110100011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707653; }

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

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

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

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

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

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

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

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