#798160

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

Shades of Finch #798160

Tints of Finch #798160

Color information

#798160 (or 0x798160) is unknown color: approx Finch. HEX triplet: 79, 81 and 60. RGB value is (121,129,96). Sum of RGB (Red+Green+Blue) = 121+129+96=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #798160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798160 is #867E9F. Grayscale: #7A7A7A. Windows color (decimal): -8814240 or 6324601. OLE color: 6324601.

HSL color Cylindrical-coordinate representation of color #798160: hue angle of 74.55º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #798160 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12112996-
CMYK0.0600.260.49
HSL74.55º14.67%44.12%-
HSV(B)74.55º25.58%50.59%-
XYZ17.8520.6114.1-
YUV122.85112.85126.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=34.97%
G=37.28%
B=27.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121129960.0600.260.4974.5514.6744.12
Hex798160601A314bf2c
Octal1712011406032611131754
Binary111100110000001110000011001101011000110010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798160; }

 p { color: rgb(121,129,96); }

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

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

 a { background-color: rgb(121,129,96); }

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

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

 span { border-color: rgb(121,129,96); }

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