#758147

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

Shades of Finch #758147

Tints of Finch #758147

Color information

#758147 (or 0x758147) is unknown color: approx Finch. HEX triplet: 75, 81 and 47. RGB value is (117,129,71). Sum of RGB (Red+Green+Blue) = 117+129+71=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #758147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758147 is #8A7EB8. Grayscale: #777777. Windows color (decimal): -9076409 or 4686197. OLE color: 4686197.

HSL color Cylindrical-coordinate representation of color #758147: hue angle of 72.41º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #758147 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB11712971-
CMYK0.0900.450.49
HSL72.41º29%39.22%-
HSV(B)72.41º44.96%50.59%-
XYZ16.3219.948.95-
YUV118.8101.02126.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 129 (50.78% from 255) = 40.69%
BLUE value IS 71 (28.12% from 255) = 22.40%
R=36.91%
G=40.69%
B=22.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129710.0900.450.4972.412939.22
Hex758147902D31481d27
Octal16520110711055611103547
Binary111010110000001100011110010101101110001100100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758147; }

 p { color: rgb(117,129,71); }

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

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

 a { background-color: rgb(117,129,71); }

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

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

 span { border-color: rgb(117,129,71); }

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