#778245

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

Shades of Finch #778245

Tints of Finch #778245

Color information

#778245 (or 0x778245) is unknown color: approx Finch. HEX triplet: 77, 82 and 45. RGB value is (119,130,69). Sum of RGB (Red+Green+Blue) = 119+130+69=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #778245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778245 is #887DBA. Grayscale: #777777. Windows color (decimal): -8945083 or 4555383. OLE color: 4555383.

HSL color Cylindrical-coordinate representation of color #778245: hue angle of 70.82º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #778245 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB11913069-
CMYK0.0800.470.49
HSL70.82º30.65%39.02%-
HSV(B)70.82º46.92%50.98%-
XYZ16.6620.328.67-
YUV119.7699.36127.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 69 (27.34% from 255) = 21.70%
R=37.42%
G=40.88%
B=21.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130690.0800.470.4970.8230.6539.02
Hex778245802F31471f27
Octal16720210510057611073747
Binary111011110000010100010110000101111110001100011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778245; }

 p { color: rgb(119,130,69); }

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

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

 a { background-color: rgb(119,130,69); }

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

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

 span { border-color: rgb(119,130,69); }

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