#758651

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

Shades of Finch #758651

Tints of Finch #758651

Color information

#758651 (or 0x758651) is unknown color: approx Finch. HEX triplet: 75, 86 and 51. RGB value is (117,134,81). Sum of RGB (Red+Green+Blue) = 117+134+81=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #758651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758651 is #8A79AE. Grayscale: #7B7B7B. Windows color (decimal): -9075119 or 5342837. OLE color: 5342837.

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

Color convert

RGB11713481-
CMYK0.1300.400.47
HSL79.25º24.65%42.16%-
HSV(B)79.25º39.55%52.55%-
XYZ17.3521.4311.01-
YUV122.87104.37123.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=35.24%
G=40.36%
B=24.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134810.1300.400.4779.2524.6542.16
Hex758651D0282F4f192a
Octal16520612115050571173152
Binary111010110000110101000111010101000101111100111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758651; }

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

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

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

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

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

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

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

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