#758356

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

Shades of Finch #758356

Tints of Finch #758356

Color information

#758356 (or 0x758356) is unknown color: approx Finch. HEX triplet: 75, 83 and 56. RGB value is (117,131,86). Sum of RGB (Red+Green+Blue) = 117+131+86=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 131 - color contains mainly: green. Hex color #758356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758356 is #8A7CA9. Grayscale: #797979. Windows color (decimal): -9075882 or 5669749. OLE color: 5669749.

HSL color Cylindrical-coordinate representation of color #758356: hue angle of 78.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #758356 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB11713186-
CMYK0.1100.340.49
HSL78.67º20.74%42.55%-
HSV(B)78.67º34.35%51.37%-
XYZ17.1320.6911.89-
YUV121.68107.86124.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 131 (51.56% from 255) = 39.22%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=35.03%
G=39.22%
B=25.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117131860.1100.340.4978.6720.7442.55
Hex758356B022314f152b
Octal16520312613042611172553
Binary111010110000011101011010110100010110001100111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758356; }

 p { color: rgb(117,131,86); }

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

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

 a { background-color: rgb(117,131,86); }

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

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

 span { border-color: rgb(117,131,86); }

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