#758648

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

Shades of Finch #758648

Tints of Finch #758648

Color information

#758648 (or 0x758648) is unknown color: approx Finch. HEX triplet: 75, 86 and 48. RGB value is (117,134,72). Sum of RGB (Red+Green+Blue) = 117+134+72=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #758648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758648 is #8A79B7. Grayscale: #7A7A7A. Windows color (decimal): -9075128 or 4753013. OLE color: 4753013.

HSL color Cylindrical-coordinate representation of color #758648: hue angle of 76.45º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #758648 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB11713472-
CMYK0.1300.460.47
HSL76.45º30.1%40.39%-
HSV(B)76.45º46.27%52.55%-
XYZ17.0321.39.34-
YUV121.8599.87124.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=36.22%
G=41.49%
B=22.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134720.1300.460.4776.4530.140.39
Hex758648D02E2F4c1e28
Octal16520611015056571143650
Binary111010110000110100100011010101110101111100110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758648; }

 p { color: rgb(117,134,72); }

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

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

 a { background-color: rgb(117,134,72); }

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

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

 span { border-color: rgb(117,134,72); }

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