#70785A

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

Shades of Finch #70785A

Tints of Finch #70785A

Color information

#70785A (or 0x70785A) is unknown color: approx Finch. HEX triplet: 70, 78 and 5A. RGB value is (112,120,90). Sum of RGB (Red+Green+Blue) = 112+120+90=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #70785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70785A is #8F87A5. Grayscale: #727272. Windows color (decimal): -9406374 or 5929072. OLE color: 5929072.

HSL color Cylindrical-coordinate representation of color #70785A: hue angle of 76º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #70785A is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB11212090-
CMYK0.0700.250.53
HSL76º14.29%41.18%-
HSV(B)76º25%47.06%-
XYZ15.2417.6212.27-
YUV114.19114.35126.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=34.78%
G=37.27%
B=27.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120900.0700.250.537614.2941.18
Hex70785A7019354ce29
Octal1601701327031651141651
Binary11100001111000101101011101100111010110011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70785A; }

 p { color: rgb(112,120,90); }

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

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

 a { background-color: rgb(112,120,90); }

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

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

 span { border-color: rgb(112,120,90); }

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