#758554

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

Shades of Finch #758554

Tints of Finch #758554

Color information

#758554 (or 0x758554) is unknown color: approx Finch. HEX triplet: 75, 85 and 54. RGB value is (117,133,84). Sum of RGB (Red+Green+Blue) = 117+133+84=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #758554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758554 is #8A7AAB. Grayscale: #7A7A7A. Windows color (decimal): -9075372 or 5539189. OLE color: 5539189.

HSL color Cylindrical-coordinate representation of color #758554: hue angle of 79.59º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #758554 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB11713384-
CMYK0.1200.370.48
HSL79.59º22.58%42.55%-
HSV(B)79.59º36.84%52.16%-
XYZ17.3221.211.57-
YUV122.63106.2123.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=35.03%
G=39.82%
B=25.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133840.1200.370.4879.5922.5842.55
Hex758554C0253050172b
Octal16520512414045601202753
Binary111010110000101101010011000100101110000101000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758554; }

 p { color: rgb(117,133,84); }

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

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

 a { background-color: rgb(117,133,84); }

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

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

 span { border-color: rgb(117,133,84); }

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