#768651

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

Shades of Finch #768651

Tints of Finch #768651

Color information

#768651 (or 0x768651) is unknown color: approx Finch. HEX triplet: 76, 86 and 51. RGB value is (118,134,81). Sum of RGB (Red+Green+Blue) = 118+134+81=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #768651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768651 is #8979AE. Grayscale: #7B7B7B. Windows color (decimal): -9009583 or 5342838. OLE color: 5342838.

HSL color Cylindrical-coordinate representation of color #768651: hue angle of 78.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #768651 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB11813481-
CMYK0.1200.400.47
HSL78.11º24.65%42.16%-
HSV(B)78.11º39.55%52.55%-
XYZ17.4821.511.01-
YUV123.17104.2124.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=35.44%
G=40.24%
B=24.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134810.1200.400.4778.1124.6542.16
Hex768651C0282F4e192a
Octal16620612114050571163152
Binary111011010000110101000111000101000101111100111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768651; }

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

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

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

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

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

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

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

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