#758450

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

Shades of Finch #758450

Tints of Finch #758450

Color information

#758450 (or 0x758450) is unknown color: approx Finch. HEX triplet: 75, 84 and 50. RGB value is (117,132,80). Sum of RGB (Red+Green+Blue) = 117+132+80=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #758450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758450 is #8A7BAF. Grayscale: #797979. Windows color (decimal): -9075632 or 5276789. OLE color: 5276789.

HSL color Cylindrical-coordinate representation of color #758450: hue angle of 77.31º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758450 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB11713280-
CMYK0.1100.390.48
HSL77.31º24.53%41.57%-
HSV(B)77.31º39.39%51.76%-
XYZ17.0420.8610.72-
YUV121.59104.53124.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=35.56%
G=40.12%
B=24.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132800.1100.390.4877.3124.5341.57
Hex758450B027304d192a
Octal16520412013047601153152
Binary111010110000100101000010110100111110000100110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758450; }

 p { color: rgb(117,132,80); }

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

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

 a { background-color: rgb(117,132,80); }

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

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

 span { border-color: rgb(117,132,80); }

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