#717458

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

Shades of Finch #717458

Tints of Finch #717458

Color information

#717458 (or 0x717458) is unknown color: approx Finch. HEX triplet: 71, 74 and 58. RGB value is (113,116,88). Sum of RGB (Red+Green+Blue) = 113+116+88=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #717458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717458 is #8E8BA7. Grayscale: #707070. Windows color (decimal): -9341864 or 5796977. OLE color: 5796977.

HSL color Cylindrical-coordinate representation of color #717458: hue angle of 66.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #717458 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB11311688-
CMYK0.0300.240.55
HSL66.43º13.73%40%-
HSV(B)66.43º24.14%45.49%-
XYZ14.8216.7111.68-
YUV111.91114.51128.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=35.65%
G=36.59%
B=27.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113116880.0300.240.5566.4313.7340
Hex71745830183742e28
Octal1611641303030671021650
Binary1110001111010010110001101100011011110000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717458; }

 p { color: rgb(113,116,88); }

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

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

 a { background-color: rgb(113,116,88); }

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

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

 span { border-color: rgb(113,116,88); }

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