#768649

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

Shades of Finch #768649

Tints of Finch #768649

Color information

#768649 (or 0x768649) is unknown color: approx Finch. HEX triplet: 76, 86 and 49. RGB value is (118,134,73). Sum of RGB (Red+Green+Blue) = 118+134+73=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #768649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768649 is #8979B6. Grayscale: #7A7A7A. Windows color (decimal): -9009591 or 4818550. OLE color: 4818550.

HSL color Cylindrical-coordinate representation of color #768649: hue angle of 75.74º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768649 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB11813473-
CMYK0.1200.460.47
HSL75.74º29.47%40.59%-
HSV(B)75.74º45.52%52.55%-
XYZ17.221.389.52-
YUV122.26100.2124.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=36.31%
G=41.23%
B=22.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134730.1200.460.4775.7429.4740.59
Hex768649C02E2F4c1d29
Octal16620611114056571143551
Binary111011010000110100100111000101110101111100110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768649; }

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

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

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

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

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

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

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

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