#768156

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

Shades of Finch #768156

Tints of Finch #768156

Color information

#768156 (or 0x768156) is unknown color: approx Finch. HEX triplet: 76, 81 and 56. RGB value is (118,129,86). Sum of RGB (Red+Green+Blue) = 118+129+86=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #768156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768156 is #897EA9. Grayscale: #787878. Windows color (decimal): -9010858 or 5669238. OLE color: 5669238.

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

Color convert

RGB11812986-
CMYK0.0900.330.49
HSL75.35º20%42.16%-
HSV(B)75.35º33.33%50.59%-
XYZ1720.2211.81-
YUV120.81108.36126-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 129 (50.78% from 255) = 38.74%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=35.44%
G=38.74%
B=25.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129860.0900.330.4975.352042.16
Hex7681569021314b142a
Octal16620112611041611132452
Binary111011010000001101011010010100001110001100101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768156; }

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

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

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

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

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

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

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

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