#768458

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

Shades of Finch #768458

Tints of Finch #768458

Color information

#768458 (or 0x768458) is unknown color: approx Finch. HEX triplet: 76, 84 and 58. RGB value is (118,132,88). Sum of RGB (Red+Green+Blue) = 118+132+88=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #768458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768458 is #897BA7. Grayscale: #7A7A7A. Windows color (decimal): -9010088 or 5801078. OLE color: 5801078.

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

Color convert

RGB11813288-
CMYK0.1100.330.48
HSL79.09º20%43.14%-
HSV(B)79.09º33.33%51.76%-
XYZ17.4821.0612.38-
YUV122.8108.36124.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 88 (34.77% from 255) = 26.04%
R=34.91%
G=39.05%
B=26.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132880.1100.330.4879.092043.14
Hex768458B021304f142b
Octal16620413013041601172453
Binary111011010000100101100010110100001110000100111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768458; }

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

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

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

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

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

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

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

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