#757945

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

Shades of Finch #757945

Tints of Finch #757945

Color information

#757945 (or 0x757945) is unknown color: approx Finch. HEX triplet: 75, 79 and 45. RGB value is (117,121,69). Sum of RGB (Red+Green+Blue) = 117+121+69=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #757945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757945 is #8A86BA. Grayscale: #727272. Windows color (decimal): -9078459 or 4553077. OLE color: 4553077.

HSL color Cylindrical-coordinate representation of color #757945: hue angle of 64.62º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757945 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB11712169-
CMYK0.0300.430.53
HSL64.62º27.37%37.25%-
HSV(B)64.62º42.98%47.45%-
XYZ15.2517.898.28-
YUV113.88102.67130.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=38.11%
G=39.41%
B=22.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121690.0300.430.5364.6227.3737.25
Hex757945302B35411b25
Octal1651711053053651013345
Binary111010111110011000101110101011110101100000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757945; }

 p { color: rgb(117,121,69); }

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

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

 a { background-color: rgb(117,121,69); }

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

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

 span { border-color: rgb(117,121,69); }

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