#707D49

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

Shades of Finch #707D49

Tints of Finch #707D49

Color information

#707D49 (or 0x707D49) is unknown color: approx Finch. HEX triplet: 70, 7D and 49. RGB value is (112,125,73). Sum of RGB (Red+Green+Blue) = 112+125+73=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #707D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707D49 is #8F82B6. Grayscale: #737373. Windows color (decimal): -9405111 or 4816240. OLE color: 4816240.

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

Color convert

RGB11212573-
CMYK0.1000.420.51
HSL75º26.26%38.82%-
HSV(B)75º41.6%49.02%-
XYZ15.2218.599.09-
YUV115.18104.19125.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=36.13%
G=40.32%
B=23.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112125730.1000.420.517526.2638.82
Hex707D49A02A334b1a27
Octal16017511112052631133247
Binary11100001111101100100110100101010110011100101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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