#707650

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

Shades of Finch #707650

Tints of Finch #707650

Color information

#707650 (or 0x707650) is unknown color: approx Finch. HEX triplet: 70, 76 and 50. RGB value is (112,118,80). Sum of RGB (Red+Green+Blue) = 112+118+80=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #707650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707650 is #8F89AF. Grayscale: #707070. Windows color (decimal): -9406896 or 5273200. OLE color: 5273200.

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

Color convert

RGB11211880-
CMYK0.0500.320.54
HSL69.47º19.19%38.82%-
HSV(B)69.47º32.2%46.27%-
XYZ14.6116.9810.1-
YUV111.87110.01128.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=36.13%
G=38.06%
B=25.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118800.0500.320.5469.4719.1938.82
Hex707650502036451327
Octal1601661205040661052347
Binary1110000111011010100001010100000110110100010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707650; }

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

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

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

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

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

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

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

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