#768146

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

Shades of Finch #768146

Tints of Finch #768146

Color information

#768146 (or 0x768146) is unknown color: approx Finch. HEX triplet: 76, 81 and 46. RGB value is (118,129,70). Sum of RGB (Red+Green+Blue) = 118+129+70=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #768146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768146 is #897EB9. Grayscale: #777777. Windows color (decimal): -9010874 or 4620662. OLE color: 4620662.

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

Color convert

RGB11812970-
CMYK0.0900.460.49
HSL71.19º29.65%39.02%-
HSV(B)71.19º45.74%50.59%-
XYZ16.4319.998.79-
YUV118.98100.36127.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 129 (50.78% from 255) = 40.69%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=37.22%
G=40.69%
B=22.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129700.0900.460.4971.1929.6539.02
Hex768146902E31471e27
Octal16620110611056611073647
Binary111011010000001100011010010101110110001100011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768146; }

 p { color: rgb(118,129,70); }

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

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

 a { background-color: rgb(118,129,70); }

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

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

 span { border-color: rgb(118,129,70); }

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