#758351

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

Shades of Finch #758351

Tints of Finch #758351

Color information

#758351 (or 0x758351) is unknown color: approx Finch. HEX triplet: 75, 83 and 51. RGB value is (117,131,81). Sum of RGB (Red+Green+Blue) = 117+131+81=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #758351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758351 is #8A7CAE. Grayscale: #797979. Windows color (decimal): -9075887 or 5342069. OLE color: 5342069.

HSL color Cylindrical-coordinate representation of color #758351: hue angle of 76.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758351 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB11713181-
CMYK0.1100.380.49
HSL76.8º23.58%41.57%-
HSV(B)76.8º38.17%51.37%-
XYZ16.9420.6110.87-
YUV121.11105.36125.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=35.56%
G=39.82%
B=24.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117131810.1100.380.4976.823.5841.57
Hex758351B026314d182a
Octal16520312113046611153052
Binary111010110000011101000110110100110110001100110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758351; }

 p { color: rgb(117,131,81); }

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

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

 a { background-color: rgb(117,131,81); }

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

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

 span { border-color: rgb(117,131,81); }

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