#768249

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

Shades of Finch #768249

Tints of Finch #768249

Color information

#768249 (or 0x768249) is unknown color: approx Finch. HEX triplet: 76, 82 and 49. RGB value is (118,130,73). Sum of RGB (Red+Green+Blue) = 118+130+73=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #768249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768249 is #897DB6. Grayscale: #787878. Windows color (decimal): -9010615 or 4817526. OLE color: 4817526.

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

Color convert

RGB11813073-
CMYK0.0900.440.49
HSL72.63º28.08%39.8%-
HSV(B)72.63º43.85%50.98%-
XYZ16.6620.39.34-
YUV119.91101.52126.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=36.76%
G=40.50%
B=22.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130730.0900.440.4972.6328.0839.8
Hex768249902C31491c28
Octal16620211111054611113450
Binary111011010000010100100110010101100110001100100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768249; }

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

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

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

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

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

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

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

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