#768356

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

Shades of Finch #768356

Tints of Finch #768356

Color information

#768356 (or 0x768356) is unknown color: approx Finch. HEX triplet: 76, 83 and 56. RGB value is (118,131,86). Sum of RGB (Red+Green+Blue) = 118+131+86=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #768356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768356 is #897CA9. Grayscale: #7A7A7A. Windows color (decimal): -9010346 or 5669750. OLE color: 5669750.

HSL color Cylindrical-coordinate representation of color #768356: hue angle of 77.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #768356 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB11813186-
CMYK0.1000.340.49
HSL77.33º20.74%42.55%-
HSV(B)77.33º34.35%51.37%-
XYZ17.2720.7611.9-
YUV121.98107.69125.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=35.22%
G=39.10%
B=25.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118131860.1000.340.4977.3320.7442.55
Hex768356A022314d152b
Octal16620312612042611152553
Binary111011010000011101011010100100010110001100110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768356; }

 p { color: rgb(118,131,86); }

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

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

 a { background-color: rgb(118,131,86); }

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

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

 span { border-color: rgb(118,131,86); }

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