#768459

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

Shades of Finch #768459

Tints of Finch #768459

Color information

#768459 (or 0x768459) is unknown color: approx Finch. HEX triplet: 76, 84 and 59. RGB value is (118,132,89). Sum of RGB (Red+Green+Blue) = 118+132+89=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #768459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768459 is #897BA6. Grayscale: #7B7B7B. Windows color (decimal): -9010087 or 5866614. OLE color: 5866614.

HSL color Cylindrical-coordinate representation of color #768459: hue angle of 79.53º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #768459 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB11813289-
CMYK0.1100.330.48
HSL79.53º19.46%43.33%-
HSV(B)79.53º32.58%51.76%-
XYZ17.5321.0812.6-
YUV122.91108.86124.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=34.81%
G=38.94%
B=26.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132890.1100.330.4879.5319.4643.33
Hex768459B0213050132b
Octal16620413113041601202353
Binary111011010000100101100110110100001110000101000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768459; }

 p { color: rgb(118,132,89); }

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

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

 a { background-color: rgb(118,132,89); }

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

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

 span { border-color: rgb(118,132,89); }

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