#757D41

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

Shades of Finch #757D41

Tints of Finch #757D41

Color information

#757D41 (or 0x757D41) is unknown color: approx Finch. HEX triplet: 75, 7D and 41. RGB value is (117,125,65). Sum of RGB (Red+Green+Blue) = 117+125+65=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 125 - color contains mainly: green. Hex color #757D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757D41 is #8A82BE. Grayscale: #747474. Windows color (decimal): -9077439 or 4291957. OLE color: 4291957.

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

Color convert

RGB11712565-
CMYK0.0600.480.51
HSL68º31.58%37.25%-
HSV(B)68º48%49.02%-
XYZ15.6218.837.81-
YUV115.7799.35128.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 125 (49.22% from 255) = 40.72%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=38.11%
G=40.72%
B=21.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117125650.0600.480.516831.5837.25
Hex757D41603033442025
Octal1651751016060631044045
Binary11101011111101100000111001100001100111000100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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