#717950

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

Shades of Finch #717950

Tints of Finch #717950

Color information

#717950 (or 0x717950) is unknown color: approx Finch. HEX triplet: 71, 79 and 50. RGB value is (113,121,80). Sum of RGB (Red+Green+Blue) = 113+121+80=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #717950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717950 is #8E86AF. Grayscale: #727272. Windows color (decimal): -9340592 or 5273969. OLE color: 5273969.

HSL color Cylindrical-coordinate representation of color #717950: hue angle of 71.71º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #717950 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB11312180-
CMYK0.0700.340.53
HSL71.71º20.4%39.41%-
HSV(B)71.71º33.88%47.45%-
XYZ15.117.7610.22-
YUV113.93108.85127.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=35.99%
G=38.54%
B=25.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113121800.0700.340.5371.7120.439.41
Hex717950702235481427
Octal1611711207042651102447
Binary1110001111100110100001110100010110101100100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717950; }

 p { color: rgb(113,121,80); }

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

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

 a { background-color: rgb(113,121,80); }

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

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

 span { border-color: rgb(113,121,80); }

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