#757D56

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

Shades of Finch #757D56

Tints of Finch #757D56

Color information

#757D56 (or 0x757D56) is unknown color: approx Finch. HEX triplet: 75, 7D and 56. RGB value is (117,125,86). Sum of RGB (Red+Green+Blue) = 117+125+86=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 125 - color contains mainly: green. Hex color #757D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D56 is #8A82A9. Grayscale: #767676. Windows color (decimal): -9077418 or 5668213. OLE color: 5668213.

HSL color Cylindrical-coordinate representation of color #757D56: hue angle of 72.31º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757D56 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB11712586-
CMYK0.0600.310.51
HSL72.31º18.48%41.37%-
HSV(B)72.31º31.2%49.02%-
XYZ16.3519.1211.63-
YUV118.16109.85127.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 125 (49.22% from 255) = 38.11%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=35.67%
G=38.11%
B=26.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117125860.0600.310.5172.3118.4841.37
Hex757D56601F33481229
Octal1651751266037631102251
Binary111010111111011010110110011111110011100100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757D56; }

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

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

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

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

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

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

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

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