#717F42

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

Shades of Finch #717F42

Tints of Finch #717F42

Color information

#717F42 (or 0x717F42) is unknown color: approx Finch. HEX triplet: 71, 7F and 42. RGB value is (113,127,66). Sum of RGB (Red+Green+Blue) = 113+127+66=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 127 - color contains mainly: green. Hex color #717F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717F42 is #8E80BD. Grayscale: #747474. Windows color (decimal): -9339070 or 4358001. OLE color: 4358001.

HSL color Cylindrical-coordinate representation of color #717F42: hue angle of 73.77º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #717F42 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB11312766-
CMYK0.1100.480.50
HSL73.77º31.61%37.84%-
HSV(B)73.77º48.03%49.8%-
XYZ15.3819.088.03-
YUV115.8699.86125.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 127 (50% from 255) = 41.50%
BLUE value IS 66 (26.17% from 255) = 21.57%
R=36.93%
G=41.50%
B=21.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113127660.1100.480.5073.7731.6137.84
Hex717F42B030324a2026
Octal16117710213060621124046
Binary111000111111111000010101101100001100101001010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717F42; }

 p { color: rgb(113,127,66); }

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

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

 a { background-color: rgb(113,127,66); }

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

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

 span { border-color: rgb(113,127,66); }

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