#707C49

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

Shades of Finch #707C49

Tints of Finch #707C49

Color information

#707C49 (or 0x707C49) is unknown color: approx Finch. HEX triplet: 70, 7C and 49. RGB value is (112,124,73). Sum of RGB (Red+Green+Blue) = 112+124+73=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #707C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C49 is #8F83B6. Grayscale: #727272. Windows color (decimal): -9405367 or 4815984. OLE color: 4815984.

HSL color Cylindrical-coordinate representation of color #707C49: hue angle of 74.12º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707C49 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB11212473-
CMYK0.1000.410.51
HSL74.12º25.89%38.63%-
HSV(B)74.12º41.13%48.63%-
XYZ15.0918.349.05-
YUV114.6104.52126.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=36.25%
G=40.13%
B=23.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112124730.1000.410.5174.1225.8938.63
Hex707C49A029334a1a27
Octal16017411112051631123247
Binary11100001111100100100110100101001110011100101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707C49; }

 p { color: rgb(112,124,73); }

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

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

 a { background-color: rgb(112,124,73); }

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

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

 span { border-color: rgb(112,124,73); }

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