#768246

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

Shades of Finch #768246

Tints of Finch #768246

Color information

#768246 (or 0x768246) is unknown color: approx Finch. HEX triplet: 76, 82 and 46. RGB value is (118,130,70). Sum of RGB (Red+Green+Blue) = 118+130+70=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #768246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768246 is #897DB9. Grayscale: #777777. Windows color (decimal): -9010618 or 4620918. OLE color: 4620918.

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

Color convert

RGB11813070-
CMYK0.0900.460.49
HSL72º30%39.22%-
HSV(B)72º46.15%50.98%-
XYZ16.5620.268.83-
YUV119.57100.02126.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 70 (27.73% from 255) = 22.01%
R=37.11%
G=40.88%
B=22.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130700.0900.460.49723039.22
Hex768246902E31481e27
Octal16620210611056611103647
Binary111011010000010100011010010101110110001100100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768246; }

 p { color: rgb(118,130,70); }

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

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

 a { background-color: rgb(118,130,70); }

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

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

 span { border-color: rgb(118,130,70); }

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