#757B45

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

Shades of Finch #757B45

Tints of Finch #757B45

Color information

#757B45 (or 0x757B45) is unknown color: approx Finch. HEX triplet: 75, 7B and 45. RGB value is (117,123,69). Sum of RGB (Red+Green+Blue) = 117+123+69=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #757B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B45 is #8A84BA. Grayscale: #737373. Windows color (decimal): -9077947 or 4553589. OLE color: 4553589.

HSL color Cylindrical-coordinate representation of color #757B45: hue angle of 66.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #757B45 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB11712369-
CMYK0.0500.440.52
HSL66.67º28.12%37.65%-
HSV(B)66.67º43.9%48.24%-
XYZ15.4918.388.36-
YUV115.05102.01129.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 69 (27.34% from 255) = 22.33%
R=37.86%
G=39.81%
B=22.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123690.0500.440.5266.6728.1237.65
Hex757B45502C34431c26
Octal1651731055054641033446
Binary1110101111101110001011010101100110100100001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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