#768358

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

Shades of Finch #768358

Tints of Finch #768358

Color information

#768358 (or 0x768358) is unknown color: approx Finch. HEX triplet: 76, 83 and 58. RGB value is (118,131,88). Sum of RGB (Red+Green+Blue) = 118+131+88=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #768358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768358 is #897CA7. Grayscale: #7A7A7A. Windows color (decimal): -9010344 or 5800822. OLE color: 5800822.

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

Color convert

RGB11813188-
CMYK0.1000.330.49
HSL78.14º19.63%42.94%-
HSV(B)78.14º32.82%51.37%-
XYZ17.3520.7912.33-
YUV122.21108.69125-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 131 (51.56% from 255) = 38.87%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=35.01%
G=38.87%
B=26.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118131880.1000.330.4978.1419.6342.94
Hex768358A021314e142b
Octal16620313012041611162453
Binary111011010000011101100010100100001110001100111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768358; }

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

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

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

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

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

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

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

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