#778250

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

Shades of Finch #778250

Tints of Finch #778250

Color information

#778250 (or 0x778250) is unknown color: approx Finch. HEX triplet: 77, 82 and 50. RGB value is (119,130,80). Sum of RGB (Red+Green+Blue) = 119+130+80=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #778250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778250 is #887DAF. Grayscale: #797979. Windows color (decimal): -8945072 or 5276279. OLE color: 5276279.

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

Color convert

RGB11913080-
CMYK0.0800.380.49
HSL73.2º23.81%41.18%-
HSV(B)73.2º38.46%50.98%-
XYZ17.0420.4710.64-
YUV121.01104.86126.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=36.17%
G=39.51%
B=24.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130800.0800.380.4973.223.8141.18
Hex778250802631491829
Octal16720212010046611113051
Binary111011110000010101000010000100110110001100100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778250; }

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

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

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

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

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

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

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

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